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

            A new commit has been pushed.

            Repo   : rpms/cepces
            Branch : f43
            Commit : 82a99b2537760df27680cd8e81c9a860c7f1145f
            Author : Andreas Schneider <asn@redhat.com>
            Date   : 2026-07-01T16:03:54+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cepces/c/82a99b2537760df27680cd8e81c9a860c7f1145f?branch=f43

            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 3191e9e..b1581a1 100644
--- a/cepces.spec
+++ b/cepces.spec
@@ -164,7 +164,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 14:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 14:04 [rpms/cepces] f43: 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