public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/archlinux-keyring] f43: Make sure systemd unit files have right permissions
@ 2026-08-14 11:00 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-14 11:00 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/archlinux-keyring
            Branch : f43
            Commit : 779f817d96df5c86c1494756289fe66d03e4a256
            Author : Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
            Date   : 2026-08-14T12:59:20+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/archlinux-keyring/c/779f817d96df5c86c1494756289fe66d03e4a256?branch=f43

            Log:
            Make sure systemd unit files have right permissions

Latest file changed the classificiation of those ini files,
so brp-mangle-shebangs doesn't fix up the permissions. Let's
not rely on brp-mangle-shebangs and set the permissions correctly
from the start.

(cherry picked from commit 1bf44a5d95594257b4842494c7d67ba75192bce2)
(cherry picked from commit f7bb254d4bd4a0240a7f8d0a240f79d752cdef87)

---
diff --git a/archlinux-keyring.spec b/archlinux-keyring.spec
index 8d4640a..5f02d88 100644
--- a/archlinux-keyring.spec
+++ b/archlinux-keyring.spec
@@ -50,7 +50,7 @@ make wkd_sync_service SCRIPT_TARGET_DIR=%{_bindir}
 
 %install
 install -Dt %{buildroot}%{_bindir}/ wkd_sync/archlinux-keyring-wkd-sync
-install -Dt %{buildroot}%{_unitdir}/ \
+install -m0644 -Dt %{buildroot}%{_unitdir}/ \
   wkd_sync/archlinux-keyring-wkd-sync.timer \
   build/archlinux-keyring-wkd-sync.service
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-14 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-14 11:00 [rpms/archlinux-keyring] f43: Make sure systemd unit files have right permissions 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox