public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnupg2] rawhide: Fix modes for systemd user services and sockets (#2513497)
@ 2026-08-10 16:00 Jakub Jelen
0 siblings, 0 replies; only message in thread
From: Jakub Jelen @ 2026-08-10 16:00 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 16:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 16:00 [rpms/gnupg2] rawhide: Fix modes for systemd user services and sockets (#2513497) Jakub Jelen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox