- Make the choice of systemd-logger for openSUSE explicit (bsc#1160657)

- Add lsof for zypper ps (bsc#1167553)

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=26
This commit is contained in:
Fabian Vogt 2020-03-24 11:02:33 +00:00 committed by Git OBS Bridge
parent 3423ff97d2
commit 040b969e0b
2 changed files with 13 additions and 1 deletions

View File

@ -210,14 +210,16 @@
<package name="openSUSE-build-key"/>
<package name="systemd"/>
<package name="systemd-sysvinit"/>
<package name="systemd-logger"/> <!-- To have a persistent journal -->
<package name="timezone"/>
<package name="wicked"/>
<package name="iproute2"/>
<package name="openssh"/>
<package name="rsync"/>
<package name="dosfstools"/> <!-- For fscking /boot/efi -->
<package name="lsof"/> <!-- For zypper ps (bsc#1167553) -->
<package name="live-add-yast-repos"/>
<!-- <package name="rsyslog"/> for SLE -->
<package name="systemd-logger"/> <!-- for openSUSE -->
</packages>
<!-- Not needed in OpenStack as it uses XFS and cloud-init -->

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 24 11:00:45 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Make the choice of systemd-logger for openSUSE explicit (bsc#1160657)
-------------------------------------------------------------------
Tue Mar 24 10:49:38 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Add lsof for zypper ps (bsc#1167553)
-------------------------------------------------------------------
Thu Mar 12 14:14:03 UTC 2020 - Fabian Vogt <fvogt@suse.com>