public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Update exclusions
Date: Fri, 11 Sep 2026 14:43:25 GMT	[thread overview]
Message-ID: <178913780552.1.51200403276259118.flatpaks-flatpak-runtime-f822a4d5592e@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-09-11 14:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178913780552.1.51200403276259118.flatpaks-flatpak-runtime-f822a4d5592e@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox