SHA256
1
0
forked from pool/openscap

Accepting request 956097 from home:iznogood:branches:security

- Conditionally drop optional gconf2-devel BuildRequires for
  openSUSE Tumbleweed and newer: gconf2 is being droppped from
  openSUSE Tumbleweed, build without gconf2 support.

OBS-URL: https://build.opensuse.org/request/show/956097
OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=272
This commit is contained in:
Marcus Meissner 2022-02-21 08:10:21 +00:00 committed by Git OBS Bridge
parent fca1a2040b
commit 34acbd44f4
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Feb 19 13:46:06 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <rfrohl@suse.com>

View File

@ -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