rpms/dhcpv6/devel .cvsignore, 1.17, 1.18 dhcpv6.spec, 1.87, 1.88 sources, 1.17, 1.18

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Sat May 24 03:33:38 UTC 2008


Author: dcantrel

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

Modified Files:
	.cvsignore dhcpv6.spec sources 
Log Message:
* Fri May 23 2008 David Cantrell <dcantrell at redhat.com> - 1.0.16-1
- Upgrade to dhcpv6-1.0.16, major changes:
      Use libnl rather than homegrown netlink code
      Better error handling in dhcp6c
      Updates to the dhcp6c usage screen and man page
      Record the correct PID for dhcp6c



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dhcpv6/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	23 Apr 2008 21:11:14 -0000	1.17
+++ .cvsignore	24 May 2008 03:32:57 -0000	1.18
@@ -1 +1 @@
-dhcpv6-1.0.15.tar.gz
+dhcpv6-1.0.17.tar.gz


Index: dhcpv6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcpv6/devel/dhcpv6.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- dhcpv6.spec	23 Apr 2008 22:51:31 -0000	1.87
+++ dhcpv6.spec	24 May 2008 03:32:58 -0000	1.88
@@ -1,9 +1,12 @@
 # we require dhcp-devel for libdhcp_control.h
-%define dhcpdevelver 12:4.0.0-4
+%define dhcpver 12:4.0.0-4
+
+# libnl is used to communicate with the kernel via netlink
+%define libnlver 1.1
 
 Summary: DHCPv6 - DHCP server and client for IPv6
 Name:    dhcpv6
-Version: 1.0.15
+Version: 1.0.17
 Release: 1%{?dist}
 License: LGPLv2+
 Group:   System Environment/Daemons
@@ -16,7 +19,8 @@
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
-BuildRequires: dhcp-devel >= %{dhcpdevelver}
+BuildRequires: dhcp-devel >= %{dhcpver}
+BuildRequires: libnl-devel >= %{libnlver}
 Requires(post): chkconfig
 Requires(preun): chkconfig initscripts
 Requires(postun): initscripts
@@ -157,6 +161,13 @@
 %{_libdir}/libdhcp6client.a
 
 %changelog
+* Fri May 23 2008 David Cantrell <dcantrell at redhat.com> - 1.0.16-1
+- Upgrade to dhcpv6-1.0.16, major changes:
+      Use libnl rather than homegrown netlink code
+      Better error handling in dhcp6c
+      Updates to the dhcp6c usage screen and man page
+      Record the correct PID for dhcp6c
+
 * Wed Apr 23 2008 David Cantrell <dcantrell at redhat.com> - 1.0.15-1
 - Upgrade to dhcpv6-1.0.15, major changes:
       Check DUID and IAID for duplicate host entries


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dhcpv6/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	23 Apr 2008 21:11:14 -0000	1.17
+++ sources	24 May 2008 03:32:58 -0000	1.18
@@ -1 +1 @@
-2b0b5374cb2a0c460b62af3705cb29f7  dhcpv6-1.0.15.tar.gz
+8f45d0648113c8609a0a48f81e15fdb2  dhcpv6-1.0.17.tar.gz




More information about the fedora-extras-commits mailing list