From 6603dadc907bd8d22ce896e34a2f1e20542cb7d513f4d90d508c615694fe029a Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 2 May 2011 11:31:18 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/dhcp revision 54.0 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=7b4b92caa272f102ac2ea168361c53e2 --- dhcp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcp.spec b/dhcp.spec index 5099e95..0c2ddba 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -36,7 +36,7 @@ License: BSD3c(or similar) Group: Productivity/Networking/Boot/Servers AutoReqProv: on Version: 4.2.1.P1 -Release: 0 +Release: 1 Summary: Common Files Used by ISC DHCP Software Url: http://www.isc.org/software/dhcp Source0: dhcp-%{isc_version}.tar.bz2 From 97b03f127f7921d62e0d7b15104780d7b92fc07fb12aaae36085e0d53e49804c Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Tue, 3 May 2011 12:28:15 +0000 Subject: [PATCH 2/2] - Fixed dhclient-script typo causing ISC DHCPv6 client to execute ifup pre-down scripts also while renew, when the ipv6 address did not changed (bnc#690859). OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=67 --- dhclient-script | 2 +- dhcp.changes | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dhclient-script b/dhclient-script index 02afc92..caccc29 100644 --- a/dhclient-script +++ b/dhclient-script @@ -580,7 +580,7 @@ BOUND6|RENEW6|REBIND6|REBOOT6) fi netconfig_modify - if [ x$old_ip6_address != x -a x$old_ip6_address != x$new_ip_address ]; + if [ x$old_ip6_address != x -a x$old_ip6_address != x$new_ip6_address ]; then if is_ifup_controlled ; then /sbin/ifdown $interface -o dhcp diff --git a/dhcp.changes b/dhcp.changes index 913940a..b0e1ab4 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 3 12:27:08 UTC 2011 - mt@suse.de + +- Fixed dhclient-script typo causing ISC DHCPv6 client to execute + ifup pre-down scripts also while renew, when the ipv6 address + did not changed (bnc#690859). + ------------------------------------------------------------------- Fri Apr 29 13:31:57 UTC 2011 - mt@suse.de