Update to 4.1.0
This commit is contained in:
parent
3d900eb44f
commit
0754f704ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ pdns-2.9.22.tar.gz
|
||||
/pdns-4.1.0-rc1.tar.bz2
|
||||
/pdns-4.1.0-rc2.tar.bz2
|
||||
/pdns-4.1.0-rc3.tar.bz2
|
||||
/pdns-4.1.0.tar.bz2
|
||||
|
10
pdns.spec
10
pdns.spec
@ -1,15 +1,14 @@
|
||||
%global _hardened_build 1
|
||||
%global backends %{nil}
|
||||
%global prever rc3
|
||||
|
||||
Name: pdns
|
||||
Version: 4.1.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
|
||||
Patch0: pdns-disable-secpoll.patch
|
||||
|
||||
Requires(pre): shadow-utils
|
||||
@ -141,7 +140,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
|
||||
@ -304,6 +303,9 @@ exit 0
|
||||
%{_libdir}/%{name}/libtinydnsbackend.so
|
||||
|
||||
%changelog
|
||||
* Thu Nov 30 2017 Morten Stevens <mstevens@fedoraproject.org> - 4.1.0-1
|
||||
- Update to 4.1.0
|
||||
|
||||
* Wed Nov 29 2017 Igor Gnatenko <ignatenko@redhat.com> - 4.1.0-0.8.rc3
|
||||
- Rebuild for protobuf 3.5
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pdns-4.1.0-rc3.tar.bz2) = 19485bf95a68cbe2ac4cc826b44c3a8670f66cedc2ab426c589a3f67d96f70bd6dd297bd95301c29cda10ff9a7e429fa702bdc7368ce08862140d7097013ea7f
|
||||
SHA512 (pdns-4.1.0.tar.bz2) = 4b2b42f4893f8aac3cf07a6c8a3c999cb728a5907a710f1a5c9c8d08377ecb63e202e5eececbefc069c8f1d97a29b2aa607da7cf2bcc6335a72222418e409e77
|
||||
|
Loading…
Reference in New Issue
Block a user