Accepting request 1266882 from home:fcrozat:branches:system:install:head
- Replace sle_version is !is_opensuse macro (bsc#1240642). - Add lvm2 to enhanced_base (#1239784) - Ensure SUSEConnect is installed on SLES 16 (bsc#1235771) See also https://build.suse.de/requests/359397 . OBS-URL: https://build.opensuse.org/request/show/1266882 OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-base?expand=0&rev=281
This commit is contained in:
@@ -1,14 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 08:37:18 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Replace sle_version is !is_opensuse macro (bsc#1240642).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 22 09:10:11 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- On S390x plymouth is rather useless therefore replace it with
|
||||
blog-plymouth for similar services but without boot splash
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:46:31 UTC 2025 - Olaf Kirch <okir@suse.com>
|
||||
|
||||
- Add lvm2 to enhanced_base (#1239784)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 14:18:51 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Remove setserial, stty is the tool for this since a long time
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 09:27:33 UTC 2025 - Giacomo Leidi <giacomo.leidi@suse.com>
|
||||
|
||||
- Ensure SUSEConnect is installed on SLES 16 (bsc#1235771)
|
||||
See also https://build.suse.de/requests/359397 .
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 6 16:23:54 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
||||
+8
-6
@@ -154,14 +154,14 @@ Requires: glibc-locale-base
|
||||
%{requires_on_transactional_recommends_otherwise iproute2}
|
||||
%{requires_on_transactional_recommends_otherwise issue-generator}
|
||||
%{requires_on_transactional_recommends_otherwise lastlog2}
|
||||
%if 0%{?sle_version}
|
||||
%if !0%{?is_opensuse}
|
||||
%{requires_on_transactional pam_pwquality}
|
||||
%else
|
||||
%{recommends_on_traditional pam_pwquality}
|
||||
%endif
|
||||
Requires: shadow
|
||||
%{recommends_on_traditional system-group-trusted}
|
||||
%if 0%{?sle_version}
|
||||
%if !0%{?is_opensuse}
|
||||
%{requires_on_transactional system-group-wheel}
|
||||
%else
|
||||
%{recommends_on_traditional system-group-wheel}
|
||||
@@ -216,7 +216,7 @@ Suggests: xz
|
||||
%if %{with betatest}
|
||||
Requires: aaa_base-malloccheck
|
||||
%endif
|
||||
%if 0%{?sle_version}
|
||||
%if !0%{?is_opensuse}
|
||||
Recommends: SUSEConnect
|
||||
Recommends: btrfsprogs
|
||||
# SLES users expect all FS tools to be installed
|
||||
@@ -419,6 +419,8 @@ Recommends: krb5
|
||||
Recommends: less
|
||||
Recommends: logrotate
|
||||
Recommends: lsscsi
|
||||
# lvm2 should be there by default (#1239784)
|
||||
Recommends: lvm2
|
||||
# man by default (#304687)
|
||||
Recommends: man
|
||||
# needed for detecting software raid - required by yast2-storage too
|
||||
@@ -481,7 +483,7 @@ Suggests: pam_ssh
|
||||
Suggests: xfsprogs
|
||||
Suggests: zip
|
||||
%{obsolete_legacy_pattern enhanced_base}
|
||||
%if 0%{?sle_version}
|
||||
%if !0%{?is_opensuse}
|
||||
# in SLE we still want /var/log/messages as all of the docu refers to it
|
||||
# TODO: if we still want it everywhere it should move back to base
|
||||
Recommends: rsyslog
|
||||
@@ -660,7 +662,7 @@ Requires: biosdevname
|
||||
%if 0%{?is_opensuse}
|
||||
Requires: (grub2-branding-openSUSE if branding-openSUSE)
|
||||
%else
|
||||
%if 0%{?sle_version}
|
||||
%if !0%{?is_opensuse}
|
||||
Requires: (grub2-branding-SLE if branding-SLE)
|
||||
%endif
|
||||
%endif
|
||||
@@ -733,7 +735,7 @@ Provides: pattern-icon() = pattern-software-management
|
||||
Provides: pattern-order() = 1360
|
||||
Provides: pattern-visible()
|
||||
Recommends: pattern() = sw_management_x11
|
||||
%if 0%{?sle_version}
|
||||
%if !0%{?is_opensuse}
|
||||
Recommends: lifecycle-data
|
||||
Recommends: zypper-lifecycle-plugin
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user