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

            A new commit has been pushed.

            Repo   : flatpaks/flatpak-runtime
            Branch : f45
            Commit : daa4ff98d9a8492f8b12324f39f17dc2f7c00f12
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-03-02T20:29:46-05:00
            Stats  : +6/-0 in 4 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/daa4ff98d9a8492f8b12324f39f17dc2f7c00f12?branch=f45

            Log:
            Add cups-client

This was added upstream in 23.08, and gutenprint-plugin (for GIMP) would
use this, and possibly others as well.

---
diff --git a/container-sdk.yaml b/container-sdk.yaml
index 15a8b9d..fea458b 100644
--- a/container-sdk.yaml
+++ b/container-sdk.yaml
@@ -128,6 +128,7 @@ flatpak:
     - crypto-policies
     - crypto-policies-scripts
     - ctags
+    - cups-client
     - cups-devel
     - cups-libs
     - curl

diff --git a/container.yaml b/container.yaml
index 2c74961..fef0800 100644
--- a/container.yaml
+++ b/container.yaml
@@ -86,6 +86,7 @@ flatpak:
     - cracklib-dicts
     - crypto-policies
     - crypto-policies-scripts
+    - cups-client
     - cups-libs
     - curl
     - cyrus-sasl-lib

diff --git a/package-notes.txt b/package-notes.txt
index f828d0b..64838a8 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -24,6 +24,7 @@ cmake-filesystem: E: avoid problems with cmake autorequires; the prefix=/usr is 
 colord-libs:
 coreutils-common: W: no bins/libs
 crypto-policies: W: data files
+cups-client: EB: added to 23.08 runtime
 desktop-file-utils: xdg-utils
 double-conversion: EB: required by qt5-qtbase-gui and qt6-qtbase-gui
 elfutils-default-yama-scope: provides default-yama-scope required by elfutils in Fedora

diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 3282368..4b0c2ac 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -107,6 +107,9 @@ bin_rename = {
     # clang
     'clang-10': 'clang',
 
+    # cups-client
+    'lpr': 'lpr.cups',
+
     # GIO/GTK module file generators
     'gdk-pixbuf-query-loaders': 'gdk-pixbuf-query-loaders-64',
     'gio-querymodules': 'gio-querymodules-64',

^ 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: Add cups-client Yaakov Selkowitz

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