From 03908e2c0945511f7a6bdcbbc6b2bb6ae6aaeba4 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Thu, 11 Aug 2022 14:29:47 +0800 Subject: [PATCH] Provides python3-rtslib-fb --- python-rtslib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-rtslib.spec b/python-rtslib.spec index c539571..6ed7129 100644 --- a/python-rtslib.spec +++ b/python-rtslib.spec @@ -4,7 +4,7 @@ Name: python-rtslib Version: 2.1.74 -Release: 1 +Release: 2 Summary: Python object API for Linux kernel LIO SCSI target License: ASL 2.0 @@ -31,6 +31,7 @@ Summary: Python3 object API for Linux kernel LIO SCSI target BuildRequires: python3-devel, python3-setuptools Requires: python3-kmod, python3-six, python3-pyudev %{?python_provide:%python_provide python3-rtslib} +provides: python3-%{oname} %description -n python3-rtslib python3-rtslib is a python object API for generic Linux SCSI kernel @@ -118,6 +119,9 @@ install -m 644 doc/saveconfig.json.5.gz %{buildroot}%{_mandir}/man5/ %{_mandir}/man5/saveconfig.json.5.gz %changelog +* Thu Aug 11 2022 huangtianhua - 2.1.74-2 +- Provides python3-rtslib-fb + * Tue Nov 16 2021 Wenchao Hao - 2.1.74-1 - update to rtslib-fb-2.1.74 -- Gitee