From 12f6088822c95e5cf7c1346128c26176445aefe5 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Mon, 13 May 2024 13:13:03 +0000 Subject: [PATCH] Leave note on removal of all binaries when installing clang compat --- install.spec.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.spec.inc b/install.spec.inc index 3361a9b..3cd1a9d 100644 --- a/install.spec.inc +++ b/install.spec.inc @@ -106,6 +106,10 @@ cd .. %if %{with compat_build} +# TODO(kkleine): I don't know if the removal of every binary +# below is what we want to do in big-merge for compat packages. +# Re-evaluate this! + # Remove binaries/other files rm -Rf %{buildroot}%{install_bindir} rm -Rf %{buildroot}%{install_prefix}/share