mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-09-03 06:50:46 +00:00
standard: drop rm of /usr/bin/dotlockfile
s390utils dropped the liblockfile dependency a while ago so we can drop this. https://github.com/coreos/fedora-coreos-tracker/issues/1253#issuecomment-1212056339
This commit is contained in:
parent
2fc030c466
commit
b10012518c
1 changed files with 0 additions and 11 deletions
|
|
@ -58,17 +58,6 @@ packages-ppc64le:
|
|||
packages-aarch64:
|
||||
- irqbalance
|
||||
|
||||
postprocess:
|
||||
# See: https://github.com/coreos/fedora-coreos-tracker/issues/1253
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2112857
|
||||
# https://github.com/coreos/rpm-ostree/issues/3918
|
||||
# Temporary workaround to remove the SetGID binary from liblockfile that is
|
||||
# pulled by the s390utils but not needed for /usr/sbin/zipl.
|
||||
- |
|
||||
#!/usr/bin/env bash
|
||||
set -xeuo pipefail
|
||||
rm -f /usr/bin/dotlockfile
|
||||
|
||||
# Things we don't expect to ship on the host. We currently
|
||||
# have recommends: false so these could only come in via
|
||||
# hard requirement, in which case the build will fail.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue