From aff1cfd6f3923ce8be431d72a4b42828252a8d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 16 Aug 2019 19:15:26 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- dnf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dnf.spec b/dnf.spec index ee8083f..1995095 100644 --- a/dnf.spec +++ b/dnf.spec @@ -80,7 +80,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf Version: 4.2.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING License: GPLv2+ and GPLv2 and GPL @@ -506,6 +506,9 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars %endif %changelog +* Fri Aug 16 2019 Miro HronĨok - 4.2.9-2 +- Rebuilt for Python 3.8 + * Tue Aug 13 2019 Pavla Kratochvilova - 4.2.9-1 - Update to 4.2.9 - Accept multiple specs in repoquery options (RhBug:1667898)