rpms/bind/devel bind.spec,1.273,1.274

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Mon Jul 14 08:31:41 UTC 2008


Author: atkac

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

Modified Files:
	bind.spec 
Log Message:
- use %%patch0 for Patch0 (#455061)
- correct source address (#455118)



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- bind.spec	11 Jul 2008 10:16:21 -0000	1.273
+++ bind.spec	14 Jul 2008 08:30:47 -0000	1.274
@@ -3,6 +3,7 @@
 #
 
 %define PREVER b1
+%define VERSION %{version}%{PREVER}
 
 %{?!SDB:       %define SDB       1}
 %{?!LIBBIND:   %define LIBBIND   1}
@@ -18,13 +19,13 @@
 Name:     bind
 License:  ISC
 Version:  9.5.1
-Release:  0.1.%{PREVER}%{?dist}
+Release:  0.1.1.%{PREVER}%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Group:    System Environment/Daemons
 #
-Source:   ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}%{PREVER}.tar.gz
+Source:   ftp://ftp.isc.org/isc/bind9/%{VERSION}/bind-%{VERSION}.tar.gz
 Source1:  named.sysconfig
 Source2:  named.init
 Source3:  named.logrotate
@@ -174,10 +175,10 @@
 Based on the code from Jan "Yenya" Kasprzak <kas at fi.muni.cz>
 
 %prep
-%setup -q -n %{name}-%{version}%{PREVER}
+%setup -q -n %{name}-%{VERSION}
 
 # Common patches
-%patch -p1 -b .varrun
+%patch0 -p1 -b .varrun
 %patch1 -p1 -b .key
 %patch5 -p1 -b .nonexec
 %patch10 -p1 -b .PIE
@@ -636,6 +637,10 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Mon Jul 14 2008 Adam Tkac <atkac redhat com> 32:9.5.1-0.1.1.b1
+- use %%patch0 for Patch0 (#455061)
+- correct source address (#455118)
+
 * Tue Jul 08 2008 Adam Tkac <atkac redhat com> 32:9.5.1-0.1.b1
 - 9.5.1b1 release (CVE-2008-1447)
 - dropped bind-9.5-recv-race.patch because upstream doesn't want it




More information about the fedora-extras-commits mailing list