public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Cermak <mcermak@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/spindown] rawhide: Fix filesystem perms for spindown systemd servicefile
Date: Thu, 13 Aug 2026 12:04:26 GMT [thread overview]
Message-ID: <178662266679.1.7810965627931471703.rpms-spindown-4be29099cd8e@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-13 12:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178662266679.1.7810965627931471703.rpms-spindown-4be29099cd8e@fedoraproject.org \
--to=mcermak@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox