rpms/bind/devel bind.spec,1.270,1.271

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Thu Jun 26 15:55:04 UTC 2008


Author: atkac

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

Modified Files:
	bind.spec 
Log Message:
- some compat changes to fix building on RHEL4



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -r1.270 -r1.271
--- bind.spec	23 Jun 2008 11:47:20 -0000	1.270
+++ bind.spec	26 Jun 2008 15:54:17 -0000	1.271
@@ -16,7 +16,7 @@
 Name:     bind
 License:  ISC
 Version:  9.5.0
-Release:  36.3%{?dist}
+Release:  37%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,9 +80,9 @@
 
 #
 Requires:       mktemp
-Requires(post): grep, chkconfig >= 1.3.26
+Requires(post): grep, chkconfig
 Requires(pre):  shadow-utils
-Requires(preun):chkconfig >= 1.3.26
+Requires(preun):chkconfig
 Obsoletes:      bind-config < 30:9.3.2-34.fc6, caching-nameserver < 31:9.4.1-7.fc8
 Provides:       bind-config = 30:9.3.2-34.fc6, caching-nameserver = 31:9.4.1-7.fc8
 BuildRequires:  openssl-devel, libtool, autoconf, pkgconfig, libcap-devel
@@ -390,7 +390,7 @@
 touch ${RPM_BUILD_ROOT}%{_localstatedir}/log/named.log
 
 # configuration files:
-tar -C ${RPM_BUILD_ROOT} -xf %{SOURCE28}
+tar -C ${RPM_BUILD_ROOT} -xjf %{SOURCE28}
 for f in /etc/named.conf /var/named/{named.ca,named.localhost,named.loopback,named.empty}; do
   touch ${RPM_BUILD_ROOT}/%{chroot_prefix}/$f;
 done
@@ -636,6 +636,9 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Thu Jun 26 2008 Adam Tkac <atkac redhat com> 32:9.5.0-37
+- some compat changes to fix building on RHEL4
+
 * Mon Jun 23 2008 Adam Tkac <atkac redhat com> 32:9.5.0-36.3
 - fixed typo in %%posttrans script
 




More information about the fedora-extras-commits mailing list