From 4ed6693e051e01cdc706c70af8f77404523acc22 Mon Sep 17 00:00:00 2001 From: Jaroslav Mracek Date: Fri, 29 Jun 2018 11:54:07 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- librepo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/librepo.spec b/librepo.spec index 851f2ad..6ec34b0 100644 --- a/librepo.spec +++ b/librepo.spec @@ -11,7 +11,7 @@ Name: librepo Version: 1.9.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Repodata downloading library License: LGPLv2+ @@ -156,6 +156,9 @@ popd %endif %changelog +* Fri Jun 29 2018 Jaroslav Mracek - 1.9.0-3 +- Rebuilt for Python 3.7 + * Tue Jun 26 2018 Igor Gnatenko - 1.9.0-2 - Fix ldconfig_scriptlets once more