Update 4.0.0 beta 1
This commit is contained in:
parent
fa9e15b46f
commit
00d5351aea
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
10
pdns.spec
10
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 <mstevens@fedoraproject.org> - 4.0.0-0.7.beta1
|
||||
- Update to 4.0.0 beta 1
|
||||
|
||||
* Fri May 13 2016 Morten Stevens <mstevens@fedoraproject.org> - 4.0.0-0.6.alpha3
|
||||
- Update to 4.0.0 alpha 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user