Update 3.4.1
This commit is contained in:
parent
b8d5d6429a
commit
fb58e6cfbd
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ pdns-2.9.22.tar.gz
|
|||||||
/pdns-3.4.0-rc1.tar.bz2
|
/pdns-3.4.0-rc1.tar.bz2
|
||||||
/pdns-3.4.0-rc2.tar.bz2
|
/pdns-3.4.0-rc2.tar.bz2
|
||||||
/pdns-3.4.0.tar.bz2
|
/pdns-3.4.0.tar.bz2
|
||||||
|
/pdns-3.4.1.tar.bz2
|
||||||
|
10
pdns.spec
10
pdns.spec
@ -2,8 +2,8 @@
|
|||||||
%global backends %{nil}
|
%global backends %{nil}
|
||||||
|
|
||||||
Name: pdns
|
Name: pdns
|
||||||
Version: 3.4.0
|
Version: 3.4.1
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern, advanced and high performance authoritative-only nameserver
|
Summary: A modern, advanced and high performance authoritative-only nameserver
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -175,7 +175,7 @@ This package contains the LMDB backend for %{name}
|
|||||||
%patch1 -p1 -b .systemd-patch
|
%patch1 -p1 -b .systemd-patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CPPFLAGS="-DLDAP_DEPRECATED"
|
export CPPFLAGS="-DLDAP_DEPRECATED -DPACKAGEVERSION='\"%{version}-%{release}.fedora\"'"
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--sysconfdir=%{_sysconfdir}/%{name} \
|
--sysconfdir=%{_sysconfdir}/%{name} \
|
||||||
@ -323,6 +323,10 @@ exit 0
|
|||||||
%{_libdir}/%{name}/liblmdbbackend.so
|
%{_libdir}/%{name}/liblmdbbackend.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 03 2014 Morten Stevens <mstevens@imt-systems.com> - 3.4.1-1
|
||||||
|
- Update to 3.4.1
|
||||||
|
- Enable security status polling
|
||||||
|
|
||||||
* Fri Oct 10 2014 Ruben Kerkhof <ruben@rubenkerkhof.com> - 3.4.0-5
|
* Fri Oct 10 2014 Ruben Kerkhof <ruben@rubenkerkhof.com> - 3.4.0-5
|
||||||
- Run the unit tests during check
|
- Run the unit tests during check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user