Accepting request 806835 from home:favogt:branches:Virtualization:Appliances:Images:openSUSE-Tumbleweed

Diffed the package list - no changes except for the explicit ones.

- Drop some now redundant entries from the package list
- Switch to vim-small, saves ~50MiB
- Drop group(wheel), bug in cloud-init got fixed (boo#1080595)

OBS-URL: https://build.opensuse.org/request/show/806835
OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=33
This commit is contained in:
Fabian Vogt 2020-05-18 14:06:24 +00:00 committed by Git OBS Bridge
parent 2eebcbc44d
commit 7f367bdf51
2 changed files with 10 additions and 6 deletions

View File

@ -194,21 +194,18 @@
<package name="dracut"/>
<package name="fipscheck"/>
<package name="group(mail)"/> <!-- needed by useradd bsc#1061838-->
<package name="group(wheel)"/>
<package name="grub2-branding-openSUSE" bootinclude="true"/>
<package name="iputils"/>
<package name="issue-generator"/> <!-- bsc#1084879 -->
<package name="vim"/>
<package name="vim-small"/>
<package name="shim" arch="x86_64"/>
<package name="grub2"/>
<package name="grub2-x86_64-efi" arch="x86_64"/>
<package name="grub2-arm64-efi" arch="aarch64"/>
<package name="grub2-branding-openSUSE" bootinclude="true"/>
<package name="grub2-x86_64-efi" arch="x86_64"/>
<package name="haveged"/>
<package name="less" />
<package name="tar"/>
<package name="parted"/>
<package name="openSUSE-build-key"/>
<package name="systemd"/>
<package name="systemd-sysvinit"/>
<package name="timezone"/>
<package name="wicked"/>

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 18 08:16:29 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Drop some now redundant entries from the package list
- Switch to vim-small, saves ~50MiB
- Drop group(wheel), bug in cloud-init got fixed (boo#1080595)
-------------------------------------------------------------------
Mon Apr 27 08:07:31 UTC 2020 - Ludwig Nussel <lnussel@suse.de>