public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/archlinux-keyring] rawhide: Make sure systemd unit files have right permissions
Date: Fri, 14 Aug 2026 11:00:17 GMT [thread overview]
Message-ID: <178670521723.1.5671026335907556645.rpms-archlinux-keyring-1bf44a5d9559@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/archlinux-keyring
Branch : rawhide
Commit : 1bf44a5d95594257b4842494c7d67ba75192bce2
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Date : 2026-08-14T12:58:18+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/archlinux-keyring/c/1bf44a5d95594257b4842494c7d67ba75192bce2?branch=rawhide
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.
---
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
reply other threads:[~2026-08-14 11: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=178670521723.1.5671026335907556645.rpms-archlinux-keyring-1bf44a5d9559@fedoraproject.org \
--to=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