- 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:
Ludwig Nussel 2019-05-02 08:18:18 +00:00 committed by Git OBS Bridge
parent 6744eafe0f
commit 855405a8f8
2 changed files with 16 additions and 4 deletions

View File

@ -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> Mon Apr 29 12:37:44 UTC 2019 - Frederic Crozat <fcrozat@suse.com>

View File

@ -230,6 +230,14 @@ Recommends: lsvpd
# bsc#1098849 # bsc#1098849
Requires: ppc64-diag Requires: ppc64-diag
%endif %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 %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. 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: rollback_helper
Requires: suse-build-key Requires: suse-build-key
%endif %endif
# Current systems suffer from entropy starvation (bsc#1131369)
%ifarch aarch64 %ix86 x86_64 ppc64 ppc64le s390x
Recommends: haveged
%endif
%if 0%{?is_opensuse} %if 0%{?is_opensuse}
%description minimal_base %description minimal_base