From 1ae92933242bf73131e035b040b56dde6d68c91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 22 Jun 2018 07:44:20 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-productmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-productmd.spec b/python-productmd.spec index 332a05e..18dc567 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library providing parsers for metadata related to OS installation License: LGPLv2+ @@ -87,6 +87,9 @@ Requires: python%{python3_pkgversion}-six %endif %changelog +* Fri Jun 22 2018 Lubomír Sedlář - 1.15-2 +- Rebuilt for Python 3.7 + * Wed Jun 20 2018 Lubomír Sedlář - 1.15-1 - Add missing _modules attribute to Compose - composeinfo: add docs for Compose class