From 36c70e09eaa4ab07d3abbfa6d67dea140cc0d403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 19 Jul 2024 16:30:12 +0200 Subject: [PATCH] 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 --- common.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common.yaml b/common.yaml index a6deb4b..9572e7c 100644 --- a/common.yaml +++ b/common.yaml @@ -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