python-rtslib/python-rtslib.spec.rej
Maurizio Lombardi 7228f9d063 Use the default_dbroot instead of preferred_dbroot. Disable
all of the unsupported fabrics

Resolves: RHEL-64990

Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
2024-10-30 11:16:14 +01:00

28 lines
1.0 KiB
Plaintext

--- 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 <mlombard@redhat.com> - 2.1.76-9
+- Fix RHEL-64990 (dbroot fix and disable unsupported fabrics)
+
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.1.76-8
- Bump release for June 2024 mass rebuild