Update to 4.0.0
This commit is contained in:
parent
22d729b651
commit
fd3a7d98ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
10
pdns.spec
10
pdns.spec
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user