public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Update exclusions
@ 2026-09-11 14:43 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-11 14:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : flatpaks/flatpak-runtime
Branch : f45
Commit : f822a4d5592ea09485c135cfbcfbcf5ded1fc900
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-03-02T21:13:17-05:00
Stats  : +6/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/f822a4d5592ea09485c135cfbcfbcf5ded1fc900?branch=f45

Log:
Update exclusions

---
diff --git a/package-notes.txt b/package-notes.txt
index 1c94a30..db034cb 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -79,7 +79,6 @@ python3-cairo: E
 python3-gobject: E
 python3-gstreamer1: E: GStreamer GObject-Introspection overrides
 python3-packaging: EB: dependency of python3-rpm-generators, and because of that cannot be built for /app as rpmbuild in koji buildroots can't use modules installed in /app
-qadwaitadecorations-qt6: E
 qt6-qtbase: E: for mediawriter
 qt6-qtdeclarative: E: for mediawriter
 qt6-qtsvg: E: for mediawriter

diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 8b55101..554cff3 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -135,7 +135,7 @@ bin_rename = {
     'getdefaultcon': 'selinuxdefcon',
 
     # perl
-    'perl5.38.0': 'perl',
+    'perl5.40.0': 'perl',
 
     # vala
 #    'vala-0.56': 'vala-0.56',
@@ -182,6 +182,8 @@ lib_rename = {
      'libassuan.so.9': 'libassuan.so.0',
 #    'libpkgconf.so.5': 'libpkgconf.so.5',
 #    'libsframe.so.1': 'libsframe.so.0',
+    'libtag.so.2': 'libtag.so.1',
+    'libtag_c.so.2': 'libtag_c.so.0',
 #    'libtiff.so.6': 'libtiff.so.5',
 #    'libtiffxx.so.6': 'libtiffxx.so.5',
 
@@ -387,7 +389,7 @@ ignore_patterns = [
     r'/usr/lib64/perl5/[\d.]+/.*/File/Spec/VMS\.pm',
     r'/usr/lib64/perl5/[\d.]+/pod/.*',
 
-    # Pulls in a conflicting compatibiliy version of python3-cython
+    # Pulls in a conflicting compatibility version of python3-cython
     r'/usr/lib64/python[\d.]+/site-packages/Cython/Includes/Deprecated/.*',
     r'/usr/lib64/python[\d.]+/site-packages/Cython/(Plex/Timing|Plex/Traditional)\.py',
     r'/usr/lib64/python[\d.]+/site-packages/Cython/Utility/Capsule\.c',
@@ -560,6 +562,7 @@ global_package_ignore_patterns = [
     '^systemd-resolved$',
     '^systemd-standalone-repart$',
     '^systemd-udev$',
+    '^tinysparql$',
     '^tracker$',
     '^uuidd$',
     '^v4l-utils$',
@@ -647,6 +650,7 @@ global_package_ignore_compiled = [re.compile(p) for p in global_package_ignore_p
 
 platform_package_ignore_patterns = [
     "^.*-devel$",
+    "^.*-static$",
     "^appstream-compose",
     "^libappstream-glib-builder$", # may not need in the sdk either
     "^gcc-gdb-plugin$",  # pulls in gcc

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

only message in thread, other threads:[~2026-09-11 14:43 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:43 [flatpaks/flatpak-runtime] f45: Update exclusions Yaakov Selkowitz

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