From ca75b53fc78e703ef6c02a73e02a08f2591cb363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 2 Jul 2018 18:24:00 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- pywbem.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pywbem.spec b/pywbem.spec index 04abbb1..12af838 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -8,7 +8,7 @@ Name: pywbem Version: 0.12.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python WBEM client interface and related utilities Group: Development/Libraries License: LGPLv2 @@ -136,6 +136,9 @@ rm -rf %{buildroot}/usr/bin/*.bat %doc README.rst %changelog +* Mon Jul 02 2018 Miro HronĨok - 0.12.3-5 +- Rebuilt for Python 3.7 + * Tue Jun 26 2018 Gris Ge - 0.12.3-4 - iAdd missing dependency -- python3-devel