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:
Dusty Mabe 2025-11-24 14:25:39 -05:00
commit b10012518c
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -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.