Przeglądaj źródła

unbound 1.6.0-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10910 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 7 lat temu
rodzic
commit
37788fe6b4
1 zmienionych plików z 8 dodań i 5 usunięć
  1. 8 5
      u/unbound/unbound-vl.spec

+ 8 - 5
u/unbound/unbound-vl.spec

@@ -14,7 +14,7 @@
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
 Version: 1.6.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: BSD
 Url: http://www.unbound.net/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -32,7 +32,7 @@ Source11: block-example.com.conf
 
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: flex, ldns-devel >= 1.6.13,
+BuildRequires: flex
 BuildRequires: libevent-devel
 BuildRequires: expat-devel
 %if %{with_python}
@@ -51,7 +51,6 @@ Requires(post): chkconfig
 Requires(preun): chkconfig
 Requires(preun): initscripts
 Requires(postun): initscripts
-Requires: ldns >= 1.5.0
 Requires(pre): shadow-utils
 
 Distribution: Vine Linux
@@ -84,7 +83,7 @@ Plugin for the munin / munin-node monitoring package
 %package devel
 Summary: Development package that includes the unbound header files
 Group: Development/Libraries
-Requires: %{name}-libs = %{version}-%{release}, openssl-devel, ldns-devel
+Requires: %{name}-libs = %{version}-%{release}, openssl-devel
 
 %description devel
 The devel package contains the unbound library and the include files
@@ -113,7 +112,7 @@ Python modules and extensions for unbound
 %setup -q
 
 %build
-%configure  --with-ldns= --with-libevent --with-pthreads --with-ssl \
+%configure  --with-libevent --with-pthreads --with-ssl \
             --disable-rpath --enable-debug --disable-static \
             --with-conf-file=%{_sysconfdir}/%{name}/unbound.conf \
             --with-pidfile=%{_localstatedir}/run/%{name}/%{name}.pid \
@@ -257,6 +256,10 @@ fi
 /sbin/ldconfig
 
 %changelog
+* Mon Jan 30 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.6.0-2
+- fix Requires and BuildRequres
+ - drop ldns
+
 * Thu Dec 29 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.6.0-1
 - update to 1.6.0