public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lukas Slebodnik <lslebodn@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/flatpak] f45: Fix permissions on service file (#2527943)
Date: Thu, 03 Sep 2026 12:07:45 GMT	[thread overview]
Message-ID: <178843726529.1.15768544521556425097.rpms-flatpak-97720935b828@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/flatpak
            Branch : f45
            Commit : 97720935b8285481925e9211fb8088ee76bb68c4
            Author : Lukas Slebodnik <lslebodn@fedoraproject.org>
            Date   : 2026-09-03T13:06:51+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/flatpak/c/97720935b8285481925e9211fb8088ee76bb68c4?branch=f45

            Log:
            Fix permissions on service file (#2527943)

- Add explicit -m 0644 to install invocation
- Resolves systemd configuration warning on boot

---
diff --git a/flatpak.spec b/flatpak.spec
index 0bb431f..ed16df9 100644
--- a/flatpak.spec
+++ b/flatpak.spec
@@ -173,7 +173,7 @@ install -d %{buildroot}%{_sysconfdir}/%{name}/preinstall.d
 install -d %{buildroot}%{_sysconfdir}/flatpak/remotes.d
 
 %if 0%{?fedora}
-install -D -t %{buildroot}%{_unitdir} %{SOURCE1}
+install -D -p -m 0644 -t %{buildroot}%{_unitdir} %{SOURCE1}
 %endif
 
 %find_lang %{name}

                 reply	other threads:[~2026-09-03 12:07 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=178843726529.1.15768544521556425097.rpms-flatpak-97720935b828@fedoraproject.org \
    --to=lslebodn@fedoraproject.org \
    --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