commit dhcpv6 for openSUSE:Factory
Hello community, here is the log from the commit of package dhcpv6 for openSUSE:Factory checked in at Fri Apr 30 01:43:26 CEST 2010. -------- --- dhcpv6/dhcpv6.changes 2010-03-12 18:37:04.000000000 +0100 +++ /mounts/work_src_done/STABLE/dhcpv6/dhcpv6.changes 2010-04-29 09:36:03.000000000 +0200 @@ -1,0 +2,9 @@ +Thu Apr 29 07:06:55 UTC 2010 - mt@suse.de + +- Fixed spec file to create /var/run/dhcpv6 pid file directory, + updated manual page and dhcp6r.h file that were inconsistent + with pid file paths used in the sources (bnc#588299). +- Dropped libdhcp6client sub-packages, that has been removed + completely in newer versions of dhcpv6 (prepare for update). + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- dhcpv6-1.0.22-dhcp5r-pid-directory.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dhcpv6.spec ++++++ --- /var/tmp/diff_new_pack.l63MeX/_old 2010-04-30 01:38:51.000000000 +0200 +++ /var/tmp/diff_new_pack.l63MeX/_new 2010-04-30 01:38:51.000000000 +0200 @@ -26,7 +26,7 @@ Group: Productivity/Networking/System Summary: DHCP Client and Server for IPv6 Version: 1.0.22 -Release: 5 +Release: 6 Source0: %{name}-%{version}.tar.bz2 Patch1: %{name}-%{version}-destdir.patch Patch2: %{name}-%{version}-cmd.patch @@ -37,37 +37,15 @@ Patch7: dhcpv6-1.0.22-correct-mac-address-in-DUID-type1-generation.patch Patch8: dhcpv6-1.0.22-invalid-request-address-message.diff Patch9: dhcpv6-1.0.22-remove-released-leases.bnc524687.diff +Patch10: dhcpv6-1.0.22-dhcp5r-pid-directory.diff Provides: dhcp6 = 1.0.11 -Obsoletes: dhcp6 <= 1.0.11 +Obsoletes: dhcp6 < 1.0.11 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A stateful address autoconfiguration protocol for IPv6, labelled DHCPv6. This package contains the server and the client. - - -Authors: --------- - Shirley Ma, xma@us.ibm.com - Elizabeth Kon, beth@us.ibm.com - David Cantrell <dcantrell@redhat.com> - Kazuo Hiekata <hiekata@yamato.ibm.com> - Mitsuru Chinen <mitch@linux.vnet.ibm.com> - Cristian Cadar <cadar@ccrle.nec.de> - and more - -%package -n libdhcp6client-1_0-2 -License: BSD3c ; LGPLv2.1+ -Summary: DHCP Client library for IPv6 -Group: Productivity/Networking/System - -%description -n libdhcp6client-1_0-2 -A library which allows to include DHCPv6 client support into network -control applications. - - - Authors: -------- Shirley Ma, xma@us.ibm.com @@ -78,28 +56,6 @@ Cristian Cadar <cadar@ccrle.nec.de> and more -%package -n libdhcp6client-devel -License: BSD3c ; LGPLv2.1+ -Requires: libdhcp6client-1_0-2 = %{version} glibc-devel -Summary: Development files for libdhcp6client -Group: Development/Libraries/C and C++ - -%description -n libdhcp6client-devel -This are the header files and the static library for libdhcp6client. -The libdhcp6client library allows to include DHCPv6 client support into -network control applications. - - - -Authors: --------- - Shirley Ma, xma@us.ibm.com - Elizabeth Kon, beth@us.ibm.com - David Cantrell <dcantrell@redhat.com> - Kazuo Hiekata <hiekata@yamato.ibm.com> - Mitsuru Chinen <mitch@linux.vnet.ibm.com> - Cristian Cadar <cadar@ccrle.nec.de> - and more %prep %setup -q -n %{name}-%{version} @@ -112,6 +68,7 @@ %patch7 -p0 %patch8 -p0 %patch9 -p0 +%patch10 -p0 %build touch NEWS @@ -142,6 +99,13 @@ mv $RPM_BUILD_ROOT/usr/sbin/dhcp6c $RPM_BUILD_ROOT/sbin/dhcp6c ln -s /etc/init.d/dhcp6s $RPM_BUILD_ROOT/usr/sbin/rcdhcp6s ln -s /etc/init.d/dhcp6r $RPM_BUILD_ROOT/usr/sbin/rcdhcp6r +### +rm -rf $RPM_BUILD_ROOT%{_includedir}/dhcp6client \ + $RPM_BUILD_ROOT%{_libdir}/libdhcp6client* \ + $RPM_BUILD_ROOT%{_libdir}/pkgconfig + +%post +mkdir -p var/run/dhcpv6 %preun %{stop_on_removal dhcp6r} @@ -151,12 +115,6 @@ %{insserv_cleanup dhcp6r} %{insserv_cleanup dhcp6s} -%post -n libdhcp6client-1_0-2 -/sbin/ldconfig - -%postun -n libdhcp6client-1_0-2 -/sbin/ldconfig - %files %defattr(-,root,root) %doc README ChangeLog AUTHORS LICENSE @@ -169,16 +127,4 @@ %config /etc/dhcp6s.conf /etc/init.d/* -%files -n libdhcp6client-devel -%defattr(-,root,root) -%{_libdir}/pkgconfig/libdhcp6client.pc -/usr/include/* -%{_libdir}/libdhcp6client.a -%{_libdir}/libdhcp6client.la -%{_libdir}/libdhcp6client.so - -%files -n libdhcp6client-1_0-2 -%defattr(-,root,root) -%{_libdir}/libdhcp6client-1.0.so.* - %changelog ++++++ dhcpv6-1.0.22-dhcp5r-pid-directory.diff ++++++ --- include/dhcp6r.h +++ include/dhcp6r.h 2010/03/16 10:49:47 @@ -42,7 +42,7 @@ #define HOP_COUNT_LIMIT 30 #define DUMPFILE "/var/log/dhcp6r.log" #define INTERFACEINFO "/proc/net/if_inet6" -#define PIDFILE "/var/run/dhcp6r.pid" +#define PIDFILE "/var/run/dhcpv6/dhcp6r.pid" #define MAXHOPCOUNT 32 #define SERVER_PORT 547 #define CLIENT_PORT 546 --- man/dhcp6r.8 +++ man/dhcp6r.8 2010/03/16 10:48:29 @@ -170,7 +170,7 @@ scope address assigned to each interface .SH FILES .B /var/log/dhcv6r.log .BR -.B /var/run/dhcp6r.pid +.B /var/run/dhcpv6/dhcp6r.pid .BR .SH BUGS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de