mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-09-01 05:50:45 +00:00
Needed for https://github.com/containers/bootc/pull/1101 which will cross check /var and tmpfiles.d.
7 lines
213 B
YAML
7 lines
213 B
YAML
postprocess:
|
|
- |
|
|
#!/bin/bash
|
|
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
|