rpms/pdns/FC-5 pdns.spec,1.4,1.5

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Tue Apr 10 22:26:53 UTC 2007


Author: ruben

Update of /cvs/extras/rpms/pdns/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14359

Modified Files:
	pdns.spec 
Log Message:
Add Requires for chkconfig, service and useradd (#235582)


Index: pdns.spec
===================================================================
RCS file: /cvs/extras/rpms/pdns/FC-5/pdns.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pdns.spec	1 Jan 2007 22:35:23 -0000	1.4
+++ pdns.spec	10 Apr 2007 22:26:17 -0000	1.5
@@ -1,7 +1,7 @@
 Summary:	A modern, advanced and high performance authoritative-only nameserver
 Name:		pdns
 Version:	2.9.20
-Release:	8%{?dist}
+Release:	9%{?dist}
 
 Group:		System Environment/Daemons
 License:	GPL
@@ -11,6 +11,9 @@
 Patch0:		%{name}-fixinit.patch
 Patch1:		%{name}-avoid-version.patch
 
+Requires(post):	%{_sbindir}/useradd, /sbin/chkconfig
+Requires(preun):	/sbin/service, /sbin/chkconfig
+
 BuildRequires:	boost-devel, chrpath
 Provides:	powerdns = %{version}-%{release}
 
@@ -165,6 +168,8 @@
 
 
 %changelog
+* Thu Apr 10 2007 <ruben at rubenkerkhof.com> 2.9.20-9
+- Add Requires for chkconfig, service and useradd (#235582)
 * Mon Jan 1 2007 <ruben at rubenkerkhof.com> 2.9.20-8
 - Add the pdns user and group to the config file
 - Don't restart pdns on an upgrade




More information about the fedora-extras-commits mailing list