From ea4436e688738370aab05df5890077bd0af06f93 Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Apr 02 2020 10:42:22 +0000 Subject: Fix string quoting for rpm >= 4.16 --- diff --git a/CTL.spec b/CTL.spec index 6d2ecc5..8a955a5 100644 --- a/CTL.spec +++ b/CTL.spec @@ -87,7 +87,7 @@ cd build find %{buildroot} -name '*.la' -exec rm -f {} ';' # Move libraries in the correct place -%if %{_lib} == "lib64" +%if "%{_lib}" == "lib64" mv %{buildroot}%{_prefix}/lib/* \ %{buildroot}%{_prefix}/%{_lib} rmdir %{buildroot}%{_prefix}/lib