From e8d97ac0273ceee3c4a0d9b8fe2c425b3b3885f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:46:49 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- libvirt-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libvirt-python.spec b/libvirt-python.spec index 1f42648..0b31665 100644 --- a/libvirt-python.spec +++ b/libvirt-python.spec @@ -34,7 +34,7 @@ Summary: The libvirt virtualization API python2 binding Name: libvirt-python Version: 4.4.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+ @@ -171,6 +171,9 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build %endif %changelog +* Tue Jun 19 2018 Miro Hrončok - 4.4.0-2 +- Rebuilt for Python 3.7 + * Tue Jun 5 2018 Daniel P. Berrangé - 4.4.0-1 - Update to 4.4.0 release