diff --git a/xrdb.changes b/xrdb.changes index 5a3ced8..3ca2fb7 100644 --- a/xrdb.changes +++ b/xrdb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 29 11:37:53 UTC 2021 - Ludwig Nussel + +- Remove fallback to /lib/cpp, it's the same package as /usr/bin/cpp + anyway (boo#1191060). + ------------------------------------------------------------------- Sat Aug 28 13:32:16 UTC 2021 - Stefan Dirsch diff --git a/xrdb.spec b/xrdb.spec index 9344170..46fa12d 100644 --- a/xrdb.spec +++ b/xrdb.spec @@ -44,7 +44,7 @@ root window of any or all screens, or everything combined. %build # Run cpp with "-x assembler-with-cpp" in order to get rid of # warnings when parsing valid comments (bsc#1120004) -%configure --with-cpp="%{_bindir}/cpp -x assembler-with-cpp, /lib/cpp" +%configure --with-cpp="%{_bindir}/cpp -x assembler-with-cpp" %make_build %install