From 1ede9da722dc46cec7658c43b3110bf92a5332a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Jun 2018 14:42:42 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- librepo.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/librepo.spec b/librepo.spec index 0aa0921..ee4f0ca 100644 --- a/librepo.spec +++ b/librepo.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %if 0%{?rhel} && 0%{?rhel} <= 7 # Do not build bindings for python3 for RHEL <= 7 %bcond_with python3 @@ -11,7 +10,7 @@ Name: librepo Version: 1.8.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Repodata downloading library License: LGPLv2+ @@ -143,6 +142,9 @@ popd %endif %changelog +* Mon Jun 18 2018 Miro Hrončok - 1.8.1-9 +- Rebuilt for Python 3.7 + * Fri Jun 15 2018 Miro Hrončok - 1.8.1-8 - Bootstrap for Python 3.7