- move haveged to base instead of minimal_base as the comment indicates that
minimal_base should not have recommended packages. - recomment issue-generator in the base pattern rather than the release package (boo#1133636) OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-base?expand=0&rev=96
This commit is contained in:
parent
6744eafe0f
commit
855405a8f8
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 08:16:54 UTC 2019 - lnussel@suse.de
|
||||
|
||||
- move haveged to base instead of minimal_base as the comment indicates that
|
||||
minimal_base should not have recommended packages.
|
||||
- recomment issue-generator in the base pattern rather than the release package
|
||||
(boo#1133636)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 12:37:44 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
@ -230,6 +230,14 @@ Recommends: lsvpd
|
||||
# bsc#1098849
|
||||
Requires: ppc64-diag
|
||||
%endif
|
||||
# Current systems suffer from entropy starvation (bsc#1131369)
|
||||
%ifarch aarch64 %ix86 x86_64 ppc64 ppc64le s390x
|
||||
Recommends: haveged
|
||||
%endif
|
||||
# issue-generator is not used on Leap so far
|
||||
%if !(0%{?is_opensuse} && 0%{?sle_version})
|
||||
Recommends: issue-generator
|
||||
%endif
|
||||
|
||||
%description base
|
||||
This is the base runtime system. It contains only a minimal multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own.
|
||||
@ -674,10 +682,6 @@ Requires: SUSEConnect
|
||||
Requires: rollback_helper
|
||||
Requires: suse-build-key
|
||||
%endif
|
||||
# Current systems suffer from entropy starvation (bsc#1131369)
|
||||
%ifarch aarch64 %ix86 x86_64 ppc64 ppc64le s390x
|
||||
Recommends: haveged
|
||||
%endif
|
||||
|
||||
%if 0%{?is_opensuse}
|
||||
%description minimal_base
|
||||
|
Loading…
Reference in New Issue
Block a user