]> git.pld-linux.org Git - packages/unbound.git/blobdiff - unbound.spec
- rel 3; more fixes for 3512; run test suite
[packages/unbound.git] / unbound.spec
index 970511dc7328abed66b65369b63d18b8b4be2030..24a1d95c9533422a210c3985b49a4556d1961b72 100644 (file)
@@ -3,26 +3,28 @@
 %bcond_without python  # Python binding
 %bcond_with    dnstap  # dnstap replication support
 %bcond_with    systemd # systemd support
+%bcond_without tests
 #
 Summary:       Recursive, validating DNS resolver
 Summary(pl.UTF-8):     Rekurencyjny, weryfikujÄ…cy resolver DNS
 Name:          unbound
-Version:       1.6.4
-Release:       1
+Version:       1.6.8
+Release:       3
 License:       BSD
 Group:         Applications/Network
 Source0:       http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: ab6f7c07610907f1d87191c9ac2db87a
+# Source0-md5: c9d26cef224b10705229d5072142636c
 Source1:       %{name}.init
 Source2:       %{name}.service
 Source3:       https://data.iana.org/root-anchors/icannbundle.pem
 # Source3-md5: 24a426d59b61524623695f1b849f159b
 Source4:       ftp://ftp.internic.net/domain/named.cache
-# Source4-md5: 153ae04e1f10021385681f44a6ebc0f7
+# Source4-md5: f4a35c0015a679d1605c18d40aad7506
 Patch0:                %{name}-default_trust_anchor.patch
 Patch1:                %{name}-sh.patch
 Patch2:                %{name}-pythondir.patch
 Patch3:                %{name}-flex.patch
+Patch4:                unbound-bug-3512.patch
 URL:           http://unbound.net/
 BuildRequires: autoconf >= 2.56
 BuildRequires: automake
@@ -129,6 +131,7 @@ Pythonowy interfejs do biblioteki unbound.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__libtoolize}
@@ -169,6 +172,10 @@ touch $RPM_BUILD_ROOT/var/lib/%{name}/root.key
 %py_postclean
 %endif
 
+%if %{with tests}
+%{__make} check
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.04746 seconds and 4 git commands to generate.