diff --git a/openscap.changes b/openscap.changes index ee83943..9f9db3b 100644 --- a/openscap.changes +++ b/openscap.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Feb 19 13:46:06 UTC 2022 - Bjørn Lie + +- Conditionally drop optional gconf2-devel BuildRequires for + openSUSE Tumbleweed and newer: gconf2 is being droppped from + openSUSE Tumbleweed, build without gconf2 support. + ------------------------------------------------------------------- Thu Jan 20 08:43:41 UTC 2022 - Robert Frohl diff --git a/openscap.spec b/openscap.spec index 1db193d..548e18d 100644 --- a/openscap.spec +++ b/openscap.spec @@ -50,7 +50,9 @@ BuildRequires: cmake BuildRequires: dbus-1-devel BuildRequires: doxygen BuildRequires: gcc-c++ +%if 0%{?suse_version} < 1550 BuildRequires: gconf2-devel +%endif BuildRequires: libacl-devel BuildRequires: libattr-devel BuildRequires: libblkid-devel