diff --git a/.gitignore b/.gitignore index 1cc3230..e4047ff 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ pdns-2.9.22.tar.gz /pdns-4.0.0-alpha1.tar.bz2 /pdns-4.0.0-alpha2.tar.bz2 /pdns-4.0.0-alpha3.tar.bz2 +/pdns-4.0.0-beta1.tar.bz2 diff --git a/pdns.spec b/pdns.spec index a212228..efec7b9 100644 --- a/pdns.spec +++ b/pdns.spec @@ -1,10 +1,10 @@ %global _hardened_build 1 %global backends %{nil} -%global prever alpha3 +%global prever beta1 Name: pdns Version: 4.0.0 -Release: 0.6.%{?prever}%{?dist} +Release: 0.7.%{?prever}%{?dist} Summary: A modern, advanced and high performance authoritative-only nameserver Group: System Environment/Daemons License: GPLv2 @@ -163,6 +163,7 @@ export CPPFLAGS="-DLDAP_DEPRECATED" --with-lua \ --with-dynmodules='%{backends}' \ --enable-tools \ + --without-protobuf \ --enable-remotebackend-zeromq \ --enable-unit-tests @@ -191,6 +192,8 @@ sed -i \ -e 's/# launch=/launch=bind/' \ %{buildroot}%{_sysconfdir}/%{name}/pdns.conf +%{__rm} %{buildroot}/%{_bindir}/stubquery + %check make %{?_smp_mflags} -C pdns check @@ -306,6 +309,9 @@ exit 0 %{_libdir}/%{name}/libtinydnsbackend.so %changelog +* Fri May 27 2016 Morten Stevens - 4.0.0-0.7.beta1 +- Update to 4.0.0 beta 1 + * Fri May 13 2016 Morten Stevens - 4.0.0-0.6.alpha3 - Update to 4.0.0 alpha 3 diff --git a/sources b/sources index 23763d8..139f51b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c7404e3c7fbcdac11ed9ff7863787592 pdns-4.0.0-alpha3.tar.bz2 +45ce824946fb3b6b98ea98bbc8079fc9 pdns-4.0.0-beta1.tar.bz2