Update to 4.0.0

This commit is contained in:
Morten Stevens 2016-07-11 16:34:55 +02:00
parent 22d729b651
commit fd3a7d98ef
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ pdns-2.9.22.tar.gz
/pdns-4.0.0-alpha3.tar.bz2
/pdns-4.0.0-beta1.tar.bz2
/pdns-4.0.0-rc2.tar.bz2
/pdns-4.0.0.tar.bz2

View File

@ -1,15 +1,14 @@
%global _hardened_build 1
%global backends %{nil}
%global prever rc2
Name: pdns
Version: 4.0.0
Release: 0.8.%{?prever}%{?dist}
Release: 1%{?dist}
Summary: A modern, advanced and high performance authoritative-only nameserver
Group: System Environment/Daemons
License: GPLv2
URL: http://powerdns.com
Source0: http://downloads.powerdns.com/releases/%{name}-%{version}-%{?prever}.tar.bz2
Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
Source1: pdns.service
Patch0: pdns-disable-secpoll.patch
@ -150,7 +149,7 @@ BuildRequires: tinycdb-devel
This package contains the TinyDNS backend for %{name}
%prep
%setup -q -n %{name}-%{version}-%{?prever}
%setup -q
%patch0 -p1 -b .disable-secpoll
%build
@ -312,6 +311,9 @@ exit 0
%{_libdir}/%{name}/libtinydnsbackend.so
%changelog
* Mon Jul 11 2016 Morten Stevens <mstevens@fedoraproject.org> - 4.0.0-1
- Update to 4.0.0
* Wed Jun 29 2016 Morten Stevens <mstevens@fedoraproject.org> - 4.0.0-0.8.rc2
- Update to 4.0.0 RC2

View File

@ -1 +1 @@
46de89432ff607d7acda88391797c859 pdns-4.0.0-rc2.tar.bz2
4a0c7025a10f159b862de381eb2cc7f2 pdns-4.0.0.tar.bz2