rpms/pdns-recursor/F-11 pdns-recursor.spec,1.15,1.16

Ruben Kerkhof ruben at fedoraproject.org
Thu May 13 17:42:27 UTC 2010


Author: ruben

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

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-11/pdns-recursor.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- pdns-recursor.spec	17 Mar 2010 11:54:44 -0000	1.15
+++ pdns-recursor.spec	13 May 2010 17:42:27 -0000	1.16
@@ -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,10 +78,16 @@ 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
 
+* Mon Mar 01 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 3.2-0.1.rc2
+- Upstream released new version
+
 * Wed Jan 06 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 3.1.7.2-1
 - Upstream released new version
 - Fixes CVE-2009-4009 and CVE-2009-4010
@@ -96,6 +102,9 @@ fi
 - Upstream released new version
 - Drop patches included upstream
 
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.7-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Fri Feb 27 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> - 3.1.7-4
 - Fix errors with newer Boost
 - Fix build with gcc4.4



More information about the scm-commits mailing list