Forráskód Böngészése

bind-current: update to 9.8.0, remove Provides: bind.*

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3347 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 14 éve
szülő
commit
d1e4b50ea9
1 módosított fájl, 21 hozzáadás és 15 törlés
  1. 21 15
      b/bind-current/bind-current-vl.spec

+ 21 - 15
b/bind-current/bind-current-vl.spec

@@ -2,8 +2,8 @@
 
 %define sname bind
 %define pname bind-current
-%define pversion 9.7.2P2
-%define sversion 9.7.2-P2
+%define pversion 9.8.0
+%define sversion 9.8.0
 %define bind_epoch 1
 
 %define bind_uid  25
@@ -13,7 +13,7 @@ Summary: A DNS (Domain Name System) server.
 Summary(ja): DNS (Domain Name System) サーバ
 Name: %{pname}
 Version: %{pversion}
-Release: 3%{?_dist_release}
+Release: 1%{?_dist_release}
 Epoch: %{bind_epoch}
 License: distributable
 Group: System Environment/Daemons
@@ -36,7 +36,6 @@ Requires(preun): initscripts, chkconfig
 Requires(triggerpostun): chkconfig
 Conflicts: bind9 <= 9.2.1-0vl5, bind < %{bind_epoch}:%{version}-%{release}
 Obsoletes: bind9 <= 9.2.1-0vl5, bind < %{bind_epoch}:%{version}-%{release}
-Provides: bind = %{bind_epoch}:%{version}-%{release}
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -66,7 +65,6 @@ Conflicts: bind9-libs <= 9.2.1-0vl5
 Conflicts: bind-libs < %{bind_epoch}:%{version}-%{release}
 Obsoletes: bind9-libs <= 9.2.1-0vl5
 Obsoletes: bind-libs < %{bind_epoch}:%{version}-%{release}
-Provides: bind-libs = %{bind_epoch}:%{version}-%{release}
 
 %description libs
 Contains libraries used by both the bind server package as well as the utils packages.
@@ -81,7 +79,6 @@ Conflicts: bind9-utils <= 9.2.1-0vl5
 Conflicts: bind-utils < %{bind_epoch}:%{version}-%{release}
 Obsoletes: bind9-utils <= 9.2.1-0vl5
 Obsoletes: bind-utils < %{bind_epoch}:%{version}-%{release}
-Provides: bind-utils = %{bind_epoch}:%{version}-%{release}
 
 %description utils
 Bind-utils contains a collection of utilities for querying DNS (Domain
@@ -104,7 +101,6 @@ Conflicts: bind9-devel <= 9.2.1-0vl5
 Conflicts: bind-devel < %{bind_epoch}:%{version}-%{release}
 Obsoletes: bind9-devel <= 9.2.1-0vl5
 Obsoletes: bind-devel < %{bind_epoch}:%{version}-%{release}
-Provides: bind-devel = %{bind_epoch}:%{version}-%{release}
 
 %description devel
 The bind-devel package contains all the include files and the 
@@ -215,6 +211,7 @@ rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
 %config(noreplace) %{_sysconfdir}/sysconfig/named
 %config(noreplace) %attr(0640,root,named) %{_sysconfdir}/rndc.conf
 %config(noreplace) %attr(0640,root,named) %{_sysconfdir}/rndc.key
+%config(noreplace) %attr(0640,root,named) %{_sysconfdir}/bind.keys
 
 %{_sbindir}/dnssec*
 %{_sbindir}/lwresd
@@ -224,11 +221,14 @@ rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
 %{_sbindir}/named-compilezone
 %{_sbindir}/rndc*
 %{_sbindir}/dns-keygen
-
-#%{_libdir}/libbind9.so.*
-#%{_libdir}/libisccc.so.*
-#%{_libdir}/libisccfg.so.*
-
+%{_sbindir}/arpaname
+%{_sbindir}/ddns-confgen
+%{_sbindir}/genrandom
+%{_sbindir}/isc-hmac-fixup
+%{_sbindir}/named-journalprint
+%{_sbindir}/nsec3hash
+
+%{_mandir}/man1/arpaname.1*
 %{_mandir}/man5/resolv.conf.5*
 %{_mandir}/man5/named.conf.5*
 %{_mandir}/man5/rndc.conf.5*
@@ -240,6 +240,11 @@ rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
 %{_mandir}/man8/named-checkzone.8*
 %{_mandir}/man8/named-compilezone.8*
 %{_mandir}/man8/rndc-confgen.8*
+%{_mandir}/man8/ddns-confgen.8*
+%{_mandir}/man8/genrandom.8*
+%{_mandir}/man8/isc-hmac-fixup.8*
+%{_mandir}/man8/named-journalprint.8*
+%{_mandir}/man8/nsec3hash.8*
 
 %attr(-,named,named) %dir %{_var}/named
 %attr(-,named,named) %dir %{_var}/run/named
@@ -255,9 +260,6 @@ rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
 %{_bindir}/host
 %{_bindir}/nslookup
 %{_bindir}/nsupdate
-#%{_libdir}/libdns.so.*
-#%{_libdir}/libisc.so.*
-#%{_libdir}/liblwres.so.*
 %{_mandir}/man1/host.1*
 %{_mandir}/man1/nsupdate.1*
 %{_mandir}/man1/dig.1*
@@ -277,6 +279,10 @@ rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
 %{_bindir}/isc-config.sh
 
 %changelog
+* Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.8.0-1
+- update to 9.8.0
+- remove Provides: bind.* = %%{bind_epoch}:%{version}-%{release}
+
 * Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.7.2P2-3
 - rebuild with openssl-1.0.0c