public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/flatpak] rawhide: Fix permissions on service file (#2527943)
@ 2026-09-03 12:05 Lukas Slebodnik
0 siblings, 0 replies; only message in thread
From: Lukas Slebodnik @ 2026-09-03 12:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/flatpak
Branch : rawhide
Commit : 44da60affc6b697a0899305844e501e60ef5b66d
Author : Lukas Slebodnik <lslebodn@fedoraproject.org>
Date : 2026-09-03T13:07:17+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/flatpak/c/44da60affc6b697a0899305844e501e60ef5b66d?branch=rawhide
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 989304d..4a789e3 100644
--- a/flatpak.spec
+++ b/flatpak.spec
@@ -178,7 +178,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}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 12:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 12:05 [rpms/flatpak] rawhide: Fix permissions on service file (#2527943) Lukas Slebodnik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox