[boinc-client] Fix systemd requires as described in guidelines

mattia mattia at fedoraproject.org
Tue Dec 17 17:45:27 UTC 2013


commit 5a38e5bd3e2b247f8e9dffe14a9226ab4cca66ad
Author: Mattia Verga <mattia.verga at tiscali.it>
Date:   Tue Dec 17 18:45:26 2013 +0100

    Fix systemd requires as described in guidelines

 boinc-client.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/boinc-client.spec b/boinc-client.spec
index efb9894..b636c5e 100644
--- a/boinc-client.spec
+++ b/boinc-client.spec
@@ -34,10 +34,9 @@ Patch0:		boinc-guirpcauth.patch
 Patch1:		boinc-client-locale.patch
 
 Requires:	logrotate
-Requires(post):		systemd-units
-Requires(post):		systemd-sysv
-Requires(preun):	systemd-units
-Requires(postun):	systemd-units
+Requires(post):		systemd
+Requires(preun):	systemd
+Requires(postun):	systemd
 Requires(pre):		shadow-utils
 
 BuildRequires:	MySQL-python
@@ -295,6 +294,7 @@ fi
 %changelog
 * Tue Dec 17 2013 Mattia Verga <mattia.verga at tiscali.it> - 7.2.33-2.git1994cc8
 - Change default attribute of /var/lib/boinc to give write permission to boinc group
+- Fix systemd requires as described in guidelines
 
 * Tue Dec 17 2013 Mattia Verga <mattia.verga at tiscali.it> - 7.2.33-1.git1994cc8
 - Update to 7.2.33


More information about the scm-commits mailing list