base-images/minimal/tmpfiles.yaml
Xiaofeng Wang 905fe91159 Add workaround for https://issues.redhat.com/browse/RHEL-106203
Signed-off-by: Xiaofeng Wang <xiaofwan@redhat.com>
2025-12-16 09:31:09 +08:00

10 lines
342 B
YAML

postprocess:
- |
#!/bin/bash
set -xeuo pipefail
cat >/usr/lib/tmpfiles.d/bootc-base-rpmstate.conf <<'EOF'
# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=771713
d /var/lib/rpm-state 0755 - - -
EOF
# Workaround for https://issues.redhat.com/browse/RHEL-106203
rm -f /usr/lib/tmpfiles.d/home.conf