diff --git a/libvirt-python.spec b/libvirt-python.spec index c6a2c28..d069873 100644 --- a/libvirt-python.spec +++ b/libvirt-python.spec @@ -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 - 5.6.0-1 +- Update to version 5.6.0 +- Drop python2 bindings for f31+ + * Thu Jul 25 2019 Fedora Release Engineering - 5.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild