Merge branch 'rpmstate-tmpfiles' into 'main'
tier-0: Add tmpfiles.d entry for /var/lib/rpm-state See merge request fedora/bootc/base-images!97
This commit is contained in:
commit
f32c45268e
2 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ remove-from-packages:
|
|||
|
||||
include:
|
||||
- postprocess-conf.yaml
|
||||
- tmpfiles.yaml
|
||||
- bootc.yaml
|
||||
- bootupd.yaml
|
||||
- ostree.yaml
|
||||
|
|
|
|||
7
tier-0/tmpfiles.yaml
Normal file
7
tier-0/tmpfiles.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue