Update to version 5.6.0
Drop python2 bindings for f31+ Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
4221f603db
commit
73dd5aac15
@ -13,7 +13,7 @@
|
||||
%endif
|
||||
|
||||
%define _with_python2 1
|
||||
%if 0%{?fedora} > 31 || 0%{?rhel} > 7
|
||||
%if 0%{?fedora} > 30 || 0%{?rhel} > 7
|
||||
%define _with_python2 0
|
||||
%endif
|
||||
|
||||
@ -33,8 +33,8 @@
|
||||
|
||||
Summary: The libvirt virtualization API python2 binding
|
||||
Name: libvirt-python
|
||||
Version: 5.5.0
|
||||
Release: 2%{?dist}
|
||||
Version: 5.6.0
|
||||
Release: 1%{?dist}
|
||||
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
|
||||
Url: http://libvirt.org
|
||||
License: LGPLv2+
|
||||
@ -182,7 +182,12 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
|
||||
%{python3_sitearch}/*egg-info
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 06 2019 Cole Robinson <crobinso@redhat.com> - 5.6.0-1
|
||||
- Update to version 5.6.0
|
||||
- Drop python2 bindings for f31+
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user