rpms/pdns-recursor/F-12 pdns-recursor.spec,1.16,1.17

Ruben Kerkhof ruben at fedoraproject.org
Thu May 13 17:15:20 UTC 2010


Author: ruben

Update of /cvs/pkgs/rpms/pdns-recursor/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22223

Modified Files:
	pdns-recursor.spec 
Log Message:
* Thu May 13 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 3.2-2
- Correct group name (bz #591214)



Index: pdns-recursor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pdns-recursor/F-12/pdns-recursor.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- pdns-recursor.spec	17 Mar 2010 11:31:59 -0000	1.16
+++ pdns-recursor.spec	13 May 2010 17:15:20 -0000	1.17
@@ -1,7 +1,7 @@
 Summary:		Modern, advanced and high performance recursing/non authoritative nameserver
 Name:			pdns-recursor
 Version:		3.2
-Release:		1%{?dist}
+Release:		2%{?dist}
 Group:			System Environment/Daemons
 License:		GPLv2
 URL:			http://powerdns.com
@@ -42,7 +42,7 @@ sed -i '1i\setuid=pdns-recursor' %{build
 sed -i '2i\setgid=pdns-recursor' %{buildroot}%{_sysconfdir}/%{name}/recursor.conf
 
 %pre
-getent group pdns-recursor > /dev/null || groupadd -r pdns-recursur
+getent group pdns-recursor > /dev/null || groupadd -r pdns-recursor
 getent passwd pdns-recursor > /dev/null || \
     useradd -r -g pdns-recursor -d / -s /sbin/nologin \
     -c "PwerDNS Recursor user" pdns-recursor
@@ -78,6 +78,9 @@ fi
 
 
 %changelog
+* Thu May 13 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 3.2-2
+- Correct group name (bz #591214)
+
 * Sun Mar 14 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 3.2-1
 - Upstream released new version
 - Adjust scriptlets to packaging guidelines



More information about the scm-commits mailing list