public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Do not exclude cups-client, libproxy-bin, and openssh-clients
@ 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 : 5c098950ec1842739405adaff4c59e14d6a6c7bb
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-03-02T21:12:38-05:00
            Stats  : +0/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/5c098950ec1842739405adaff4c59e14d6a6c7bb?branch=f45

            Log:
            Do not exclude cups-client, libproxy-bin, and openssh-clients

These are used by some applications.  The first two are from packages with
other subpackages in the runtime.  openssh-clients is more widely used and
not something we want to be responsible for rebuiding.

---
diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index f6ca608..9e6176e 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -545,7 +545,6 @@ global_package_ignore_patterns = [
     '^avahi-tools$',
     '^avahi-ui-tools$',
     "^bsd(cat|cpio|tar|unzip)$",  # libarchive
-    '^cups-client$',
     "^cyrus-sasl$",
     "^dav1d$",
     '^enchant2-nuspell$',
@@ -561,7 +560,6 @@ global_package_ignore_patterns = [
     r'^kf[\d]+-sonnet-aspell$',
     '^lcms2-utils$',
     '^libcap-ng-utils$',
-    '^libproxy-bin$',
     '^libsndfile-utils$',
     '^libtasn1-tools$',
     '^libtiff-tools$',
@@ -571,7 +569,6 @@ global_package_ignore_patterns = [
     '^nuspell*',
     '^openjpeg-tools$',
     '^openssh$',
-    '^openssh-clients$',
     '^openssl-pkcs11$',  # replaced by pkcs11-provider
     '^pcre-tools$',
     '^pcre2-tools$',

^ 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: Do not exclude cups-client, libproxy-bin, and openssh-clients Yaakov Selkowitz

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