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-04-16 18:45:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/patterns-base (Old) and /work/SRC/openSUSE:Factory/.patterns-base.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patterns-base" Thu Apr 16 18:45:26 2026 rev:143 rq:1347297 version:20241218 Changes: -------- --- /work/SRC/openSUSE:Factory/patterns-base/patterns-base.changes 2026-03-04 21:03:42.340684658 +0100 +++ /work/SRC/openSUSE:Factory/.patterns-base.new.11940/patterns-base.changes 2026-04-16 18:47:01.921507293 +0200 @@ -1,0 +2,12 @@ +Thu Apr 16 09:04:22 UTC 2026 - Jiri Srain <[email protected]> + +- add hardware pattern used for SL-Micro equivalent images +- extend the immutable base pattern content + +------------------------------------------------------------------- +Wed Apr 15 09:11:09 UTC 2026 - Jiri Srain <[email protected]> + +- add missing pattern-visible() provide to immutable_base pattern + (bsc#1262133) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ patterns-base.spec ++++++ --- /var/tmp/diff_new_pack.auKBb8/_old 2026-04-16 18:47:02.605535184 +0200 +++ /var/tmp/diff_new_pack.auKBb8/_new 2026-04-16 18:47:02.609535348 +0200 @@ -807,6 +807,7 @@ Provides: pattern() = immutable_base Provides: pattern-icon() = pattern-kubic Provides: pattern-order() = 1050 +Provides: pattern-visible() Obsoletes: patterns-base-transactional_base Provides: patterns-base-transactional_base Requires: /usr/bin/gzip @@ -880,6 +881,11 @@ Requires: vim-small Requires: pattern() = base Suggests: health-checker +%if 0%{?suse_version} < 1699 +Requires: audit +Requires: pam_pwquality +Requires: rollback-helper +%endif %description immutable_base This is the base system for a host updated by Transactional Updates. Includes Tools for systems with a read-only root filesystem. @@ -1173,6 +1179,42 @@ ################################################################################ +# Same conditions to build as immutable_base - used in the pre-built images +%if !(0%{?is_opensuse} && 0%{suse_version} >= 1600 && 0%{suse_version} < 1699) || 0%{?is_leapmicro} +%package hardware +Summary: Hardware Support +Group: Metapackages +Provides: pattern() = hardware +Provides: pattern-category() = SL-Micro +Provides: pattern-icon() = pattern-kubic +Provides: pattern-order() = 9030 +Provides: pattern-visible() +Obsoletes: patterns-micro-hardware +Obsoletes: patterns-microos-hardware +Provides: patterns-micro-hardware +Provides: patterns-microos-hardware +Requires: ethtool +%ifnarch s390x +Requires: irqbalance +%endif +Requires: fcoe-utils +Requires: hwinfo +%ifarch %ix86 x86_64 +Requires: ucode-amd +Requires: ucode-intel +%endif +Requires: kernel-firmware-all + +%description hardware +Packages required to install minimal host on real hardware. + +%files hardware +%dir %{_docdir}/patterns +%{_docdir}/patterns/hardware.txt +%endif + +################################################################################ + %prep %build @@ -1196,6 +1238,7 @@ for i in basesystem bootloader documentation fips selinux kdump \ %if !(0%{?is_opensuse} && 0%{suse_version} >= 1600 && 0%{suse_version} < 1699) || 0%{?is_leapmicro} immutable_base \ +hardware \ %endif %if !0%{?is_opensuse} && 0%{?suse_version} >= 1600 kernel_livepatching \
