common: Use add-determinism as workraround for pyc mtime mismatch
See: https://gitlab.com/fedora/bootc/tracker/-/issues/3 See: https://pagure.io/workstation-ostree-config/pull-request/505 See: https://github.com/ostreedev/ostree/issues/1469
This commit is contained in:
parent
9e04e53bfb
commit
36c70e09ea
1 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,8 @@ packages:
|
|||
# Always include at least full English language support by default
|
||||
# https://gitlab.com/fedora/ostree/sig/-/issues/14
|
||||
- langpacks-en
|
||||
# Workaround for https://github.com/ostreedev/ostree/issues/1469
|
||||
- add-determinism
|
||||
|
||||
selinux: true
|
||||
documentation: true
|
||||
|
@ -141,3 +143,6 @@ postprocess:
|
|||
# Fix triggerin for samba-client in cups package (not supported by rpm-ostree yet)
|
||||
# https://github.com/fedora-silverblue/issue-tracker/issues/532
|
||||
ln -snf /usr/libexec/samba/cups_backend_smb /usr/lib/cups/backend/smb
|
||||
|
||||
# Workaround for https://github.com/ostreedev/ostree/issues/1469
|
||||
add-determinism -j --handler pyc-zero-mtime /usr
|
||||
|
|
Loading…
Reference in a new issue