rpms/dhcpv6/devel dhcpv6-0.10-device-names.patch, NONE, 1.1 dhcpv6.spec, 1.62, 1.63

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Mon Sep 10 15:48:13 UTC 2007


Author: dcantrel

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

Modified Files:
	dhcpv6.spec 
Added Files:
	dhcpv6-0.10-device-names.patch 
Log Message:
* Mon Sep 10 2007 David Cantrell <dcantrell at redhat.com> - 0.10-48
- Recognize 802.1Q VLAN network device names (#245115)


dhcpv6-0.10-device-names.patch:

--- NEW FILE dhcpv6-0.10-device-names.patch ---
diff -up dhcp-0.10/server6_token.l.string dhcp-0.10/server6_token.l
--- dhcp-0.10/server6_token.l.string	2007-09-10 11:43:04.000000000 -0400
+++ dhcp-0.10/server6_token.l	2007-09-10 11:43:58.000000000 -0400
@@ -79,7 +79,7 @@ addr_tail       ({hexdigit}{1,4}|({hexdi
 addr_body       ({hexdigit}{1,4}(":"|"::"))*
 ipv6addr        {addr_head}{addr_body}{addr_tail}
 string		[a-zA-Z0-9:\._-][a-zA-Z0-9:\._-]*
-ifname		[a-zA-Z]+[0-9]+
+ifname		({string})+
 
 %s S_IFACE
 %s S_DUID


Index: dhcpv6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcpv6/devel/dhcpv6.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- dhcpv6.spec	4 Sep 2007 17:55:48 -0000	1.62
+++ dhcpv6.spec	10 Sep 2007 15:47:41 -0000	1.63
@@ -1,7 +1,7 @@
 Summary: DHCPv6 - DHCP server and client for IPv6
 Name:    dhcpv6
 Version: 0.10
-Release: 47%{?dist}
+Release: 48%{?dist}
 License: BSD
 Group:   System Environment/Daemons
 URL:     http://dhcpv6.sourceforge.net/
@@ -17,6 +17,7 @@
 Patch5:  %{name}-0.10-salen.patch
 Patch6:  %{name}-0.10-initscripts.patch
 Patch7:  %{name}-0.10-init_leases.patch
+Patch8:  %{name}-0.10-device-names.patch
 
 Patch99: %{name}-0.10-libdhcp6client.patch
 
@@ -81,6 +82,7 @@
 %patch5 -p1 -b .salen
 %patch6 -p1 -b .initscripts
 %patch7 -p1 -b .init_leases
+%patch8 -p1 -b .device-names
 
 %patch99 -p1 -b .libdhcp6client
 
@@ -175,6 +177,9 @@
 %{_libdir}/libdhcp6client.a
 
 %changelog
+* Mon Sep 10 2007 David Cantrell <dcantrell at redhat.com> - 0.10-48
+- Recognize 802.1Q VLAN network device names (#245115)
+
 * Tue Sep 04 2007 David Cantrell <dcantrell at redhat.com> - 0.10-47
 - Do not parse an empty /var/lib/dhcpv6/server6.leases file (#253968)
 




More information about the scm-commits mailing list