diff --git a/python-rtslib.spec b/python-rtslib.spec index b9824a5..bed1037 100644 --- a/python-rtslib.spec +++ b/python-rtslib.spec @@ -7,7 +7,7 @@ Name: python-rtslib License: ASL 2.0 Summary: API for Linux kernel LIO SCSI target Version: 2.1.74 -Release: 5%{?dist} +Release: 6%{?dist} URL: https://github.com/open-iscsi/%{oname} Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz Patch0: 0001-Turn-off-unsupported-fabrics.patch @@ -128,6 +128,9 @@ install -m 644 doc/saveconfig.json.5 %{buildroot}%{_mandir}/man5/ %endif %changelog +* Mon Jul 12 2021 Maurizio Lombardi - 2.1.74-6 +- Fix the gating tests + * Thu Jun 24 2021 Maurizio Lombardi - 2.1.74-5 - Add the gating.yaml file diff --git a/tests/tests.yml b/tests/tests.yml index f844ced..91e9a75 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -9,13 +9,13 @@ repositories: - repo: "https://gitlab.com/rh-kernel-stqe/python-stqe.git" dest: "python-stqe" - version: stable + version: "1005e0098effe9d1d04636ebefc99045e17bffcf" tests: # Install python-stqe first # make sure we use same version of libsan - install_stqe: dir: python-stqe - run: pip3 install libsan==0.3.0 && python3 setup.py install --prefix= + run: pip3 install libsan==0.3.2 && python3 setup.py install --prefix= - iscsi-initiator-utils: dir: ./ run: stqe-test run --fmf -f tags:targetcli_basic