From 016cdad35105f2fe054a9f20ebe71d6eb31fef35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:36 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- libvirt-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libvirt-python.spec b/libvirt-python.spec index ac64f76..66cc5a5 100644 --- a/libvirt-python.spec +++ b/libvirt-python.spec @@ -7,7 +7,7 @@ Summary: The libvirt virtualization API python2 binding Name: libvirt-python Version: 2.5.0 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz Url: http://libvirt.org License: LGPLv2+ @@ -95,6 +95,9 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*egg-info %endif %changelog +* Mon Dec 19 2016 Miro HronĨok - 2.5.0-2 +- Rebuild for Python 3.6 + * Mon Dec 5 2016 Daniel P. Berrange - 2.5.0-1 - Update to 2.5.0 release