Update to 4.7.1
This commit is contained in:
parent
b4c28eb9f0
commit
bccef15a65
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@ pdns-2.9.22.tar.gz
|
||||
/pdns-4.6.1.tar.bz2
|
||||
/pdns-4.6.2.tar.bz2
|
||||
/pdns-4.7.0.tar.bz2
|
||||
/pdns-4.7.1.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global backends %{nil}
|
||||
|
||||
Name: pdns
|
||||
Version: 4.7.0
|
||||
Version: 4.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern, advanced and high performance authoritative-only nameserver
|
||||
License: GPLv2
|
||||
@ -269,6 +269,7 @@ exit 0
|
||||
%{_pkgdocdir}/3.4.0_to_4.1.0_schema.mysql.sql
|
||||
%{_pkgdocdir}/4.1.0_to_4.2.0_schema.mysql.sql
|
||||
%{_pkgdocdir}/4.2.0_to_4.3.0_schema.mysql.sql
|
||||
%{_pkgdocdir}/4.3.0_to_4.7.0_schema.mysql.sql
|
||||
%{_pkgdocdir}/enable-foreign-keys.mysql.sql
|
||||
%{_libdir}/%{name}/libgmysqlbackend.so
|
||||
|
||||
@ -279,6 +280,7 @@ exit 0
|
||||
%{_pkgdocdir}/3.4.0_to_4.1.0_schema.pgsql.sql
|
||||
%{_pkgdocdir}/4.1.0_to_4.2.0_schema.pgsql.sql
|
||||
%{_pkgdocdir}/4.2.0_to_4.3.0_schema.pgsql.sql
|
||||
%{_pkgdocdir}/4.3.0_to_4.7.0_schema.pgsql.sql
|
||||
%{_libdir}/%{name}/libgpgsqlbackend.so
|
||||
|
||||
%files backend-pipe
|
||||
@ -303,6 +305,7 @@ exit 0
|
||||
%{_pkgdocdir}/4.0.0_to_4.2.0_schema.sqlite3.sql
|
||||
%{_pkgdocdir}/4.2.0_to_4.3.0_schema.sqlite3.sql
|
||||
%{_pkgdocdir}/4.3.0_to_4.3.1_schema.sqlite3.sql
|
||||
%{_pkgdocdir}/4.3.1_to_4.7.0_schema.sqlite3.sql
|
||||
%{_libdir}/%{name}/libgsqlite3backend.so
|
||||
|
||||
%files backend-tinydns
|
||||
@ -317,6 +320,9 @@ exit 0
|
||||
%{_unitdir}/ixfrdist@.service
|
||||
|
||||
%changelog
|
||||
* Mon Oct 31 2022 Morten Stevens <mstevens@fedoraproject.org> - 4.7.1-1
|
||||
- Update to 4.7.1
|
||||
|
||||
* Sat Oct 22 2022 Morten Stevens <mstevens@fedoraproject.org> - 4.7.0-1
|
||||
- Update to 4.7.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pdns-4.7.0.tar.bz2) = d4ed9acb98b8195f6f8821d4934472f214bbb4cbef67d084c0b9836e61c9cf156eb193b6e4769ae088aaf92f1ca65dc3ab35fdfcacc42eeb9804d80ab92b25e2
|
||||
SHA512 (pdns-4.7.1.tar.bz2) = e67b1692de25326f08fc250fd6f164a33171f0c4a2114c51cddf3bcad0e05e51986c5b3c5fa8cd9d42513e8090a6bb071c2aeb603b5c762b06655dc8d52c266b
|
||||
|
Loading…
Reference in New Issue
Block a user