public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cups-filters] f44: remove unneeded command substitution in postrans script
@ 2026-09-01 11:04 Zdenek Dohnal
0 siblings, 0 replies; only message in thread
From: Zdenek Dohnal @ 2026-09-01 11:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cups-filters
Branch : f44
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=f44
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-01 11:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01 11:04 [rpms/cups-filters] f44: remove unneeded command substitution in postrans script Zdenek Dohnal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox