From b10012518c8edf0e7a9cbcfa97aeff5c5f590c21 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 24 Nov 2025 14:25:39 -0500 Subject: [PATCH] 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 --- standard/manifest.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/standard/manifest.yaml b/standard/manifest.yaml index f1ee4b7..e38094d 100644 --- a/standard/manifest.yaml +++ b/standard/manifest.yaml @@ -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.