fix install error

This commit is contained in:
tzing_t 2023-11-15 07:08:30 +00:00
parent 5512c883e1
commit 1fd703909b

View File

@ -4,7 +4,7 @@
Name: python-os-xenapi Name: python-os-xenapi
Version: 0.3.4 Version: 0.3.4
Release: 1%{?dist} Release: 2
Summary: XenAPI library for OpenStack projects Summary: XenAPI library for OpenStack projects
License: Apache-2.0 License: Apache-2.0
URL: http://launchpad.net/os-xenapi/ URL: http://launchpad.net/os-xenapi/
@ -17,7 +17,6 @@ BuildRequires: openstack-macros
%package -n python3-os-xenapi %package -n python3-os-xenapi
Summary: XenAPI client library for OpenStack projects Summary: XenAPI client library for OpenStack projects
%{?python_provide:%python_provide python3-os-xenapi} %{?python_provide:%python_provide python3-os-xenapi}
Obsoletes: python2-os-xenapi < 0.3.4-1
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-pbr >= 2.0.0 BuildRequires: python3-pbr >= 2.0.0
@ -52,7 +51,7 @@ XenAPI library for OpenStack projects.
%package -n python3-os-xenapi-tests %package -n python3-os-xenapi-tests
Summary: Tests for XenAPI library for OpenStack projects 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-oslotest
Requires: python3-os-testr Requires: python3-os-testr
Requires: python3-testrepository Requires: python3-testrepository
@ -127,5 +126,8 @@ ostestr --color --slowest --blacklist_file exclusion_py3.txt
%endif %endif
%changelog %changelog
* Wed Nov 2023 zhengting <zhengting13@huawei.com> - 0.3.4-2
- Fix package install error
* Thu Jan 13 2021 Python_Bot <Python_Bot@openeuler.org> * Thu Jan 13 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated