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 2025-08-21 20:32:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scap-security-guide (Old) and /work/SRC/openSUSE:Factory/.scap-security-guide.new.29662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scap-security-guide" Thu Aug 21 20:32:37 2025 rev:44 rq:1300811 version:0.1.77 Changes: -------- --- /work/SRC/openSUSE:Factory/scap-security-guide/scap-security-guide.changes 2025-07-31 17:47:09.618547436 +0200 +++ /work/SRC/openSUSE:Factory/.scap-security-guide.new.29662/scap-security-guide.changes 2025-08-21 20:33:12.388211648 +0200 @@ -1,0 +2,11 @@ +Thu Aug 21 08:24:36 UTC 2025 - Boychev <svetlin.boyc...@suse.com> + +- Remove the cis profiles from the tarball + +------------------------------------------------------------------- +Thu Aug 21 07:26:39 UTC 2025 - Boychev <svetlin.boyc...@suse.com> + +- Remove ssg-remove-cis.patch: tarball +- Add check if cis profiles exists in the tarball + +------------------------------------------------------------------- Old: ---- ssg-remove-cis.patch ----------(Old B)---------- Old: - Remove ssg-remove-cis.patch: tarball - Add check if cis profiles exists in the tarball ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scap-security-guide.spec ++++++ --- /var/tmp/diff_new_pack.PPhTR3/_old 2025-08-21 20:33:13.672265102 +0200 +++ /var/tmp/diff_new_pack.PPhTR3/_new 2025-08-21 20:33:13.676265269 +0200 @@ -50,8 +50,7 @@ %if "%{_vendor}" == "debbuild" Packager: SUSE Security Team <secur...@suse.de> %endif -Source: https://github.com/ComplianceAsCode/content/archive/v%{version}.tar.gz -Patch0: ssg-remove-cis.patch +Source: v%{version}.tar.gz # explicit require what is needed by the detection logic in the scripts Requires: coreutils @@ -218,7 +217,13 @@ %prep %setup -q -n content-%version -%patch -P 0 + +# Fail if any cis*.profile exists in the tarball under products/ +if find products -type f -name 'cis*.profile' | grep -q .; then + echo "ERROR: CIS profiles found in the tarball under products/:" + find products -type f -name 'cis*.profile' + exit 1 +fi %build cd build ++++++ v0.1.77.tar.gz ++++++ /work/SRC/openSUSE:Factory/scap-security-guide/v0.1.77.tar.gz /work/SRC/openSUSE:Factory/.scap-security-guide.new.29662/v0.1.77.tar.gz differ: char 9, line 1