From e545210db482b5f4e39ab3c75b13f306e4b58bca0ff929a423795fea1b9db4c3 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 9 Nov 2020 12:48:33 +0000 Subject: [PATCH 1/3] Accepting request 847158 from home:msmeissn:branches:security - add dbus-1-devel buildrequires to enable systemd tests (bsc#1178301) OBS-URL: https://build.opensuse.org/request/show/847158 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=253 --- openscap.changes | 5 +++++ openscap.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/openscap.changes b/openscap.changes index 8b9c1a9..4116061 100644 --- a/openscap.changes +++ b/openscap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 31 08:33:48 UTC 2020 - Marcus Meissner + +- add dbus-1-devel buildrequires to enable systemd tests (bsc#1178301) + ------------------------------------------------------------------- Fri Oct 2 08:03:23 UTC 2020 - Robert Frohl diff --git a/openscap.spec b/openscap.spec index b77b128..47924bc 100644 --- a/openscap.spec +++ b/openscap.spec @@ -57,6 +57,7 @@ BuildRequires: libgcrypt-devel BuildRequires: libxml2-devel # Use package name cause of "have choice for perl(XML::Parser): brp-check-suse perl-XML-Parser" BuildRequires: cmake +BuildRequires: dbus-1-devel BuildRequires: gcc-c++ BuildRequires: libblkid-devel BuildRequires: libcap-devel From e731fe86122f5dfb3644e77c6973b211dd8aaaa7ddddd0fe9c2f52db19eca994 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 9 Nov 2020 13:10:02 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=254 --- openscap-leap-cpe-15.12.patch | 86 +++++++++++++++++++++++++++++++++++ openscap.spec | 2 + 2 files changed, 88 insertions(+) create mode 100644 openscap-leap-cpe-15.12.patch diff --git a/openscap-leap-cpe-15.12.patch b/openscap-leap-cpe-15.12.patch new file mode 100644 index 0000000..98cb56f --- /dev/null +++ b/openscap-leap-cpe-15.12.patch @@ -0,0 +1,86 @@ +Index: openscap-1.3.4/cpe/openscap-cpe-dict.xml +=================================================================== +--- openscap-1.3.4.orig/cpe/openscap-cpe-dict.xml ++++ openscap-1.3.4/cpe/openscap-cpe-dict.xml +@@ -205,6 +205,14 @@ + openSUSE Leap 15.0 + oval:org.open-scap.cpe.opensuse:def:150 + ++ ++ openSUSE Leap 15.1 ++ oval:org.open-scap.cpe.opensuse:def:151 ++ ++ ++ openSUSE Leap 15.2 ++ oval:org.open-scap.cpe.opensuse:def:152 ++ + + openSUSE All Versions + oval:org.open-scap.cpe.opensuse:def:1 +Index: openscap-1.3.4/cpe/openscap-cpe-oval.xml +=================================================================== +--- openscap-1.3.4.orig/cpe/openscap-cpe-oval.xml ++++ openscap-1.3.4/cpe/openscap-cpe-oval.xml +@@ -678,6 +678,32 @@ + + + ++ ++ ++ openSUSE Leap 15.1 ++ ++ openSUSE Leap 15.1 ++ ++ ++ The operating system installed on the system is openSUSE Leap 15.1 ++ ++ ++ ++ ++ ++ ++ ++ openSUSE Leap 15.2 ++ ++ openSUSE Leap 15.2 ++ ++ ++ The operating system installed on the system is openSUSE Leap 15.2 ++ ++ ++ ++ ++ + + + Wind River Linux +@@ -1067,6 +1093,16 @@ + + + ++ ++ ++ ++ ++ ++ ++ ++ + +@@ -1379,6 +1415,12 @@ + + ^15.0$ + ++ ++ ^15.1$ ++ ++ ++ ^15.2$ ++ + Date: Mon, 9 Nov 2020 13:10:22 +0000 Subject: [PATCH 3/3] - openscap-leap-cpe-15.12.patch: add CPE dict entries for openSUSE Leap 15.1 and 15.2 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=255 --- openscap.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openscap.changes b/openscap.changes index 4116061..4a91902 100644 --- a/openscap.changes +++ b/openscap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 9 13:10:09 UTC 2020 - Marcus Meissner + +- openscap-leap-cpe-15.12.patch: add CPE dict entries for openSUSE + Leap 15.1 and 15.2 + ------------------------------------------------------------------- Sat Oct 31 08:33:48 UTC 2020 - Marcus Meissner