Update to 3.4.3

This commit is contained in:
Morten Stevens 2015-03-02 17:34:36 +01:00
parent 9d009cc52f
commit 1c676bbf09
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ pdns-2.9.22.tar.gz
/pdns-3.4.0.tar.bz2
/pdns-3.4.1.tar.bz2
/pdns-3.4.2.tar.bz2
/pdns-3.4.3.tar.bz2

View File

@ -2,8 +2,8 @@
%global backends %{nil}
Name: pdns
Version: 3.4.2
Release: 2%{?dist}
Version: 3.4.3
Release: 1%{?dist}
Summary: A modern, advanced and high performance authoritative-only nameserver
Group: System Environment/Daemons
License: GPLv2
@ -161,7 +161,7 @@ chmod 600 %{buildroot}%{_sysconfdir}/%{name}/pdns.conf
%{__install} -D -p -m 644 contrib/systemd-pdns.service %{buildroot}%{_unitdir}/%{name}.service
%check
make -C pdns check
make %{?_smp_mflags} -C pdns check
%pre
getent group pdns >/dev/null || groupadd -r pdns
@ -260,6 +260,9 @@ exit 0
%{_libdir}/%{name}/libgsqlite3backend.so
%changelog
* Mon Mar 02 2015 Morten Stevens <mstevens@imt-systems.com> - 3.4.3-1
- Update to 3.4.3
* Tue Feb 17 2015 Morten Stevens <mstevens@imt-systems.com> - 3.4.2-2
- Rename zone2ldap to pdns-zone2ldap (#1193116)
- Remove rpath workaround

View File

@ -1 +1 @@
3f79de4d0bc845fb3d4b492234daf1a4 pdns-3.4.2.tar.bz2
c570495b556eccbecb12136c72f04240 pdns-3.4.3.tar.bz2