rpms/dhcpv6/devel .cvsignore, 1.23, 1.24 dhcpv6.spec, 1.95, 1.96 sources, 1.23, 1.24

David Cantrell dcantrel at fedoraproject.org
Thu Dec 4 22:33:46 UTC 2008


Author: dcantrel

Update of /cvs/pkgs/rpms/dhcpv6/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30722

Modified Files:
	.cvsignore dhcpv6.spec sources 
Log Message:
* Thu Dec 04 2008 David Cantrell <dcantrell at redhat.com> - 1.1.0-1
- Upgrade to dhcpv6-1.1.0, changes include:
      Correct DUID time generation and save server DUID
      Match DUID LLT between client and server
      Do not let dhcp6c ignore IAID option in config file
      Use MAC address in DUID calculation
      In dhcp6s, do not SIGSEGV if link is not in config file
      Use <sys/queue.h> only if we have it
      Let dhcp6c get new address when moving links
      Removal of libdhcp6client since libdhcp has been removed



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dhcpv6/devel/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore	12 Sep 2008 04:18:43 -0000	1.23
+++ .cvsignore	4 Dec 2008 22:33:16 -0000	1.24
@@ -1 +1 @@
-dhcpv6-1.0.22.tar.gz
+dhcpv6-1.1.0.tar.gz


Index: dhcpv6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcpv6/devel/dhcpv6.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- dhcpv6.spec	12 Sep 2008 04:18:44 -0000	1.95
+++ dhcpv6.spec	4 Dec 2008 22:33:16 -0000	1.96
@@ -1,12 +1,9 @@
-# we require dhcp-devel for libdhcp_control.h
-%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.22
+Version: 1.1.0
 Release: 1%{?dist}
 License: LGPLv2+
 Group:   System Environment/Daemons
@@ -20,7 +17,6 @@
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig
-BuildRequires: dhcp-devel >= %{dhcpver}
 BuildRequires: libnl-devel >= %{libnlver}
 Requires(post): chkconfig
 Requires(preun): chkconfig initscripts
@@ -45,33 +41,6 @@
 Provides the client for the DHCPv6 protocol (RFC 3315) to support dynamic
 configuration of IPv6 addresses and parameters.
 
-%package -n libdhcp6client
-Summary: The DHCPv6 client in a library for invocation by other programs
-Group:   Development/Libraries
-
-%description -n libdhcp6client
-Provides the client for the DHCPv6 protocol (RFC 3315) to support dynamic
-configuration of IPv6 addresses and parameters, in a library for invocation
-by other programs.
-
-%package -n libdhcp6client-devel
-Summary:  Header files for development with the DHCPv6 client library
-Group:    Development/Libraries
-Requires: pkgconfig
-Requires: libdhcp6client = %{version}-%{release}
-
-%description -n libdhcp6client-devel
-Header files for development with the DHCPv6 client library.
-
-%package -n libdhcp6client-static
-Summary:  Static archive for libdhcp6client
-Group:    Development/Libraries
-Requires: libdhcp6client-devel = %{version}-%{release}
-
-%description -n libdhcp6client-static
-The libdhcp6client-static package contains the static archive for
-libdhcp6client.
-
 %prep
 %setup -q
 
@@ -83,8 +52,6 @@
 %{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot}
 
-%{__rm} -rf %{buildroot}%{_libdir}/libdhcp6client.la
-
 %{__mkdir} -p %{buildroot}/sbin
 %{__mv} %{buildroot}%{_sbindir}/dhcp6c %{buildroot}/sbin/dhcp6c
 
@@ -116,10 +83,6 @@
     /sbin/service dhcp6r condrestart >/dev/null 2>&1 || :
 fi
 
-%post -n libdhcp6client -p /sbin/ldconfig
-
-%postun -n libdhcp6client -p /sbin/ldconfig
-
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -147,21 +110,18 @@
 %{_mandir}/man5/dhcp6c.conf.5.gz
 %attr(750,root,root) %dir %{_localstatedir}/lib/%{name}
 
-%files -n libdhcp6client
-%defattr(0755,root,root,0755)
-%{_libdir}/libdhcp6client-*.so.*
-
-%files -n libdhcp6client-devel
-%defattr(0644,root,root,0755)
-%{_includedir}/*
-%{_libdir}/pkgconfig/libdhcp6client.pc
-%{_libdir}/libdhcp6client.so
-
-%files -n libdhcp6client-static
-%defattr(0644,root,root,0755)
-%{_libdir}/libdhcp6client.a
-
 %changelog
+* Thu Dec 04 2008 David Cantrell <dcantrell at redhat.com> - 1.1.0-1
+- Upgrade to dhcpv6-1.1.0, changes include:
+      Correct DUID time generation and save server DUID
+      Match DUID LLT between client and server
+      Do not let dhcp6c ignore IAID option in config file
+      Use MAC address in DUID calculation
+      In dhcp6s, do not SIGSEGV if link is not in config file
+      Use <sys/queue.h> only if we have it
+      Let dhcp6c get new address when moving links
+      Removal of libdhcp6client since libdhcp has been removed
+
 * Thu Sep 11 2008 David Cantrell <dcantrell at redhat.com> - 1.0.22-1
 - Upgrade to dhcpv6-1.0.22, changes include:
       Windows 2008 interoperability fixes for ADVERTISE msgs


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dhcpv6/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	12 Sep 2008 04:18:44 -0000	1.23
+++ sources	4 Dec 2008 22:33:16 -0000	1.24
@@ -1 +1 @@
-592d3c8308c2d88861e5b317378fd95c  dhcpv6-1.0.22.tar.gz
+dba512a2d24a60a3326e34c713945a48  dhcpv6-1.1.0.tar.gz




More information about the fedora-extras-commits mailing list