--- python-rtslib.spec +++ python-rtslib.spec @@ -7,11 +7,12 @@ Name: python-rtslib License: Apache-2.0 Summary: API for Linux kernel LIO SCSI target Version: 2.1.76 -Release: 8%{?dist} +Release: 9%{?dist} URL: https://github.com/open-iscsi/%{oname} Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz -Patch0: 0001-disable-xen_pvscsi.patch +Patch0: 0001-Turn-off-unsupported-fabrics.patch Patch1: 0002-rtslib-explicitely-import-kmod.error-and-kmod.Kmod.patch +Patch2: 0003-default_dbroot.patch BuildArch: noarch %if %{with apidocs} BuildRequires: epydoc @@ -129,6 +131,9 @@ install -m 644 doc/saveconfig.json.5 %{buildroot}%{_mandir}/man5/ %endif %changelog +* Wed Oct 30 2024 Maurizio Lombardi - 2.1.76-9 +- Fix RHEL-64990 (dbroot fix and disable unsupported fabrics) + * Mon Jun 24 2024 Troy Dawson - 2.1.76-8 - Bump release for June 2024 mass rebuild