!3 Bump version to 4.4.12
From: @crrs666 Reviewed-by: @jxy_git Signed-off-by: @jxy_git
This commit is contained in:
commit
d6dd523d25
Binary file not shown.
BIN
ovirt-engine-sdk-python-4.4.12.tar.gz
Normal file
BIN
ovirt-engine-sdk-python-4.4.12.tar.gz
Normal file
Binary file not shown.
@ -1,43 +1,55 @@
|
|||||||
%global tar_version 4.3.2
|
%global tar_version 4.4.12
|
||||||
|
|
||||||
Name: python-ovirt-engine-sdk4
|
Name: python-ovirt-engine-sdk4
|
||||||
Summary: Python SDK for version 4 of the oVirt Engine API
|
Summary: Python SDK for version 4 of the oVirt Engine API
|
||||||
Version: 4.3.2
|
Version: 4.4.12
|
||||||
Release: 2%{?dist}
|
Release: 1
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://ovirt.org
|
URL: http://ovirt.org
|
||||||
Source: ovirt-engine-sdk-python-%{tar_version}.tar.gz
|
Source: https://resources.ovirt.org/pub/ovirt-4.4/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-%{tar_version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: python2-devel
|
|
||||||
|
|
||||||
Requires: libxml2
|
Requires: libxml2
|
||||||
Requires: python
|
|
||||||
Requires: python-enum34
|
|
||||||
Requires: python-pycurl
|
|
||||||
Requires: python-six
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the Python SDK for version 4 of the oVirt Engine
|
This package contains the Python SDK for version 4 of the oVirt Engine
|
||||||
API.
|
API.
|
||||||
|
|
||||||
|
%package -n python3-ovirt-engine-sdk4
|
||||||
|
Summary: oVirt Engine Software Development Kit (Python)
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
Requires: libxml2
|
||||||
|
Requires: python3
|
||||||
|
Requires: python3-pycurl >= 7.43.0-6
|
||||||
|
Requires: python3-six
|
||||||
|
|
||||||
|
%description -n python3-ovirt-engine-sdk4
|
||||||
|
This package contains the Python 3 SDK for version 4 of the oVirt Engine
|
||||||
|
API.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ovirt-engine-sdk-python-%{tar_version}
|
%setup -q -n ovirt-engine-sdk-python-%{tar_version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
%py3_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py2_install
|
%py3_install
|
||||||
|
|
||||||
%files
|
|
||||||
|
%files -n python3-ovirt-engine-sdk4
|
||||||
%doc README.adoc
|
%doc README.adoc
|
||||||
%doc examples
|
%doc examples
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python2_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 28 2021 wangdi <wangdi@kylinos.cn> - 4.4.12-1
|
||||||
|
- Bump version to 4.4.12
|
||||||
|
|
||||||
* Thu Mar 5 2020 di.wang <di.wang@cs2c.com.cn> - 4.3.2-2
|
* Thu Mar 5 2020 di.wang <di.wang@cs2c.com.cn> - 4.3.2-2
|
||||||
- Package Initialization
|
- Package Initialization
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user