diff options
| author | 2024-04-23 21:26:39 -0400 | |
|---|---|---|
| committer | 2024-05-01 12:45:07 +0000 | |
| commit | 848b29bfafc83c0b8539eafa5b7295a7c6aef560 (patch) | |
| tree | d2292bf4822afaaa432485e2e37191cc51442e8d /teams/cloud | |
| parent | aa89e5e004d5f2da0ec15c52d06b1ae2a1e9e4bd (diff) | |
| download | kiwi-descriptions-848b29bfafc83c0b8539eafa5b7295a7c6aef560.tar.gz kiwi-descriptions-848b29bfafc83c0b8539eafa5b7295a7c6aef560.zip | |
container: add back util-linux-core package
The F39 minimal and generic container both had util-linux-core in
them. If this wasn't an intentional change, let's add it back.
Also note that util-linux wasn't actually removed in the change linked
in https://bugzilla.redhat.com/show_bug.cgi?id=1951111#c1
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/container.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml index 028b79b..2700049 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -110,12 +110,12 @@ <ignore name="grubby"/> <ignore name="langpacks-en_GB"/> <!-- https://bugzilla.redhat.com/show_bug.cgi?id=1951111 --> - <ignore name="util-linux"/> <ignore name="sssd-client"/> <package name="fedora-release-container"/> <package name="bash"/> <package name="coreutils"/> <package name="rpm"/> + <package name="util-linux-core"/> </packages> <packages type="bootstrap" profiles="Container-Base-Generic-Minimal"> <ignore name="glibc-langpack-en"/> @@ -224,7 +224,6 @@ <package name="tzdata"/> <package name="unzip"/> <package name="util-linux"/> - <package name="util-linux-core"/> <package name="vim-minimal"/> <package name="vte-profile"/> <package name="vulkan-loader"/> |