public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/spindown] rawhide: Fix filesystem perms for spindown systemd servicefile
@ 2026-08-13 12:04 Martin Cermak
  0 siblings, 0 replies; only message in thread
From: Martin Cermak @ 2026-08-13 12:04 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/spindown
            Branch : rawhide
            Commit : 4be29099cd8ec496924424c65d2963be469c8aed
            Author : Martin Cermak <mcermak@redhat.com>
            Date   : 2026-08-13T13:53:02+02:00
            Stats  : +5/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/spindown/c/4be29099cd8ec496924424c65d2963be469c8aed?branch=rawhide

            Log:
            Fix filesystem perms for spindown systemd servicefile

Fix filesystem perms for spindown systemd servicefile per email:
From: Petr Sklenar via devel <devel@lists.fedoraproject.org>
Subject: service file permissions breaking due to file 5.47 / redhat-rpm-config

---
diff --git a/spindown.spec b/spindown.spec
index 7a068c5..22e81e9 100644
--- a/spindown.spec
+++ b/spindown.spec
@@ -1,7 +1,7 @@
 Summary:    Daemon that can spin idle disks down
 Name:       spindown
 Version:    0.4.0
-Release:    45%{?dist}
+Release:    46%{?dist}
 # Automatically converted from old format: GPLv3+ - review is highly recommended.
 License:    GPL-3.0-or-later
 Url:        http://code.google.com/p/spindown
@@ -46,7 +46,7 @@ sed -i 's/sbin/bin/' Makefile
 mkdir -p %{buildroot}%{_libdir}/pm-utils/sleep.d
 mkdir -p %{buildroot}%{_unitdir}
 install -p -m 755 01spindown %{buildroot}%{_libdir}/pm-utils/sleep.d/01spindown
-install -p -m 755 spindown.service %{buildroot}%{_unitdir}/spindown.service
+install -p -m 644 spindown.service %{buildroot}%{_unitdir}/spindown.service
 
 %preun
 %systemd_preun spindown.service
@@ -60,6 +60,9 @@ install -p -m 755 spindown.service %{buildroot}%{_unitdir}/spindown.service
 %config(noreplace) %{_sysconfdir}/spindown.conf
 
 %changelog
+* Thu Aug 13 2026 Martin Cermak <mcermak@redhat.com> - 0.4.0-46
+- Fix filesystem perms for spindown systemd servicefile
+
 * Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-45
 - 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-13 12:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 12:04 [rpms/spindown] rawhide: Fix filesystem perms for spindown systemd servicefile Martin Cermak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox