[ntp/f14/master] remove systemctl dependency for now

Miroslav Lichvar mlichvar at fedoraproject.org
Wed Sep 15 15:41:01 UTC 2010


commit 23c93ab0d82c2dd28807d7268b2d8720d80a3fbf
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Wed Sep 15 17:35:08 2010 +0200

    remove systemctl dependency for now

 ntp.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ntp.spec b/ntp.spec
index 8aac6ea..3ec7aaa 100644
--- a/ntp.spec
+++ b/ntp.spec
@@ -82,9 +82,9 @@ Patch52: ntpstat-0.2-sysvars.patch
 Patch53: ntpstat-0.2-maxerror.patch
 
 URL: http://www.ntp.org
-Requires(post): /sbin/chkconfig /bin/systemctl
-Requires(preun): /sbin/chkconfig /sbin/service /bin/systemctl
-Requires(postun): /sbin/service /bin/systemctl
+Requires(post): /sbin/chkconfig
+Requires(preun): /sbin/chkconfig /sbin/service
+Requires(postun): /sbin/service
 Requires: ntpdate = %{version}-%{release}
 BuildRequires: libcap-devel openssl-devel libedit-devel perl-HTML-Parser
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -112,8 +112,8 @@ This package contains perl scripts ntp-wait and ntptrace.
 Summary: Utility to set the date and time via NTP
 Group: Applications/System
 Requires(pre): shadow-utils 
-Requires(post): /sbin/chkconfig /bin/systemctl
-Requires(preun): /sbin/chkconfig /sbin/service /bin/systemctl
+Requires(post): /sbin/chkconfig
+Requires(preun): /sbin/chkconfig /sbin/service
 
 %description -n ntpdate
 ntpdate is a program for retrieving the date and time from


More information about the scm-commits mailing list