public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ip-sentinel] f45: Fix unit file permissions
@ 2026-08-19 18:18 Gwyn Ciesla
0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-08-19 18:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ip-sentinel
Branch : f45
Commit : 794cb95c6061cfde149b87eb871746cef957f247
Author : Gwyn Ciesla <gwync@protonmail.com>
Date : 2026-08-19T13:17:11-05:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ip-sentinel/c/794cb95c6061cfde149b87eb871746cef957f247?branch=f45
Log:
Fix unit file permissions
---
diff --git a/ip-sentinel.spec b/ip-sentinel.spec
index 9806868..be63ef3 100644
--- a/ip-sentinel.spec
+++ b/ip-sentinel.spec
@@ -5,7 +5,7 @@
Summary: Tool to prevent unauthorized usage of IP addresses
Name: ip-sentinel
Version: 0.12
-Release: 1935%{?dist}
+Release: 1936%{?dist}
License: GPL-2.0-only
URL: http://www.nongnu.org/ip-sentinel/
Source0: http://savannah.nongnu.org/download/ip-sentinel/%{name}-%{version}.tar.bz2
@@ -64,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/minit/
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/ip-sentinel
-install -Dpm 755 %{SOURCE2} $RPM_BUILD_ROOT%{_unitdir}/ip-sentinel.service
+install -Dpm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_unitdir}/ip-sentinel.service
install -m0644 -D ip-sentinel.sysusers.conf %{buildroot}%{_sysusersdir}/ip-sentinel.conf
@@ -104,6 +104,9 @@ make check
%{_sysusersdir}/ip-sentinel.conf
%changelog
+* Wed Aug 19 2026 Gwyn Ciesla <gwync@protonmail.com> - 0.12-1936
+- Fix unit file permissions
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-1935
- 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:18 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:18 [rpms/ip-sentinel] 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