diff --git a/pattern-definition-32bit.txt b/pattern-definition-32bit.txt index 861a5ba..f9258a0 100644 --- a/pattern-definition-32bit.txt +++ b/pattern-definition-32bit.txt @@ -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 diff --git a/patterns-base.changes b/patterns-base.changes index c7d9329..e38ca1a 100644 --- a/patterns-base.changes +++ b/patterns-base.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 17 15:24:56 UTC 2021 - Fabian Vogt + +- 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 + +- base: favour psmisc over busybox-psmisc or other equivalents + +------------------------------------------------------------------- +Sat Nov 20 22:18:18 UTC 2021 - Atri Bhattacharya + +- 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 diff --git a/patterns-base.spec b/patterns-base.spec index 220755a..73c267a 100644 --- a/patterns-base.spec +++ b/patterns-base.spec @@ -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.