Accepting request 930411 from home:gmoro:branches:system:install:head
- Sync with SLES patterns - Add filesystem tools to base for SLE (bsc#1095916) - 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) - Further handling for yast2 patterns split (boo#1159875) - Handle also SLE specific changes OBS-URL: https://build.opensuse.org/request/show/930411 OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-base?expand=0&rev=192
This commit is contained in:
parent
20b654dedb
commit
c29c10fc31
@ -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>
|
Wed Nov 3 12:49:19 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
@ -142,6 +142,11 @@ Requires: zypper
|
|||||||
%if 0%{?sle_version}
|
%if 0%{?sle_version}
|
||||||
Recommends: SUSEConnect
|
Recommends: SUSEConnect
|
||||||
Recommends: rollback-helper
|
Recommends: rollback-helper
|
||||||
|
# SLES users expect all FS tools to be installed
|
||||||
|
# bsc#1095916
|
||||||
|
Recommends: e2fsprogs
|
||||||
|
Recommends: btrfsprogs
|
||||||
|
Recommends: xfsprogs
|
||||||
%endif
|
%endif
|
||||||
# Support multiversion(kernel) (jsc#SLE-10162)
|
# Support multiversion(kernel) (jsc#SLE-10162)
|
||||||
Requires: purge-kernels-service
|
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)
|
Summary: A very basic desktop (previously part of x11 pattern)
|
||||||
Group: Metapackages
|
Group: Metapackages
|
||||||
Provides: pattern() = basic_desktop
|
Provides: pattern() = basic_desktop
|
||||||
Provides: pattern-icon() = pattern-x11
|
|
||||||
Provides: pattern-order() = 1802
|
Provides: pattern-order() = 1802
|
||||||
|
%if 0%{?is_opensuse}
|
||||||
|
Provides: pattern-icon() = pattern-x11
|
||||||
Provides: pattern-visible()
|
Provides: pattern-visible()
|
||||||
|
%endif
|
||||||
Requires: pattern() = x11
|
Requires: pattern() = x11
|
||||||
|
|
||||||
# choose icewm-default if you have a choice
|
# choose icewm-default if you have a choice
|
||||||
@ -318,9 +325,11 @@ Provides: pattern-visible()
|
|||||||
%obsolete_legacy_pattern enhanced_base
|
%obsolete_legacy_pattern enhanced_base
|
||||||
Requires: pattern() = base
|
Requires: pattern() = base
|
||||||
Recommends: pattern() = apparmor
|
Recommends: pattern() = apparmor
|
||||||
|
%if 0%{?is_opensuse}
|
||||||
Recommends: pattern() = documentation
|
Recommends: pattern() = documentation
|
||||||
Recommends: pattern() = sw_management
|
Recommends: pattern() = sw_management
|
||||||
Recommends: pattern() = yast2_basis
|
Recommends: pattern() = yast2_basis
|
||||||
|
%endif
|
||||||
|
|
||||||
Requires: openssh
|
Requires: openssh
|
||||||
Recommends: aaa_base-extras
|
Recommends: aaa_base-extras
|
||||||
@ -785,8 +794,8 @@ Requires: pattern() = base
|
|||||||
%if 0%{?is_opensuse}
|
%if 0%{?is_opensuse}
|
||||||
Recommends: pattern() = x11_enhanced
|
Recommends: pattern() = x11_enhanced
|
||||||
%else
|
%else
|
||||||
# Upgrade path for SLE 15 SP1 and older
|
# Requires to be safe on upgrade path for SLE
|
||||||
Recommends: pattern() = basic_desktop
|
Requires: pattern() = basic_desktop
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: xorg-x11-fonts-core
|
Requires: xorg-x11-fonts-core
|
||||||
@ -838,6 +847,12 @@ Requires: pattern() = fonts
|
|||||||
Requires: pattern() = x11
|
Requires: pattern() = x11
|
||||||
Recommends: pattern() = x11_yast
|
Recommends: pattern() = x11_yast
|
||||||
Recommends: pattern() = yast2_desktop
|
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
|
# 1057377
|
||||||
Requires: glibc-locale
|
Requires: glibc-locale
|
||||||
|
Loading…
Reference in New Issue
Block a user