diff --git a/csound.changes b/csound.changes index 15dcb28..1e97f64 100644 --- a/csound.changes +++ b/csound.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 20 07:59:29 UTC 2021 - Dave Plater + +- Added quotes to %{_lib} conditional to satisfy new rpmlint. + ------------------------------------------------------------------- Fri Jul 10 08:45:28 UTC 2020 - Dave Plater diff --git a/csound.spec b/csound.spec index 547fb31..3d4fda7 100644 --- a/csound.spec +++ b/csound.spec @@ -1,7 +1,7 @@ # # spec file for package csound # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -159,7 +159,7 @@ export CXXFLAGS="%{optflags} -std=c++11" %endif -DNEED_PORTTIME:BOOL=OFF \ -DRPM_LUAVER:STRING=%{luaver} \ -%if %{_lib} == "lib64" +%if "%{_lib}" == "lib64" -DUSE_LIB64:BOOL=ON %else -DUSE_LIB64:BOOL=OFF