diff --git a/.cvsignore b/.cvsignore index 2f0ccc3..c06df21 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pdns-2.9.22-rc3.tar.gz +pdns-2.9.22.tar.gz diff --git a/pdns.spec b/pdns.spec index f95d0b0..96b26e6 100644 --- a/pdns.spec +++ b/pdns.spec @@ -1,14 +1,13 @@ -%define alphatag rc3 Summary: A modern, advanced and high performance authoritative-only nameserver Name: pdns Version: 2.9.22 -Release: 2.%{alphatag}%{?dist} +Release: 3%{?dist} Group: System Environment/Daemons License: GPLv2 URL: http://powerdns.com BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source0: http://downloads.powerdns.com/releases/%{name}-%{version}-%{alphatag}.tar.gz +Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz Patch0: %{name}-fixinit.patch Requires(post): %{_sbindir}/useradd, /sbin/chkconfig @@ -79,7 +78,7 @@ This package contains the SQLite backend for %{name} %prep -%setup -q -n %{name}-%{version}-%{alphatag} +%setup -q %patch0 -p1 -b .fixinit %build @@ -180,6 +179,9 @@ fi %changelog +* Mon Jan 26 2009 Ruben Kerkhof 2.9.22-3 +- Upstream released new version + * Fri Jan 23 2009 Ruben Kerkhof 2.9.22-2.rc3 - Rebuild for new libmysqlclient diff --git a/sources b/sources index ea45401..624e7eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b562932743696db3b9fc93667dd06487 pdns-2.9.22-rc3.tar.gz +8a6ff842733aca885577eb54e983a1ff pdns-2.9.22.tar.gz