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