public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: resolve-files.py: ignore /usr/bin/audisp-af_unix
@ 2026-09-11 14:42 Owen W. Taylor
  0 siblings, 0 replies; only message in thread
From: Owen W. Taylor @ 2026-09-11 14:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : flatpaks/flatpak-runtime
Branch : f45
Commit : d9a6b9d2dc4bd59b67c7136ff9a1ea03043431fd
Author : Owen W. Taylor <otaylor@fishsoup.net>
Date   : 2026-03-02T20:29:45-05:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/d9a6b9d2dc4bd59b67c7136ff9a1ea03043431fd?branch=f45

Log:
resolve-files.py: ignore /usr/bin/audisp-af_unix

---
diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index ee38a9e..4c4edce 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -31,6 +31,10 @@ bin_ignore = [
     # /usr/share/doc/aspell/aspell-import in Fedora
     'aspell-import',
 
+    # Sends audit events to /var/run/audispd which is not available in the Flatpak
+    # environment. End up pulling in systemd via a dependency on audit.
+    'audisp-af_unix',
+
     # Part of dbus-x11, pulls in a pile of X11 stuff
     'dbus-launch',
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 14:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:42 [flatpaks/flatpak-runtime] f45: resolve-files.py: ignore /usr/bin/audisp-af_unix Owen W. Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox