rpms/dhcp/F-13 dhcp.spec,1.306,1.307

Jiří Popelka jpopelka at fedoraproject.org
Thu Jun 3 10:18:29 UTC 2010


Author: jpopelka

Update of /cvs/pkgs/rpms/dhcp/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3719

Modified Files:
	dhcp.spec 
Log Message:
* Wed Jun 03 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-22.P1
- 4.1.1-P1 (pair of bug fixes including one for a security related bug).
- Compile with -fno-strict-aliasing
- N-V-R (copied from bind.spec): Name-Version-Release.Patch.dist



Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-13/dhcp.spec,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -p -r1.306 -r1.307
--- dhcp.spec	2 Jun 2010 14:22:25 -0000	1.306
+++ dhcp.spec	3 Jun 2010 10:18:28 -0000	1.307
@@ -4,16 +4,18 @@
 # Where dhcp configuration files are stored
 %global dhcpconfdir %{_sysconfdir}/dhcp
 
-# Base version number from ISC
-%global basever 4.1.1
+# Patch version
+%global patchver P1
+
+%global VERSION %{version}-%{patchver}
 
 # LDAP patch version
-%global ldappatchver %{basever}-2
+%global ldappatchver %{version}-2
 
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
-Version:  %{basever}_P1
-Release:  1%{?dist}
+Version:  4.1.1
+Release:  22.%{patchver}%{?dist}
 # NEVER CHANGE THE EPOCH on this package.  The previous maintainer (prior to
 # dcantrell maintaining the package) made incorrect use of the epoch and
 # that's why it is at 12 now.  It should have never been used, but it was.
@@ -22,7 +24,7 @@ Epoch:    12
 License:  ISC
 Group:    System Environment/Daemons
 URL:      http://isc.org/products/DHCP/
-Source0:  ftp://ftp.isc.org/isc/dhcp/dhcp-%{basever}-P1.tar.gz
+Source0:  ftp://ftp.isc.org/isc/dhcp/dhcp-%{VERSION}.tar.gz
 Source1:  http://cloud.github.com/downloads/dcantrell/ldap-for-dhcp/ldap-for-dhcp-%{ldappatchver}.tar.gz
 Source2:  dhcpd.init
 Source3:  dhcrelay.init
@@ -122,11 +124,11 @@ Header files and API documentation for u
 libdhcpctl and libomapi static libraries are also included in this package.
 
 %prep
-%setup -q -n dhcp-%{basever}-P1
-%setup -T -D -a 1 -n dhcp-%{basever}-P1
+%setup -q -n dhcp-%{VERSION}
+%setup -T -D -a 1 -n dhcp-%{VERSION}
 
 # Add in LDAP support
-%{__patch} -p1 < ldap-for-dhcp-%{ldappatchver}/dhcp-%{basever}-ldap.patch
+%{__patch} -p1 < ldap-for-dhcp-%{ldappatchver}/dhcp-%{version}-ldap.patch
 
 # Replace the standard ISC warning message about requesting help with an
 # explanation that this is a patched build of ISC DHCP and bugs should be
@@ -265,7 +267,7 @@ popd
 %{__perl_requires} \
 | %{__grep} -v 'perl('
 EOF
-%global __perl_requires %{_builddir}/%{name}-%{basever}-P1/%{name}-req
+%global __perl_requires %{_builddir}/%{name}-%{VERSION}/%{name}-req
 %{__chmod} +x %{__perl_requires}
 
 # Replace @PRODUCTNAME@
@@ -518,9 +520,10 @@ fi
 %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
 
 %changelog
-* Wed Jun 02 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1_P1-1
+* Wed Jun 03 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-22.P1
 - 4.1.1-P1 (pair of bug fixes including one for a security related bug).
 - Compile with -fno-strict-aliasing
+- N-V-R (copied from bind.spec): Name-Version-Release.Patch.dist
 
 * Mon May 03 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-21
 - Fix the initialization-delay.patch (#587070)



More information about the scm-commits mailing list