Your message dated Fri, 24 Sep 2021 13:18:31 +0000
with message-id <[email protected]>
and subject line Bug#945777: fixed in ceph-iscsi 3.5-2
has caused the Debian Bug report #945777,
regarding ceph-iscsi: Test enablement, misc tidy actions
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 [email protected]
immediately.)
--
945777: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945777
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ceph-iscsi
Version: 3.3-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu focal ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Ensure tests run as part of package build:
- d/control: Add runtime dependencies to BD's alongside mock
and pytest.
- d/rules: Set PYBUILD_TEST_ARGS inline with upstream
configuration of pytest.
- d/rules: Ensure .pytest_cache is tidied on clean.
* d/source/options: Ignore any changes to .egg-info files.
* d/control: Drop dependency on python3-rpm as its not required.
Thanks for considering the patch.
-- System Information:
Debian Release: bullseye/sid
APT prefers focal
APT policy: (500, 'focal')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.3.0-19-generic (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru ceph-iscsi-3.3/debian/control ceph-iscsi-3.3/debian/control
--- ceph-iscsi-3.3/debian/control 2019-10-21 10:40:52.000000000 +0100
+++ ceph-iscsi-3.3/debian/control 2019-11-28 13:51:45.000000000 +0000
@@ -3,7 +3,22 @@
Priority: optional
Maintainer: Freexian Packaging Team <[email protected]>
Uploaders: Sebastien Delafond <[email protected]>
-Build-Depends: debhelper-compat (= 12), dh-python, python3-setuptools,
python3-all
+Build-Depends: debhelper-compat (= 12),
+ dh-python,
+ python3-all,
+ python3-configshell-fb,
+ python3-cryptography,
+ python3-distutils,
+ python3-flask,
+ python3-mock,
+ python3-netifaces,
+ python3-openssl,
+ python3-pytest,
+ python3-rados,
+ python3-rbd,
+ python3-requests,
+ python3-rtslib-fb,
+ python3-setuptools
Standards-Version: 4.4.1
Homepage: https://github.com/ceph/ceph-iscsi
Vcs-Browser: https://salsa.debian.org/debian/ceph-iscsi
@@ -12,19 +27,19 @@
Package: ceph-iscsi
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${python3:Depends},
- tcmu-runner (>= 1.4.0),
- python3-configshell-fb,
- python3-cryptography,
- python3-flask,
- python3-netifaces,
- python3-openssl,
- python3-rados,
- python3-rbd,
- python3-rtslib-fb,
- python3-distutils,
- python3-rpm,
- python3-requests
+Depends: python3-configshell-fb,
+ python3-cryptography,
+ python3-distutils,
+ python3-flask,
+ python3-netifaces,
+ python3-openssl,
+ python3-rados,
+ python3-rbd,
+ python3-requests,
+ python3-rtslib-fb,
+ tcmu-runner (>= 1.4.0),
+ ${misc:Depends},
+ ${python3:Depends}
Description: common logic and CLI tools for creating and managing LIO gateways
for Ceph
It includes the rbd-target-api daemon which is responsible for
restoring the state of LIO following a gateway reboot/outage and
diff -Nru ceph-iscsi-3.3/debian/rules ceph-iscsi-3.3/debian/rules
--- ceph-iscsi-3.3/debian/rules 2019-10-21 10:40:52.000000000 +0100
+++ ceph-iscsi-3.3/debian/rules 2019-11-28 13:40:27.000000000 +0000
@@ -2,6 +2,7 @@
export PYBUILD_NAME=python-ceph-iscsi
#export PYBUILD_DISABLE=test
+export PYBUILD_TEST_ARGS=--ignore=test/test_group.py test/
%:
dh $@ --with python3 --buildsystem=pybuild
@@ -9,3 +10,7 @@
override_dh_installinit:
dh_installinit -pceph-iscsi --name rbd-target-api
dh_installinit -pceph-iscsi --name rbd-target-gw
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf .pytest_cache
diff -Nru ceph-iscsi-3.3/debian/source/options
ceph-iscsi-3.3/debian/source/options
--- ceph-iscsi-3.3/debian/source/options 1970-01-01 01:00:00.000000000
+0100
+++ ceph-iscsi-3.3/debian/source/options 2019-11-28 13:32:25.000000000
+0000
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"
--- End Message ---
--- Begin Message ---
Source: ceph-iscsi
Source-Version: 3.5-2
Done: Neil Williams <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ceph-iscsi, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Neil Williams <[email protected]> (supplier of updated ceph-iscsi package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 24 Sep 2021 13:45:45 +0100
Source: ceph-iscsi
Architecture: source
Version: 3.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Neil Williams <[email protected]>
Closes: 945777
Changes:
ceph-iscsi (3.5-2) unstable; urgency=medium
.
* QA upload.
* Apply patch to Test enablement, misc tidy actions - thanks to
James Page (Closes: #945777)
* Bump standards version
Checksums-Sha1:
ca16a24dda1dcf69fc6323767c7b6e0a797843aa 2093 ceph-iscsi_3.5-2.dsc
0bc6bc8b8dff62fc7f72abfe9710cc2a43a27ffc 3092 ceph-iscsi_3.5-2.debian.tar.xz
f615d06723155fde2d5a75c66969b4b525c50157 7713 ceph-iscsi_3.5-2_amd64.buildinfo
Checksums-Sha256:
37830066e688a406c776ac466a5ef09f3333e3039240d6a11fb52c85c9ab7f75 2093
ceph-iscsi_3.5-2.dsc
197d638826367e83ccf0006cb88527b2e998768f88fbb82b15c10d5d2506f226 3092
ceph-iscsi_3.5-2.debian.tar.xz
766117857733b5c257fee7397d5c5e75618747738f2e1ad2c42fdd5f182c5ebd 7713
ceph-iscsi_3.5-2_amd64.buildinfo
Files:
3c6044d8b04a50acacab24d7ed50cbdf 2093 python optional ceph-iscsi_3.5-2.dsc
7648c16a498464890d11caa9bee9cbda 3092 python optional
ceph-iscsi_3.5-2.debian.tar.xz
10706487e5daab2d4cc416c909da7524 7713 python optional
ceph-iscsi_3.5-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEf3HB6ceOc10DYMbM8WfkPIFDtoIFAmFNzG4ACgkQ8WfkPIFD
toJETA/9HoFLu8BCEFZi/tUSZxsbwkyZHQYOsnleohgcRCZZvWi+xnPPjzCS+7Oq
g1z4LnfoWDplq0TPV8owBWQZ5AcSsgB/+hvaLay1byetT2aPnTLpXxNzaUCd1GPR
h5u2MEEqgMJkp8DsUhcdIp11BN53GXUCu+YTTkgRz8YTthsoWyRH/OMcEqvdlgyL
LaABROcq/z0I0Z9JdK5pU29VwPJcsnVgaKWocCDFHf9SPH+Xp65yG+XsI2AHOIhN
tgIbbTPEqVP8JPvjZ/5OeYCb/inaWbZjprOkvNfMC+vInIMVwU7+TXf1Thjt85N/
wMFkxvVsQvktreELVTKRCU6q37v0jBmwSp++iMkYAEEyEbTh+cMECTZJB248ELUq
mJ1NG0835TNlQW+LeiessdVSnKiQGbiqNSrPB90AKtS20JJk47t4qi7eSPLSXjAG
wclWAZZG7FirpFAuuzegNJ6Q9JiWVAQ/XV14tcpr1h6ospLTMvVlw09n0OFFw6v3
ph469qbATWzSw9MkYBHgF04QGtPt49VOYRx26tLW2fjh8RUcaOl+R/9yLgYglUqJ
CjPPZKVsOMlhqFrm4TTWPB/W0EZPJhU62CwykkhxN5vYew0Mf24ve9zCAeRMHNKz
/Pw6b5lKdeUss6JWJcFWZBkqxWbOh4FmGPr/qbgInNNlnvxteE4=
=Rc1e
-----END PGP SIGNATURE-----
--- End Message ---