Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package scap-security-guide for
openSUSE:Factory checked in at 2021-03-25 14:52:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scap-security-guide (Old)
and /work/SRC/openSUSE:Factory/.scap-security-guide.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scap-security-guide"
Thu Mar 25 14:52:21 2021 rev:5 rq:881077 version:0.1.55git20210323
Changes:
--------
--- /work/SRC/openSUSE:Factory/scap-security-guide/scap-security-guide.changes
2021-03-20 21:26:27.741210864 +0100
+++
/work/SRC/openSUSE:Factory/.scap-security-guide.new.2401/scap-security-guide.changes
2021-03-25 14:52:22.340488335 +0100
@@ -1,0 +2,8 @@
+Wed Mar 24 13:25:26 UTC 2021 - Marcus Meissner <[email protected]>
+
+- updated to a intermediate GIT snapshot of 20210323 (jsc#ECO-3319)
+ - initial SLES15 STIG added
+ - more SLES 12 STIG work
+ - correct tables and cross references for SLES 12 and 15 STIG
+
+-------------------------------------------------------------------
@@ -8,0 +17 @@
+- avoid some non sles12 sp2 available macros.
Old:
----
v0.1.55.tar.gz
New:
----
v0.1.55git20210323.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ scap-security-guide.spec ++++++
--- /var/tmp/diff_new_pack.gkZde5/_old 2021-03-25 14:52:25.096491137 +0100
+++ /var/tmp/diff_new_pack.gkZde5/_new 2021-03-25 14:52:25.100491142 +0100
@@ -42,7 +42,7 @@
%endif
Name: scap-security-guide
-Version: 0.1.55
+Version: 0.1.55git20210323
Release: 0
Summary: XCCDF files for SUSE Linux and openSUSE
License: BSD-3-Clause
@@ -51,7 +51,8 @@
%if "%{_vendor}" == "debbuild"
%else
%endif
-Source:
https://github.com/ComplianceAsCode/content/archive/v%{version}.tar.gz
+#Source:
https://github.com/ComplianceAsCode/content/archive/v%{version}.tar.gz
+Source: v%{version}.tar.gz
BuildRequires: cmake
%if "%{_vendor}" == "debbuild"
@@ -162,6 +163,7 @@
%autosetup -n content-%version
%build
+mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_INSTALL_MANDIR=%{_mandir} \
@@ -169,7 +171,6 @@
-DSSG_PRODUCT_DEBIAN9=ON \
-DSSG_PRODUCT_DEBIAN10=ON \
-DSSG_PRODUCT_DEFAULT=ON \
- -DSSG_PRODUCT_EAP6=OFF \
-DSSG_PRODUCT_EXAMPLE=OFF \
-DSSG_PRODUCT_FEDORA=ON \
-DSSG_PRODUCT_FIREFOX=OFF \
@@ -181,7 +182,6 @@
-DSSG_PRODUCT_OL8=ON \
-DSSG_PRODUCT_OPENSUSE=ON \
-DSSG_PRODUCT_RHCOS4=ON \
- -DSSG_PRODUCT_RHEL6=ON \
-DSSG_PRODUCT_RHEL7=ON \
-DSSG_PRODUCT_RHEL8=ON \
-DSSG_PRODUCT_RHOSP10=ON \
@@ -196,11 +196,11 @@
-DSSG_PRODUCT_WRLINUX8=OFF \
-DSSG_PRODUCT_WRLINUX1019=OFF \
../
-%make_build
+make
%install
cd build/
-%make_install
+make install DESTDIR=%buildroot
%files
%if "%{_vendor}" != "debbuild"