- Move systemd-coredump and busybox-static from requires in
minimal_base to recommends in base (users are free to uninstall those tools and their use in e.g. containers is questionable). OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-base?expand=0&rev=86
This commit is contained in:
parent
fa4548bad5
commit
2c0247129c
@ -9,8 +9,9 @@ Mon Feb 25 19:59:06 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
|||||||
wanted.
|
wanted.
|
||||||
* Drop sysvinit requires: this is a dependency to systemd after
|
* Drop sysvinit requires: this is a dependency to systemd after
|
||||||
all.
|
all.
|
||||||
- Move systemd-coredump from requires in minimal_base to recommends in
|
- Move systemd-coredump and busybox-static from requires in
|
||||||
base.
|
minimal_base to recommends in base (users are free to uninstall
|
||||||
|
those tools and their use in e.g. containers is questionable).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 19 16:25:23 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
Tue Feb 19 16:25:23 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
@ -186,6 +186,8 @@ Requires: which
|
|||||||
%if ! 0%{?is_opensuse}
|
%if ! 0%{?is_opensuse}
|
||||||
Requires: systemd-coredump
|
Requires: systemd-coredump
|
||||||
%endif
|
%endif
|
||||||
|
# Add some static base tool in case system explodes; Recommend only, as users are free to uninstall it
|
||||||
|
Recommends: busybox-static
|
||||||
Recommends: bash-completion
|
Recommends: bash-completion
|
||||||
Recommends: btrfsprogs
|
Recommends: btrfsprogs
|
||||||
Recommends: ca-certificates-mozilla
|
Recommends: ca-certificates-mozilla
|
||||||
@ -636,8 +638,6 @@ Obsoletes: patterns-openSUSE-minimal_base < %{version}
|
|||||||
|
|
||||||
Requires: aaa_base
|
Requires: aaa_base
|
||||||
Requires: bash
|
Requires: bash
|
||||||
# Add some static base tool in case system explodes
|
|
||||||
Requires: busybox-static
|
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
Requires: device-mapper
|
Requires: device-mapper
|
||||||
Requires: distribution-release
|
Requires: distribution-release
|
||||||
|
Loading…
Reference in New Issue
Block a user