rpms/bind/devel bind.spec,1.264,1.265

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Mon May 26 16:00:14 UTC 2008


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3740

Modified Files:
	bind.spec 
Log Message:
- make /var/run/named writable by named (#448277)
- fixed one non-utf8 file



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- bind.spec	22 May 2008 13:19:09 -0000	1.264
+++ bind.spec	26 May 2008 15:59:30 -0000	1.265
@@ -18,7 +18,7 @@
 Name:     bind
 License:  ISC
 Version:  9.5.0
-Release:  34.%{RELEASEVER}%{dist}
+Release:  35.%{RELEASEVER}%{dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -249,6 +249,10 @@
 export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
 export STD_CDEFINES="$CPPFLAGS"
 
+sed -i -e \
+'s/RELEASEVER=\(.*\)/RELEASEVER=\1-RedHat-%{version}-%{release}/' \
+version
+
 libtoolize -c -f; aclocal --force; autoheader -f; autoconf -f
 
 %if %{WITH_DBUS}
@@ -315,8 +319,10 @@
 %install
 rm -rf ${RPM_BUILD_ROOT}
 
-# We don't want this one
+# We don't want these
 rm -f doc/rfc/fetch
+rm doc/draft/draft-ietf-enum-e164-gstn-np-05.txt
+
 cp  --preserve=timestamps %{SOURCE5} doc/rfc
 gzip -9 doc/rfc/*
 
@@ -524,7 +530,7 @@
 # ^- The default rndc.conf which uses rndc.key is in named's default internal config -
 #    so rndc.conf is not necessary.
 %config(noreplace) %{_sysconfdir}/logrotate.d/named
-%defattr(-,root,named,-)
+%defattr(-,named,named,-)
 %dir %{_localstatedir}/run/named
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/sysconfig/named
@@ -646,6 +652,10 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Mon May 26 2008 Adam Tkac <atkac redhat com> 32:9.5.0-35.rc1
+- make /var/run/named writable by named (#448277)
+- fixed one non-utf8 file
+
 * Wed May 22 2008 Adam Tkac <atkac redhat com> 32:9.5.0-34.rc1
 - fixes needed to pass package review (#225614)
 




More information about the scm-commits mailing list