public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Zdenek Dohnal <zdohnal@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cups-filters] f43: remove unneeded command substitution in postrans script
Date: Tue, 01 Sep 2026 11:12:03 GMT [thread overview]
Message-ID: <178826112364.1.13100499326535975745.rpms-cups-filters-0bea8eb67ad6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cups-filters
Branch : f43
Commit : 0bea8eb67ad664082d1b6be09ef42297637b0841
Author : Zdenek Dohnal <zdohnal@redhat.com>
Date : 2026-02-12T13:56:22+01:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cups-filters/c/0bea8eb67ad664082d1b6be09ef42297637b0841?branch=f43
Log:
remove unneeded command substitution in postrans script
---
diff --git a/cups-filters.spec b/cups-filters.spec
index 5000ab3..d147719 100644
--- a/cups-filters.spec
+++ b/cups-filters.spec
@@ -17,7 +17,7 @@ Summary: OpenPrinting CUPS filters for CUPS 2.X
Name: cups-filters
Epoch: 1
Version: 2.0.1
-Release: 14%{?dist}
+Release: 15%{?dist}
# the CUPS exception text is the same as LLVM exception, so using that name with
# agreement from legal team
@@ -167,7 +167,7 @@ mkdir -p %{buildroot}%{_libexecdir}/%{name}
cat > %{buildroot}%{_libexecdir}/%{name}/posttrans.sh << EOF
#!/usr/bin/bash
-if \$(grep -q -R 'FoomaticRIPCommandLine\|FoomaticRipOptionSetting' %{_sysconfdir}/cups/ppd)
+if grep -q -R 'FoomaticRIPCommandLine\|FoomaticRipOptionSetting' %{_sysconfdir}/cups/ppd
then
tmpfile=\$(mktemp -p /var/tmp foomatic-scan.XXXXXXXX)
@@ -365,6 +365,9 @@ fi
%changelog
+* Thu Feb 12 2026 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.0.1-15
+- remove unneeded command substitution in postrans script
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
reply other threads:[~2026-09-01 11:12 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=178826112364.1.13100499326535975745.rpms-cups-filters-0bea8eb67ad6@fedoraproject.org \
--to=zdohnal@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