From 718a752d34c573f4a2b1a7728b54d916cc2969dc Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 1 Jun 2023 07:09:19 +0000 Subject: [PATCH] Add conflicts with python3-rtslib (cherry picked from commit fd61017fee47c351114e280fbb9c9b8ca3cfca09) --- python-rtslib-fb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-rtslib-fb.spec b/python-rtslib-fb.spec index d59f98d..e9f192b 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.74 -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 @@ -14,6 +14,7 @@ API for generic Linux SCSI kernel target. Includes the 'target' service and targ %package -n python3-rtslib-fb Summary: API for Linux kernel SCSI target (aka LIO) Provides: python-rtslib-fb +Conflicts: python3-rtslib BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr @@ -73,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 01 2023 Han Guangyu - 2.1.74-2 +- Add conflicts with python3-rtslib + * Mon Jul 12 2021 OpenStack_SIG - Package Spec generate -- Gitee