public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hd-idle] epel10.2: Use macro for systemd Requires
@ 2026-06-06 22:58
0 siblings, 0 replies; only message in thread
From: @ 2026-06-06 22:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/hd-idle
Branch : epel10.2
Commit : 08a14125ad7548e8c65c03cc29c6c14e26d68a98
Author : Samuel Rakitničan <samuel.rakitnican@gmail.com>
Date : 2017-08-11T10:29:14+02:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/hd-idle/c/08a14125ad7548e8c65c03cc29c6c14e26d68a98?branch=epel10.2
Log:
Use macro for systemd Requires
---
diff --git a/hd-idle.spec b/hd-idle.spec
index 9268bce..afb061f 100644
--- a/hd-idle.spec
+++ b/hd-idle.spec
@@ -13,7 +13,7 @@ Source2: hd-idle.logrotate
BuildRequires: gcc
BuildRequires: systemd
Requires: logrotate
-Requires: systemd
+%{?systemd_requires}
%description
hd-idle is a utility program for spinning-down external disks after a period
@@ -88,6 +88,7 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
* Thu Aug 03 2017 Samuel Rakitničan <samuel.rakitnican@gmail.com> 1.05-4
- Add requirement on logrotate and systemd
- Remove executable bit from manual page
+- Use macro for systemd with correct post/preun/postun Requires tags
* Wed Aug 02 2017 Samuel Rakitničan <samuel.rakitnican@gmail.com> 1.05-3
- Use %%{optflags} macro
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-06 22:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-06 22:58 [rpms/hd-idle] epel10.2: Use macro for systemd Requires
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox