Browse Source

unbound: update to 1.5.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9268 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 9 years ago
parent
commit
ce0d9e1c90
1 changed files with 9 additions and 5 deletions
  1. 9 5
      u/unbound/unbound-vl.spec

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

@@ -13,8 +13,8 @@
 
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
-Version: 1.4.22
-Release: 2%{?_dist_release}
+Version: 1.5.1
+Release: 1%{?_dist_release}
 License: BSD
 Url: http://www.unbound.net/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -29,7 +29,6 @@ Source8: unbound.cron
 Source9: example.com.key
 Source10: example.com.conf
 Source11: block-example.com.conf
-Patch0: unbound-1.4.22-IPv6-hints.patch
 
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -112,7 +111,6 @@ Python modules and extensions for unbound
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure  --with-ldns= --with-libevent --with-pthreads --with-ssl \
@@ -225,7 +223,7 @@ rm -rf ${RPM_BUILD_ROOT}
 %attr(0644,unbound,unbound) %config(noreplace) %{_sharedstatedir}/%{name}/root.key
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/root.key
 
-%pre
+%pre libs
 getent group unbound >/dev/null || groupadd -r unbound
 getent passwd unbound >/dev/null || \
 useradd -r -g unbound -d %{_sysconfdir}/unbound -s /sbin/nologin \
@@ -259,6 +257,12 @@ fi
 /sbin/ldconfig
 
 %changelog
+* Tue Dec 09 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.5.1-1
+- update to 1.5.1
+
+* Tue Jun 17 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.4.22-3
+- move create user script to libs subpackage
+
 * Wed Jun 11 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.4.22-2
 - add {B,C}.ROOT-SERVERS.NET. IPv6 address