From 491045a433f0b6944c40b37160d99f3516a5193bdfdef98e0ca6ec42d056d28f Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 27 Mar 2019 09:29:58 +0000 Subject: [PATCH] Accepting request 688437 from home:iznogood:branches:security - Drop gconf2-devel BuildRequires: It is not mandatory, so lets build without this obsolete package. - Add pkgconfig(glib-2.0) and pkgconfig(gobject-2.0) BuildRequires: They are also optional, but not obsolete, and previously pulled in via gconf2-devel dependency, so lets build support for them. OBS-URL: https://build.opensuse.org/request/show/688437 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=229 --- openscap.changes | 9 +++++++++ openscap.spec | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/openscap.changes b/openscap.changes index 02eb861..351d7ac 100644 --- a/openscap.changes +++ b/openscap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 25 18:54:37 UTC 2019 - Bjørn Lie + +- Drop gconf2-devel BuildRequires: It is not mandatory, so lets + build without this obsolete package. +- Add pkgconfig(glib-2.0) and pkgconfig(gobject-2.0) BuildRequires: + They are also optional, but not obsolete, and previously pulled + in via gconf2-devel dependency, so lets build support for them. + ------------------------------------------------------------------- Fri Oct 19 15:46:44 UTC 2018 - Robert Frohl diff --git a/openscap.spec b/openscap.spec index a488270..e7fa00d 100644 --- a/openscap.spec +++ b/openscap.spec @@ -62,7 +62,6 @@ BuildRequires: libxml2-devel # Use package name cause of "have choice for perl(XML::Parser): brp-check-suse perl-XML-Parser" BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: gconf2-devel BuildRequires: libblkid-devel BuildRequires: libcap-devel BuildRequires: libselinux-devel @@ -81,6 +80,8 @@ BuildRequires: rpm-devel BuildRequires: sendmail BuildRequires: swig BuildRequires: unixODBC-devel +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-2.0) Summary: A Set of Libraries for Integration with SCAP License: LGPL-2.1-or-later Group: Development/Tools/Other