Accepting request 941259 from system:install:head

OBS-URL: https://build.opensuse.org/request/show/941259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-base?expand=0&rev=82
This commit is contained in:
Dominique Leuenberger 2021-12-17 22:54:31 +00:00 committed by Git OBS Bridge
commit 07df8a556b
3 changed files with 28 additions and 4 deletions

View File

@ -24,7 +24,7 @@ The 32bit pattern complementing apparmor.
#-------------------------------------------------------------------
#
%package base-32bit
Summary: Minimal Base System
Summary: Base System
Recommends: aaa_base-32bit
Recommends: aaa_base-malloccheck-32bit
Recommends: bash-32bit
@ -41,6 +41,9 @@ Recommends: util-linux-32bit
Recommends: zypper-32bit
Recommends: SUSEConnect-32bit
Recommends: rollback-helper-32bit
Recommends: e2fsprogs-32bit
Recommends: btrfsprogs-32bit
Recommends: xfsprogs-32bit
Recommends: purge-kernels-service-32bit
Recommends: busybox-static-32bit
Recommends: elfutils-32bit
@ -103,7 +106,6 @@ Recommends: fuse-32bit
Recommends: gawk-32bit
Recommends: gettext-runtime-32bit
Recommends: glibc-locale-32bit
Recommends: glibc-locale-base-32bit
Recommends: gpart-32bit
Recommends: gpg2-32bit
Recommends: gpm-32bit
@ -152,7 +154,7 @@ Recommends: sed-32bit
Recommends: sg3_utils-32bit
Recommends: smartmontools-32bit
Recommends: sudo-32bit
Recommends: system-tuning-common-SUSE-32bit
Recommends: udev-extra-rules-32bit
Recommends: systemd-sysvinit-32bit
Recommends: time-32bit
Recommends: timezone-32bit
@ -255,6 +257,7 @@ The 32bit pattern complementing sw_management.
#
%package x11-32bit
Summary: X Window System
Recommends: xf86-input-libinput-32bit
Recommends: xorg-x11-fonts-core-32bit
Recommends: xorg-x11-server-32bit
Recommends: dejavu-fonts-32bit
@ -272,7 +275,6 @@ Recommends: xorg-x11-server-extra-32bit
Recommends: xterm-32bit
Recommends: xtermset-32bit
Recommends: yast2-control-center-32bit
Recommends: xf86-input-libinput-32bit
Recommends: xf86-input-vmmouse-32bit
Recommends: xf86-input-wacom-32bit
Provides: pattern() = x11%2d32bit

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Dec 17 15:24:56 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Drop low-memory-monitor: It's not enabled by default, not used by
any of the default applications and would conflict with other
installed OOM handling daemons like earlyoom or oomd
- Run pre_checkin.sh
-------------------------------------------------------------------
Fri Dec 17 15:18:17 UTC 2021 - Richard Brown <rbrown@suse.com>
- base: favour psmisc over busybox-psmisc or other equivalents
-------------------------------------------------------------------
Sat Nov 20 22:18:18 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- enhanced_base: Recommend low-memory-monitor an early boot daemon
to monitor memory pressure and react to low memory.
- Run pre_checkin.sh to sync 32-bit patterns.
-------------------------------------------------------------------
Fri Nov 19 16:41:08 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -191,6 +191,8 @@ Suggests: openssl
Suggests: openssl-1_1
# We have two providers for libz.so.1: libz1 and libz1-ng-compat1. Favor the legacy one for now
Suggests: libz1
# We have two providers of psmisc, favour the regular one (not the busybox one)
Suggests: psmisc
%description base
This is the base runtime system. It contains only a basic multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own.