public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/crossfire] f45: Fix unit file permissions
@ 2026-08-19 18:38 Gwyn Ciesla
0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-08-19 18:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/crossfire
Branch : f45
Commit : 23962e3eb4cb912750078448d1b10bdb268f46b4
Author : Gwyn Ciesla <gwync@protonmail.com>
Date : 2026-08-19T13:37:44-05:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/crossfire/c/23962e3eb4cb912750078448d1b10bdb268f46b4?branch=f45
Log:
Fix unit file permissions
---
diff --git a/crossfire.spec b/crossfire.spec
index 8ebbb2d..20fe953 100644
--- a/crossfire.spec
+++ b/crossfire.spec
@@ -9,7 +9,7 @@
Name: crossfire
Version: 1.71.0
-Release: 36%{?dist}
+Release: 37%{?dist}
Summary: Server for hosting crossfire games
# All files GPLv2+ except server/daemon.c which also has MIT attributions
License: GPL-2.0-or-later and MIT
@@ -162,7 +162,7 @@ tar xf %{name}-images.tar -C $RPM_BUILD_ROOT/%{_datadir}/%{name}-client
rm $RPM_BUILD_ROOT/%{_datadir}/%{name}-client/README
#install -pD -m 0755 %%{SOURCE2} $RPM_BUILD_ROOT%%{_initrddir}/crossfire
-install -pD -m 0755 %{SOURCE2} $RPM_BUILD_ROOT%{_unitdir}/crossfire.service
+install -pD -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_unitdir}/crossfire.service
# Move some rarely-used binaries out of /usr/bin and into a
# tools directory.
@@ -341,6 +341,9 @@ fi
%changelog
+* Wed Aug 19 2026 Gwyn Ciesla <gwync@protonmail.com> - 1.71.0-37
+- Fix unit file permissions.
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.71.0-36
- 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 18:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19 18:38 [rpms/crossfire] f45: Fix unit file 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