From 079b370cf0cdcf6c1d51041f862ddb91b8267ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 14:08:45 +0200 Subject: [PATCH] Bootstrap for Python 3.7 --- librepo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/librepo.spec b/librepo.spec index 93a3d9a..0aa0921 100644 --- a/librepo.spec +++ b/librepo.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %if 0%{?rhel} && 0%{?rhel} <= 7 # Do not build bindings for python3 for RHEL <= 7 %bcond_with python3 @@ -10,7 +11,7 @@ Name: librepo Version: 1.8.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Repodata downloading library License: LGPLv2+ @@ -142,6 +143,9 @@ popd %endif %changelog +* Fri Jun 15 2018 Miro HronĨok - 1.8.1-8 +- Bootstrap for Python 3.7 + * Thu Feb 08 2018 Igor Gnatenko - 1.8.1-7 - Add if conditionals around pyxattr