Your message dated Fri, 19 Dec 2014 18:21:43 +0000 with message-id <20141219182143.GT11902@lupin.home.powdarrmonkey.net> and subject line Re: Bug#773535: release.debian.org: openvswitch-switch/2.3.0+git20140819-3 has caused the Debian Bug report #773535, regarding unblock: openvswitch/2.3.0+git20140819-3 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 773535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773535 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: openvswitch/2.3.0+git20140819-3
- From: Thomas Goirand <zigo@debian.org>
- Date: Fri, 19 Dec 2014 23:34:48 +0800
- Message-id: <[🔎] 20141219153448.11921.46862.reportbug@buzig.gplhost.com>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Dear release team, As Simon Horman, the last uploader of openvswitch, wrote that he would like some assistance, I'm writing this unblock requests on his behalf. The latest upload of openvswitch fixes RC bug #771863: "Service does not start or parse interfaces correctly". The debdiff (attached to this message) is very small, and deals only with the init script. Please unblock openvswitch/2.3.0+git20140819-3 Cheers, Thomas Goirand (zigo)diff -Nru openvswitch-2.3.0+git20140819/debian/changelog openvswitch-2.3.0+git20140819/debian/changelog --- openvswitch-2.3.0+git20140819/debian/changelog 2014-08-20 15:35:32.000000000 +0000 +++ openvswitch-2.3.0+git20140819/debian/changelog 2014-12-19 03:32:53.000000000 +0000 @@ -1,3 +1,15 @@ +openvswitch (2.3.0+git20140819-3) unstable; urgency=medium + + * Don't depened on $RUNLEVEL at startup to create bridges. + This should allow Open vSwitch configuration through + /etc/network/interfaces where $RUNLEVEL is not set. + This change is upstream commit 238324bd73b031635 + ("debian: Don't depened on $RUNLEVEL at startup to create bridges.") + Closes: #771863 + * + + -- Simon Horman <horms@debian.org> Fri, 19 Dec 2014 10:54:08 +0900 + openvswitch (2.3.0+git20140819-2) unstable; urgency=low * debian/rules: Rerun checks on tests that fail the first time. Skip diff -Nru openvswitch-2.3.0+git20140819/debian/openvswitch-switch.init openvswitch-2.3.0+git20140819/debian/openvswitch-switch.init --- openvswitch-2.3.0+git20140819/debian/openvswitch-switch.init 2014-08-19 15:30:43.000000000 +0000 +++ openvswitch-2.3.0+git20140819/debian/openvswitch-switch.init 2014-12-19 02:18:44.000000000 +0000 @@ -31,7 +31,6 @@ test -e /etc/default/openvswitch-switch && . /etc/default/openvswitch-switch network_interfaces () { - [ -z "${RUNLEVEL}" ] && return INTERFACES="/etc/network/interfaces" [ -e "${INTERFACES}" ] || return bridges=`awk '{ if ($1 == "allow-ovs") { print $2; } }' "${INTERFACES}"` @@ -62,11 +61,13 @@ fi set "$@" $OVS_CTL_OPTS "$@" || exit $? - [ "$2" = "start" ] && network_interfaces ifup + if [ "$2" = "start" ] && [ "$READ_INTERFACES" != "no" ]; then + network_interfaces ifup + fi } stop () { - network_interfaces ifdown + [ "$READ_INTERFACES" != "no" ] && network_interfaces ifdown ovs_ctl stop } @@ -101,8 +102,8 @@ start restart fi else - stop - start + READ_INTERFACES="no" stop + READ_INTERFACES="no" start fi }
--- End Message ---
--- Begin Message ---
- To: Simon Horman <horms@debian.org>, 773535-done@bugs.debian.org
- Subject: Re: Bug#773535: release.debian.org: openvswitch-switch/2.3.0+git20140819-3
- From: Jonathan Wiltshire <jmw@debian.org>
- Date: Fri, 19 Dec 2014 18:21:43 +0000
- Message-id: <20141219182143.GT11902@lupin.home.powdarrmonkey.net>
- In-reply-to: <[🔎] 20141219154442.29379.74294.reportbug@ayumi.isobedori.kobe.vergenet.net>
- References: <[🔎] 20141219154442.29379.74294.reportbug@ayumi.isobedori.kobe.vergenet.net>
On Sat, Dec 20, 2014 at 12:44:42AM +0900, Simon Horman wrote: > Please unblock package openvswitch-switch > > This release fixes an RC bug: > > - Open vSwitch configuration through /etc/network/interfaces does not work > #771863 > > I chose to resolve this problem using the fix that has been > accepted upstream. > > The new package does not make any other changes. > The debdiff is attached; it is not large. Unblocked, thanks. Please tidy the trailing bullet in the changelog in your next upload. -- Jonathan Wiltshire jmw@debian.org Debian Developer http://people.debian.org/~jmw 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51Attachment: signature.asc
Description: Digital signature
--- End Message ---