--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: stretch-pu: package python-proliantutils/2.1.11-2
- From: Thomas Goirand <zigo@debian.org>
- Date: Fri, 29 Jun 2018 16:50:58 +0200
- Message-id: <153028385781.25131.8977811926114321775.reportbug@klecker-misc.debian.org>
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu
Dear release team,
I've prepared an update to python-proliantutils which fixes FTBFS when
there is internet connectivity in the build host. Please find the diff
attached to this bug report. Trivially, it replaces 1.1.1.1 by a never
reachable IP address in the test suite.
This update package will fix #902241.
The resulting built package is here:
http://sid.gplhost.com/stretch-proposed-updates/proliantutils/
Cheers,
Thomas Goirand (zigo)
diff -Nru python-proliantutils-2.1.11/debian/changelog python-proliantutils-2.1.11/debian/changelog
--- python-proliantutils-2.1.11/debian/changelog 2016-09-26 19:13:41.000000000 +0200
+++ python-proliantutils-2.1.11/debian/changelog 2018-06-29 16:25:22.000000000 +0200
@@ -1,3 +1,10 @@
+python-proliantutils (2.1.11-2+deb9u1) stretch; urgency=medium
+
+ * Add replace-quad1-by-doc-reserved-ip.patch which fixes FTBFS when the
+ build machine has internet connectivity (Closes: #902241).
+
+ -- Thomas Goirand <zigo@debian.org> Fri, 29 Jun 2018 16:25:22 +0200
+
python-proliantutils (2.1.11-2) unstable; urgency=medium
* d/s/options: extend-diff-ignore of .gitreview
diff -Nru python-proliantutils-2.1.11/debian/patches/replace-quad1-by-doc-reserved-ip.patch python-proliantutils-2.1.11/debian/patches/replace-quad1-by-doc-reserved-ip.patch
--- python-proliantutils-2.1.11/debian/patches/replace-quad1-by-doc-reserved-ip.patch 1970-01-01 01:00:00.000000000 +0100
+++ python-proliantutils-2.1.11/debian/patches/replace-quad1-by-doc-reserved-ip.patch 2018-06-29 16:25:22.000000000 +0200
@@ -0,0 +1,23 @@
+Description: Replace 1.1.1.1 by doc reserved IPs
+ Looks like there's connectivity to 1.1.1.1 when the build machine has
+ internet access. Swiching to 198.51.100.1 never works, as it is a reserved
+ IP range for documentation purpose.
+ .
+ Note that upstream already removed 1.1.1.1 from its test decoration, so it
+ isn't needed to forward the patch in upstream master branch.
+Author: Thomas Goirand <zigo@debian.org>
+Bug-Debian: https://bugs.debian.org/902241
+Forwarded: not-needed
+Last-Update: 2018-06-29
+
+--- python-proliantutils-2.1.11.orig/proliantutils/tests/ilo/test_firmware_controller.py
++++ python-proliantutils-2.1.11/proliantutils/tests/ilo/test_firmware_controller.py
+@@ -551,7 +551,7 @@ class FirmwareImageUploaderTestCase(unit
+ self.assertEqual(returned_sock, ssl_mock.wrap_socket())
+
+ @ddt.data(('foo.bar.com', exception.IloConnectionError),
+- ('1.1.1.1', exception.IloConnectionError),
++ ('198.51.100.1', exception.IloConnectionError),
+ ('any_kind_of_address', exception.IloConnectionError),)
+ @ddt.unpack
+ def test__get_socket_throws_exception_in_case_of_failed_connection(
diff -Nru python-proliantutils-2.1.11/debian/patches/series python-proliantutils-2.1.11/debian/patches/series
--- python-proliantutils-2.1.11/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ python-proliantutils-2.1.11/debian/patches/series 2018-06-29 16:25:22.000000000 +0200
@@ -0,0 +1 @@
+replace-quad1-by-doc-reserved-ip.patch
--- End Message ---
--- Begin Message ---
- To: 902683-done@bugs.debian.org, Thomas Goirand <zigo@debian.org>
- Subject: Re: Bug#902683: stretch-pu: package python-proliantutils/2.1.11-2
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Tue, 20 Aug 2019 23:56:00 +0100
- Message-id: <f0f4d0b322301c0d09f88dac14fc23ec64f1e67d.camel@adam-barratt.org.uk>
- In-reply-to: <1563305518.2774.33.camel@adam-barratt.org.uk>
- References: <153028385781.25131.8977811926114321775.reportbug@klecker-misc.debian.org> <153028385781.25131.8977811926114321775.reportbug@klecker-misc.debian.org> <1541104378.2224.25.camel@adam-barratt.org.uk> <153028385781.25131.8977811926114321775.reportbug@klecker-misc.debian.org> <1552149646.11727.46.camel@adam-barratt.org.uk> <153028385781.25131.8977811926114321775.reportbug@klecker-misc.debian.org> <1563305518.2774.33.camel@adam-barratt.org.uk>
On Tue, 2019-07-16 at 20:31 +0100, Adam D. Barratt wrote:
> On Sat, 2019-03-09 at 16:40 +0000, Adam D. Barratt wrote:
> > On Thu, 2018-11-01 at 20:32 +0000, Adam D. Barratt wrote:
> > > Control: tags -1 + confirmed
> > >
> > > On Fri, 2018-06-29 at 16:50 +0200, Thomas Goirand wrote:
> > > > I've prepared an update to python-proliantutils which fixes
> > > > FTBFS
> > > > when there is internet connectivity in the build host. Please
> > > > find
> > > > the diff attached to this bug report. Trivially, it replaces
> > > > 1.1.1.1
> > > > by a never reachable IP address in the test suite.
> > >
> > > This wasn't fixed in unstable last time I looked, but apparently
> > > has
> > > been in the meantime, so please go ahead.
> >
> > Ping?
>
> Ping? If nothing happens by August 15th then I plan to close this
> bug.
>
Doing so with this message.
Regards,
Adam
--- End Message ---