public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cepces] f44: Fix cepces-certmonger postinstall script
@ 2026-07-01  9:25 Andreas Schneider
  0 siblings, 0 replies; only message in thread
From: Andreas Schneider @ 2026-07-01  9:25 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cepces
            Branch : f44
            Commit : dbf42a269692ab5c47e0596870dff8d6a0878132
            Author : Andreas Schneider <asn@redhat.com>
            Date   : 2026-07-01T11:25:46+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cepces/c/dbf42a269692ab5c47e0596870dff8d6a0878132?branch=f44

            Log:
            Fix cepces-certmonger postinstall script

We need to quote the command to run that --install is passed to
cepces-submit.

---
diff --git a/cepces.spec b/cepces.spec
index d6c22ca..ad2fd8e 100644
--- a/cepces.spec
+++ b/cepces.spec
@@ -178,7 +178,7 @@ done
 # Install the CA into certmonger.
 if [[ "$1" == "1" ]]; then
     getcert add-ca -c %{name} \
-      -e %{_libexecdir}/certmonger/%{name}-submit --install >/dev/null || :
+      -e "%{_libexecdir}/certmonger/%{name}-submit --install" >/dev/null || :
 fi
 
 %preun certmonger

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-01  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01  9:25 [rpms/cepces] f44: Fix cepces-certmonger postinstall script Andreas Schneider

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