From fa630a378837fb5f148d667b7987802dc65b75eb Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Fri, 15 Oct 2021 06:12:00 +0000 Subject: [PATCH] Provides python2-rtslib --- python-rtslib-fb.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-rtslib-fb.spec b/python-rtslib-fb.spec index c27a91a..b4ef5a7 100644 --- a/python-rtslib-fb.spec +++ b/python-rtslib-fb.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-rtslib-fb Version: 2.1.66 -Release: 1 +Release: 2 Summary: API for Linux kernel SCSI target (aka LIO) License: Apache-2.0 URL: http://github.com/open-iscsi/rtslib-fb @@ -12,7 +12,7 @@ BuildArch: noarch %package -n python2-rtslib-fb Summary: API for Linux kernel SCSI target (aka LIO) -Provides: python2-rtslib-fb +Provides: python2-rtslib-fb, python2-rtslib BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-rtslib-fb @@ -65,5 +65,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 15 2021 OpenStack_SIG +- Provides python2-rtslib * Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee