From d5ba7d3e4a89d3b741397beb72c41fd58c7d2ebb Mon Sep 17 00:00:00 2001 From: tzing_t Date: Mon, 6 Nov 2023 07:46:46 +0000 Subject: [PATCH] Add Conflicts with python-rtslib-fb package --- 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..93b89e2 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: python-rtslib BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr @@ -73,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 06 2023 zhengting - 2.1.74-2 +- Add Conflicts with python-rtslib-fb package + * Mon Jul 12 2021 OpenStack_SIG - Package Spec generate -- Gitee