public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/archlinux-keyring] f43: Make sure systemd unit files have right permissions
Date: Fri, 14 Aug 2026 11:00:14 GMT	[thread overview]
Message-ID: <178670521441.1.6958676631937251554.rpms-archlinux-keyring-779f817d96df@fedoraproject.org> (raw)

            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
 

                 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=178670521441.1.6958676631937251554.rpms-archlinux-keyring-779f817d96df@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