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-06-24 20:50:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scap-security-guide (Old) and /work/SRC/openSUSE:Factory/.scap-security-guide.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scap-security-guide" Tue Jun 24 20:50:01 2025 rev:42 rq:1288195 version:0.1.77 Changes: -------- --- /work/SRC/openSUSE:Factory/scap-security-guide/scap-security-guide.changes 2025-06-13 18:44:01.503364202 +0200 +++ /work/SRC/openSUSE:Factory/.scap-security-guide.new.7067/scap-security-guide.changes 2025-06-24 20:51:53.291038181 +0200 @@ -1,0 +2,5 @@ +Tue Jun 24 08:15:38 UTC 2025 - Marcus Meissner <meiss...@suse.com> + +- buildrequire cmake3 on older SLES versions for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scap-security-guide.spec ++++++ --- /var/tmp/diff_new_pack.iVBpGg/_old 2025-06-24 20:51:53.995066993 +0200 +++ /var/tmp/diff_new_pack.iVBpGg/_new 2025-06-24 20:51:53.995066993 +0200 @@ -61,7 +61,11 @@ Requires: sudo Requires: zypper +%if 0%{?suse_version} && 0%{?suse_version} < 1520 +BuildRequires: cmake3 >= 3.5 +%else BuildRequires: cmake >= 3.5 +%endif %if "%{_vendor}" == "debbuild" %{!?_licensedir:%global license %%doc} @@ -263,7 +267,6 @@ -DSSG_PRODUCT_WRLINUX1019=OFF \ -DSSG_PRODUCT_ANOLIS8=OFF \ -DSSG_PRODUCT_ANOLIS23=OFF \ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ ../ make