From ec4589a579e5ce52fb25f05418bfc5aacc9a5cbe8869e9a47d7d2bffa0890813 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 29 Sep 2021 15:03:55 +0000 Subject: [PATCH] Accepting request 922171 from home:lnussel:usrmove - Remove fallback to /lib/cpp, it's the same package as /usr/bin/cpp anyway (boo#1191060). OBS-URL: https://build.opensuse.org/request/show/922171 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xrdb?expand=0&rev=15 --- xrdb.changes | 6 ++++++ xrdb.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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