From 1fd703909b0520b31ab748e34d968b3a0f8a54e8 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Wed, 15 Nov 2023 07:08:30 +0000 Subject: [PATCH] fix install error --- python-os-xenapi.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-os-xenapi.spec b/python-os-xenapi.spec index 03a5b04..d4f0bc4 100644 --- a/python-os-xenapi.spec +++ b/python-os-xenapi.spec @@ -4,7 +4,7 @@ Name: python-os-xenapi Version: 0.3.4 -Release: 1%{?dist} +Release: 2 Summary: XenAPI library for OpenStack projects License: Apache-2.0 URL: http://launchpad.net/os-xenapi/ @@ -17,7 +17,6 @@ BuildRequires: openstack-macros %package -n python3-os-xenapi Summary: XenAPI client library for OpenStack projects %{?python_provide:%python_provide python3-os-xenapi} -Obsoletes: python2-os-xenapi < 0.3.4-1 BuildRequires: python3-devel BuildRequires: python3-pbr >= 2.0.0 @@ -52,7 +51,7 @@ XenAPI library for OpenStack projects. %package -n python3-os-xenapi-tests Summary: Tests for XenAPI library for OpenStack projects -Requires: python3-os-xenapi = 0.3.4-1 +Requires: python3-os-xenapi Requires: python3-oslotest Requires: python3-os-testr Requires: python3-testrepository @@ -127,5 +126,8 @@ ostestr --color --slowest --blacklist_file exclusion_py3.txt %endif %changelog +* Wed Nov 2023 zhengting - 0.3.4-2 +- Fix package install error + * Thu Jan 13 2021 Python_Bot - Package Spec generated