Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ceph-iscsi for openSUSE:Factory checked in at 2022-06-18 22:05:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ceph-iscsi (Old) and /work/SRC/openSUSE:Factory/.ceph-iscsi.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ceph-iscsi" Sat Jun 18 22:05:28 2022 rev:24 rq:983182 version:3.5+1655410541.gf482c7a Changes: -------- --- /work/SRC/openSUSE:Factory/ceph-iscsi/ceph-iscsi.changes 2022-03-23 20:16:14.818390410 +0100 +++ /work/SRC/openSUSE:Factory/.ceph-iscsi.new.1548/ceph-iscsi.changes 2022-06-18 22:05:35.763605493 +0200 @@ -1,0 +2,6 @@ +Thu Jun 16 20:30:47 UTC 2022 - Stefen Allen <stefen.al...@suse.com> + +- Update to 3.5+1655410541.gf482c7a. + + Improve werkzeug version checking (bsc#1198435) + +------------------------------------------------------------------- Old: ---- ceph-iscsi-3.5+1647618797.gb7bc626.tar.gz New: ---- ceph-iscsi-3.5+1655410541.gf482c7a.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ceph-iscsi.spec ++++++ --- /var/tmp/diff_new_pack.7yxGmU/_old 2022-06-18 22:05:36.235606163 +0200 +++ /var/tmp/diff_new_pack.7yxGmU/_new 2022-06-18 22:05:36.239606169 +0200 @@ -19,7 +19,7 @@ %endif Name: ceph-iscsi -Version: 3.5+1647618797.gb7bc626 +Version: 3.5+1655410541.gf482c7a Release: 1%{?dist} Group: System/Filesystems Summary: Python modules for Ceph iSCSI gateway configuration management ++++++ ceph-iscsi-3.5+1647618797.gb7bc626.tar.gz -> ceph-iscsi-3.5+1655410541.gf482c7a.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ceph-iscsi-3.5+1647618797.gb7bc626/ceph-iscsi.spec new/ceph-iscsi-3.5+1655410541.gf482c7a/ceph-iscsi.spec --- old/ceph-iscsi-3.5+1647618797.gb7bc626/ceph-iscsi.spec 2022-03-18 16:53:17.033268010 +0100 +++ new/ceph-iscsi-3.5+1655410541.gf482c7a/ceph-iscsi.spec 2022-06-16 22:15:41.785623493 +0200 @@ -19,7 +19,7 @@ %endif Name: ceph-iscsi -Version: 3.5+1647618797.gb7bc626 +Version: 3.5+1655410541.gf482c7a Release: 1%{?dist} Group: System/Filesystems Summary: Python modules for Ceph iSCSI gateway configuration management diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ceph-iscsi-3.5+1647618797.gb7bc626/rbd-target-api.py new/ceph-iscsi-3.5+1655410541.gf482c7a/rbd-target-api.py --- old/ceph-iscsi-3.5+1647618797.gb7bc626/rbd-target-api.py 2022-03-18 16:53:16.623268003 +0100 +++ new/ceph-iscsi-3.5+1655410541.gf482c7a/rbd-target-api.py 2022-06-16 22:15:41.613627349 +0200 @@ -2879,7 +2879,7 @@ return None ver, rel, mod = werkzeug.__version__.split('.') - if int(rel) > 9: + if int(ver) > 0 or int(rel) > 9: logger.info("API server using TLSv1.2") context = ssl.SSLContext(ssl.PROTOCOL_TLSv1_2)