From 73dd5aac15ed33b12d2b831139d3dd39898d65e2 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 6 Aug 2019 14:37:05 -0400 Subject: [PATCH] Update to version 5.6.0 Drop python2 bindings for f31+ Signed-off-by: Cole Robinson --- libvirt-python.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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