public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Andreas Schneider <asn@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cepces] rawhide: Fix cepces-certmonger postinstall script
Date: Wed, 01 Jul 2026 09:19:21 GMT	[thread overview]
Message-ID: <178289756174.1.10976331614568607131.rpms-cepces-6bc97434933d@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-01  9:19 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=178289756174.1.10976331614568607131.rpms-cepces-6bc97434933d@fedoraproject.org \
    --to=asn@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