Accepting request 929024 from home:lnussel:branches:system:install:head
- remove glibc-locale-base from enhanced_base, already recommended in base - replace no longer existing system-tuning-common-SUSE with udev-extra-rules - add handling for grub2-branding-SLE (should be done in grub2 really) OBS-URL: https://build.opensuse.org/request/show/929024 OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-base?expand=0&rev=191
This commit is contained in:
parent
684f7bd830
commit
20b654dedb
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 3 12:49:19 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- remove glibc-locale-base from enhanced_base, already recommended in base
|
||||||
|
- replace no longer existing system-tuning-common-SUSE with udev-extra-rules
|
||||||
|
- add handling for grub2-branding-SLE (should be done in grub2 really)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 27 11:38:14 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
|
Wed Oct 27 11:38:14 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
@ -358,7 +358,6 @@ Recommends: fuse
|
|||||||
Recommends: gawk
|
Recommends: gawk
|
||||||
Recommends: gettext-runtime
|
Recommends: gettext-runtime
|
||||||
Recommends: glibc-locale
|
Recommends: glibc-locale
|
||||||
Recommends: glibc-locale-base
|
|
||||||
Recommends: gpart
|
Recommends: gpart
|
||||||
Recommends: gpg2
|
Recommends: gpg2
|
||||||
Recommends: gpm
|
Recommends: gpm
|
||||||
@ -424,7 +423,7 @@ Recommends: sg3_utils
|
|||||||
Recommends: smartmontools
|
Recommends: smartmontools
|
||||||
Recommends: sudo
|
Recommends: sudo
|
||||||
#SUSE hardware tunings
|
#SUSE hardware tunings
|
||||||
Recommends: system-tuning-common-SUSE
|
Recommends: udev-extra-rules
|
||||||
Recommends: systemd-sysvinit
|
Recommends: systemd-sysvinit
|
||||||
Recommends: time
|
Recommends: time
|
||||||
Recommends: timezone
|
Recommends: timezone
|
||||||
@ -630,7 +629,13 @@ Requires: (grub2-snapper-plugin if snapper)
|
|||||||
Requires: biosdevname
|
Requires: biosdevname
|
||||||
%endif
|
%endif
|
||||||
%ifnarch s390x ppc64 ppc64le
|
%ifnarch s390x ppc64 ppc64le
|
||||||
|
%if 0%{?is_opensuse}
|
||||||
Requires: (grub2-branding-openSUSE if branding-openSUSE)
|
Requires: (grub2-branding-openSUSE if branding-openSUSE)
|
||||||
|
%else
|
||||||
|
%if 0%{?sle_version}
|
||||||
|
Requires: (grub2-branding-SLE if branding-SLE)
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
Requires: grub2-x86_64-efi
|
Requires: grub2-x86_64-efi
|
||||||
|
Loading…
Reference in New Issue
Block a user