Hello community, here is the log from the commit of package openscap for openSUSE:Factory checked in at 2019-03-27 16:22:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openscap (Old) and /work/SRC/openSUSE:Factory/.openscap.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openscap" Wed Mar 27 16:22:05 2019 rev:60 rq:689029 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openscap/openscap.changes 2018-12-04 20:58:12.508594959 +0100 +++ /work/SRC/openSUSE:Factory/.openscap.new.25356/openscap.changes 2019-03-27 16:22:09.199520388 +0100 @@ -1,0 +2,14 @@ +Tue Mar 26 13:55:18 UTC 2019 - Robert Frohl <[email protected]> + +- obsolete removed packages: openscap-engine-sce and openscap-extra-probes + +------------------------------------------------------------------- +Mon Mar 25 18:54:37 UTC 2019 - Bjørn Lie <[email protected]> + +- 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. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openscap.spec ++++++ --- /var/tmp/diff_new_pack.fVMsjS/_old 2019-03-27 16:22:11.235519964 +0100 +++ /var/tmp/diff_new_pack.fVMsjS/_new 2019-03-27 16:22:11.243519962 +0100 @@ -1,7 +1,7 @@ # # spec file for package openscap # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -30,8 +30,7 @@ Source: https://github.com/OpenSCAP/openscap/archive/%{version}.tar.gz Source1: openscap-rpmlintrc Source2: sysconfig.oscap-scan -# SUSE specific profile, based on yast2-security -# checks. +# SUSE specific profile, based on yast2-security checks. # Generated from http://gitorious.org/test-suite/scap Source3: scap-yast2sec-xccdf.xml Source4: scap-yast2sec-oval.xml @@ -62,7 +61,6 @@ # 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,10 +79,15 @@ 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 BuildRequires: systemd-rpm-macros +# remove extra packages from version 1.2.9 and older +Obsoletes: openscap-engine-sce < %{version} +Obsoletes: openscap-extra-probes < %{version} %description OpenSCAP is a set of open source libraries providing an easier path for
