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: Add cups-client
Date: Fri, 11 Sep 2026 14:42:45 GMT	[thread overview]
Message-ID: <178913776500.1.79783573988449095.flatpaks-flatpak-runtime-daa4ff98d9a8@fedoraproject.org> (raw)

            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',

                 reply	other threads:[~2026-09-11 14:42 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=178913776500.1.79783573988449095.flatpaks-flatpak-runtime-daa4ff98d9a8@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