From 259e484bb39828dc8430a41d07ec48284b86e7c8 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Mon, 13 May 2024 12:51:15 +0000 Subject: [PATCH] Leave note for lld compat packaging --- files.spec.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files.spec.inc b/files.spec.inc index 020a50a..47c2581 100644 --- a/files.spec.inc +++ b/files.spec.inc @@ -597,6 +597,8 @@ %if %{without compat_build} %{_mandir}/man1/ld.lld.1* %else +# TODO(kkleine): The compat package probably needs adjustments because +# we most certainly don't want to package every binary but only those for lld. %{_bindir}/*-%{maj_ver} %endif