Accepting request 930781 from system:install:head
OBS-URL: https://build.opensuse.org/request/show/930781 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-base?expand=0&rev=80
This commit is contained in:
commit
543f6b48f3
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 9 10:44:13 UTC 2021 - Guilherme Moro <gmoro@suse.com>
|
||||
|
||||
- Add filesystem tools to base for SLE (bsc#1095916)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 8 15:03:51 UTC 2021 - Guilherme Moro <gmoro@suse.com>
|
||||
|
||||
- Use the correct icon for "A very basic desktop" pattern on Leap
|
||||
for SLE don't show the pattern at all but require it from
|
||||
x11 (bsc#1171725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 8 14:09:42 UTC 2021 - Guilherme Moro <gmoro@suse.com>
|
||||
|
||||
- Further handling for yast2 patterns split (boo#1159875)
|
||||
- Handle also SLE specific changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 3 12:49:19 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
|
@ -142,6 +142,11 @@ Requires: zypper
|
||||
%if 0%{?sle_version}
|
||||
Recommends: SUSEConnect
|
||||
Recommends: rollback-helper
|
||||
# SLES users expect all FS tools to be installed
|
||||
# bsc#1095916
|
||||
Recommends: e2fsprogs
|
||||
Recommends: btrfsprogs
|
||||
Recommends: xfsprogs
|
||||
%endif
|
||||
# Support multiversion(kernel) (jsc#SLE-10162)
|
||||
Requires: purge-kernels-service
|
||||
@ -203,9 +208,11 @@ This is the base runtime system. It contains only a basic multiuser booting sys
|
||||
Summary: A very basic desktop (previously part of x11 pattern)
|
||||
Group: Metapackages
|
||||
Provides: pattern() = basic_desktop
|
||||
Provides: pattern-icon() = pattern-x11
|
||||
Provides: pattern-order() = 1802
|
||||
%if 0%{?is_opensuse}
|
||||
Provides: pattern-icon() = pattern-x11
|
||||
Provides: pattern-visible()
|
||||
%endif
|
||||
Requires: pattern() = x11
|
||||
|
||||
# choose icewm-default if you have a choice
|
||||
@ -318,9 +325,11 @@ Provides: pattern-visible()
|
||||
%obsolete_legacy_pattern enhanced_base
|
||||
Requires: pattern() = base
|
||||
Recommends: pattern() = apparmor
|
||||
%if 0%{?is_opensuse}
|
||||
Recommends: pattern() = documentation
|
||||
Recommends: pattern() = sw_management
|
||||
Recommends: pattern() = yast2_basis
|
||||
%endif
|
||||
|
||||
Requires: openssh
|
||||
Recommends: aaa_base-extras
|
||||
@ -785,8 +794,8 @@ Requires: pattern() = base
|
||||
%if 0%{?is_opensuse}
|
||||
Recommends: pattern() = x11_enhanced
|
||||
%else
|
||||
# Upgrade path for SLE 15 SP1 and older
|
||||
Recommends: pattern() = basic_desktop
|
||||
# Requires to be safe on upgrade path for SLE
|
||||
Requires: pattern() = basic_desktop
|
||||
%endif
|
||||
|
||||
Requires: xorg-x11-fonts-core
|
||||
@ -838,6 +847,12 @@ Requires: pattern() = fonts
|
||||
Requires: pattern() = x11
|
||||
Recommends: pattern() = x11_yast
|
||||
Recommends: pattern() = yast2_desktop
|
||||
# For SLE-15-SPX - install basis and server here to keep behavior functionally the same
|
||||
# Jump / Leap can follow the same setup as Tumbleweed
|
||||
%if !0%{?is_opensuse}
|
||||
Recommends: pattern() = yast2_basis
|
||||
Recommends: pattern() = yast2_server
|
||||
%endif
|
||||
|
||||
# 1057377
|
||||
Requires: glibc-locale
|
||||
|
Loading…
Reference in New Issue
Block a user