rpms/dhcp/F-12 dhcp.spec,1.299,1.300

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


Author: jpopelka

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

Modified Files:
	dhcp.spec 
Log Message:
* Wed Jun 03 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-17.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-12/dhcp.spec,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -p -r1.299 -r1.300
--- dhcp.spec	2 Jun 2010 14:15:40 -0000	1.299
+++ dhcp.spec	3 Jun 2010 10:22:01 -0000	1.300
@@ -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:  17.%{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
@@ -121,11 +123,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}/%{name}-%{basever}-ldap.patch
+%{__patch} -p1 < ldap-for-dhcp-%{ldappatchver}/%{name}-%{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
@@ -258,7 +260,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@
@@ -511,9 +513,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-17.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
 
 * Wed Apr 28 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-16
 - Move /etc/NetworkManager/dispatcher.d/10-dhclient script



More information about the scm-commits mailing list