Update to 4.2.0 release
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
bc79ee1478
commit
0daaf6d695
@ -13,6 +13,10 @@
|
||||
%endif
|
||||
|
||||
%define _with_python2 1
|
||||
%if 0%{?fedora} > 29 || 0%{?rhel} > 7
|
||||
%define _with_python2 0
|
||||
%endif
|
||||
|
||||
%define _with_python3 0
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%define _with_python3 1
|
||||
@ -29,7 +33,7 @@
|
||||
|
||||
Summary: The libvirt virtualization API python2 binding
|
||||
Name: libvirt-python
|
||||
Version: 4.1.0
|
||||
Version: 4.2.0
|
||||
Release: 1%{?dist}%{?extra_release}
|
||||
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
|
||||
Url: http://libvirt.org
|
||||
@ -167,6 +171,10 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 3 2018 Daniel P. Berrangé <berrange@redhat.com> - 4.2.0-1
|
||||
- Update to 4.2.0 release
|
||||
- Set python2 to be disabled from Fedora 30 onwards
|
||||
|
||||
* Mon Mar 5 2018 Daniel P. Berrange <berrange@redhat.com> - 4.1.0-1
|
||||
- Update to 4.1.0 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libvirt-python-4.1.0.tar.gz) = 533c46c6827b0c3397713b39a7c6486e1bad40571907aa48da7818ad15569d4e01e33ffc787beb9486fc84b361985aa1d30ea474555d55494143f71dfea26947
|
||||
SHA512 (libvirt-python-4.2.0.tar.gz) = 4c06d7de470ff22ee5983598e66d26a3e850998311c8061952f9f6b5be0a7a0f437e2b214d3d66bf465acec9afb925dfb6dd0cd756ed78e818d19e15e7cfdf6a
|
||||
|
Loading…
Reference in New Issue
Block a user