public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelen <jjelen@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gnupg2] rawhide: Fix modes for systemd user services and sockets (#2513497)
Date: Mon, 10 Aug 2026 16:00:47 GMT	[thread overview]
Message-ID: <178637764731.1.5090752876453302571.rpms-gnupg2-f2a95f7a06c3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gnupg2
Branch : rawhide
Commit : f2a95f7a06c30562246f5cbd27d0096ccb698013
Author : Jakub Jelen <jjelen@redhat.com>
Date   : 2026-08-10T18:00:29+02:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gnupg2/c/f2a95f7a06c30562246f5cbd27d0096ccb698013?branch=rawhide

Log:
Fix modes for systemd user services and sockets (#2513497)

---
diff --git a/gnupg2.spec b/gnupg2.spec
index bc21a46..e99b058 100644
--- a/gnupg2.spec
+++ b/gnupg2.spec
@@ -296,8 +296,8 @@ rm -f %{buildroot}%{_bindir}/gpgscm
 
 # Move the systemd user units to appropriate directory
 install -d -m755 %{buildroot}%{_userunitdir}
-install -p doc/examples/systemd-user/*.socket %{buildroot}%{_userunitdir}
-install -p doc/examples/systemd-user/*.service %{buildroot}%{_userunitdir}
+install -p -m644 doc/examples/systemd-user/*.socket %{buildroot}%{_userunitdir}
+install -p -m644 doc/examples/systemd-user/*.service %{buildroot}%{_userunitdir}
 
 %check
 # need scratch gpg database for tests

                 reply	other threads:[~2026-08-10 16:00 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=178637764731.1.5090752876453302571.rpms-gnupg2-f2a95f7a06c3@fedoraproject.org \
    --to=jjelen@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