public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/liquidwar] f45: Fix unit filke permissions
@ 2026-08-19 19:02 Gwyn Ciesla
0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-08-19 19:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/liquidwar
Branch : f45
Commit : 8868164c50e3e8553b5cd2008017842ec0fb755e
Author : Gwyn Ciesla <gwync@protonmail.com>
Date : 2026-08-19T14:01:44-05:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/liquidwar/c/8868164c50e3e8553b5cd2008017842ec0fb755e?branch=f45
Log:
Fix unit filke permissions
---
diff --git a/liquidwar.spec b/liquidwar.spec
index 273af6e..72e4cae 100644
--- a/liquidwar.spec
+++ b/liquidwar.spec
@@ -1,6 +1,6 @@
Name: liquidwar
Version: 5.6.5
-Release: 23%{?dist}
+Release: 24%{?dist}
Summary: Multiplayer wargame with liquid armies
License: GPL-2.0-or-later
URL: http://www.ufoot.org/liquidwar/v5
@@ -103,7 +103,7 @@ install -p -m 644 misc/%{name}_32x32.xpm \
install -p -m 644 misc/%{name}.xpm \
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.xpm
-install -p -D -m 755 %{SOURCE4} \
+install -p -D -m 0644 %{SOURCE4} \
$RPM_BUILD_ROOT/%{_unitdir}/%{name}-server.service
install -p -D -m 644 %{SOURCE2} \
$RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/%{name}-server
@@ -146,6 +146,9 @@ install -m0644 -D liquidwar.sysusers.conf %{buildroot}%{_sysusersdir}/liquidwar.
%changelog
+* Wed Aug 19 2026 Gwyn Ciesla <gwync@protonmail.com> - 5.6.5-24
+- Fix unit file permissions.
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.5-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-19 19:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19 19:02 [rpms/liquidwar] f45: Fix unit filke permissions Gwyn Ciesla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox