Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package patterns-base for openSUSE:Factory checked in at 2026-03-01 22:14:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/patterns-base (Old) and /work/SRC/openSUSE:Factory/.patterns-base.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patterns-base" Sun Mar 1 22:14:09 2026 rev:141 rq:1335547 version:20241218 Changes: -------- --- /work/SRC/openSUSE:Factory/patterns-base/patterns-base.changes 2026-01-30 18:22:22.081733678 +0100 +++ /work/SRC/openSUSE:Factory/.patterns-base.new.29461/patterns-base.changes 2026-03-01 22:14:37.709479204 +0100 @@ -1,0 +2,5 @@ +Fri Feb 27 10:31:49 UTC 2026 - Jiri Srain <[email protected]> + +- adjust suse_version handling (jsc#PED-15791) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ patterns-base.spec ++++++ --- /var/tmp/diff_new_pack.Di873Y/_old 2026-03-01 22:14:38.401507645 +0100 +++ /var/tmp/diff_new_pack.Di873Y/_new 2026-03-01 22:14:38.401507645 +0100 @@ -78,7 +78,7 @@ Requires: pattern() = minimal_base Recommends: apparmor-docs Recommends: apparmor-utils -%if 0%{?suse_version} > 1600 +%if 0%{?suse_version} >= 1699 Recommends: yast2-apparmor %endif Suggests: pam_apparmor @@ -386,7 +386,7 @@ %if 0%{?is_opensuse} Recommends: pattern() = documentation Recommends: pattern() = sw_management -%if 0%{?suse_version} > 1600 +%if 0%{?suse_version} >= 1699 Recommends: pattern() = yast2_basis %endif %else @@ -798,7 +798,7 @@ ################################################################################ # Do not build it on Leap 16 -%if !(0%{?is_opensuse} && 0%{?suse_version} == 1600) || 0%{?is_leapmicro} +%if !(0%{?is_opensuse} && 0%{suse_version} >= 1600 && 0%{suse_version} < 1699) || 0%{?is_leapmicro} %package immutable_base %pattern_basetechnologies Summary: Immutable Base System @@ -986,7 +986,7 @@ Requires: pattern() = enhanced_base Requires: pattern() = fonts Requires: pattern() = x11 -%if 0%{?suse_version} > 1600 +%if 0%{?suse_version} >= 1699 Recommends: pattern() = x11_yast Recommends: pattern() = yast2_desktop %endif @@ -1014,7 +1014,7 @@ Recommends: xkeyboard-config Recommends: xorg-x11-fonts Recommends: xorg-x11-fonts-core -%if 0%{?suse_version} > 1600 +%if 0%{?suse_version} >= 1699 Recommends: yast2-control-center-gnome # Recommend yast2-network until the Generic Desktop Role defaults to NetworkManager # At worst people need a way to switch from Wicked to NetworkManager. @@ -1150,7 +1150,7 @@ Requires: xvinfo Requires: xwd Requires: xwininfo -%if 0%{?suse_version} > 1600 +%if 0%{?suse_version} >= 1699 Requires: yast2-control-center-qt Requires: yast2-packager Requires: yast2-snapper @@ -1193,7 +1193,7 @@ # These packages don't generate a 32bit pattern for i in basesystem bootloader documentation fips selinux kdump \ -%if !(0%{?is_opensuse} && 0%{?suse_version} == 1600) || 0%{?is_leapmicro} +%if !(0%{?is_opensuse} && 0%{suse_version} >= 1600 && 0%{suse_version} < 1699) || 0%{?is_leapmicro} immutable_base \ %endif %if !0%{?is_opensuse} && 0%{?suse_version} >= 1600
