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

            A new commit has been pushed.

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

            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:19 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:19 [rpms/cepces] rawhide: 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