From de3827f992ab96c8cd63bb55fc7dda3aabcadb33 Mon Sep 17 00:00:00 2001 From: Michal Luscon Date: Dec 15 2016 12:18:24 +0000 Subject: rebuild for py3 Signed-off-by: Michal Luscon --- diff --git a/dnf.spec b/dnf.spec index b52c22a..b811988 100644 --- a/dnf.spec +++ b/dnf.spec @@ -25,7 +25,7 @@ Name: dnf Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver # For a breakdown of the licensing, see PACKAGE-LICENSING License: GPLv2+ and GPLv2 and GPL @@ -332,6 +332,9 @@ popd %endif %changelog +* Thu Dec 15 2016 mluscon - 2.0.0-2 +- rebuild py36 + * Wed Dec 14 2016 Michal Luscon 2.0.0-1 - tests: catch ModuleNotFoundError as well (Igor Gnatenko) - Switch out automatic service for automatic-download and automatic-install