Update to 3.4.0-rc2

This commit is contained in:
Morten Stevens 2014-09-23 12:19:41 +02:00
parent 70f51f8b8b
commit 66b40c47fe
4 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ pdns-2.9.22.tar.gz
/pdns-3.3.tar.gz
/pdns-3.3.1.tar.gz
/pdns-3.4.0-rc1.tar.bz2
/pdns-3.4.0-rc2.tar.bz2

View File

@ -9,7 +9,6 @@ ExecStop=/usr/bin/pdns_control quit
Restart=on-failure
RestartSec=2
PrivateTmp=true
KillMode=none
[Install]
WantedBy=multi-user.target

View File

@ -1,10 +1,10 @@
%global _hardened_build 1
%global backends %{nil}
%global prever rc1
%global prever rc2
Name: pdns
Version: 3.4.0
Release: 0.1.%{?prever}%{?dist}
Release: 0.2.%{?prever}%{?dist}
Summary: A modern, advanced and high performance authoritative-only nameserver
Group: System Environment/Daemons
License: GPLv2
@ -26,6 +26,7 @@ BuildRequires: cryptopp-devel
BuildRequires: bison
BuildRequires: polarssl-devel
Provides: powerdns = %{version}-%{release}
%global backends %{backends} bind
%description
The PowerDNS Nameserver is a modern, advanced and high performance
@ -151,8 +152,8 @@ make install DESTDIR=%{buildroot}
chmod 600 %{buildroot}%{_sysconfdir}/%{name}/pdns.conf
# Copy systemd service file
install -p -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/pdns.service
# install systemd unit file
%{__install} -D -p -m 644 contrib/systemd-pdns.service %{buildroot}%{_unitdir}/%{name}.service
%pre
getent group pdns >/dev/null || groupadd -r pdns
@ -188,6 +189,7 @@ exit 0
%{_bindir}/zone2sql
%{_bindir}/zone2json
%{_sbindir}/pdns_server
%{_libdir}/%{name}/libbindbackend.so
%{_mandir}/man8/pdns_control.8.gz
%{_mandir}/man8/pdns_server.8.gz
%{_mandir}/man8/zone2sql.8.gz
@ -249,6 +251,9 @@ exit 0
%{_libdir}/%{name}/libgsqlite3backend.so
%changelog
* Tue Sep 23 2014 Morten Stevens <mstevens@imt-systems.com> - 3.4.0-0.2.rc2
- Update to 3.4.0-rc2
* Fri Aug 01 2014 Morten Stevens <mstevens@imt-systems.com> - 3.4.0-0.1.rc1
- Update to 3.4.0-rc1

View File

@ -1 +1 @@
b83916a597f155296921ac621c48f5e2 pdns-3.4.0-rc1.tar.bz2
2f1b6f452936d4f5f1dbc981bfede3b1 pdns-3.4.0-rc2.tar.bz2