From 166e07aab0608d32a59da2033bc328f4de396d4d Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 22 2020 21:19:49 +0000 Subject: Bootstrap for Python 3.9 --- diff --git a/librepo.spec b/librepo.spec index b5ec5d1..7075123 100644 --- a/librepo.spec +++ b/librepo.spec @@ -1,3 +1,4 @@ +%global _without_pythontests 1 %global libcurl_version 7.28.0 %if 0%{?rhel} && 0%{?rhel} <= 7 @@ -27,7 +28,7 @@ Name: librepo Version: 1.11.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Repodata downloading library License: LGPLv2+ @@ -189,6 +190,9 @@ popd %endif %changelog +* Fri May 22 2020 Miro Hrončok - 1.11.3-2 +- Bootstrap for Python 3.9 + * Wed Apr 01 2020 Ales Matej - 1.11.3-1 - Update to 1.11.3 - Prefer mirrorlist/metalink over baseurl (RhBug:1775184)