From 7e487e6016da1cb881b81faa47df94e406ff1258 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 8 Dec 2016 19:27:12 +0100 Subject: [PATCH] spec: enable pyhton3 subpackage for fedora only Version: 1.2-10 --- python-progress.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-progress.spec b/python-progress.spec index 314ffb8..ac1b8c3 100644 --- a/python-progress.spec +++ b/python-progress.spec @@ -1,10 +1,10 @@ # Created by pyp2rpm-0.5.2 %global pypi_name progress -%global with_python3 1 +%global with_python3 0%{?fedora} Name: python-%{pypi_name} Version: 1.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Easy to use progress bars License: ISC @@ -81,6 +81,9 @@ popd %endif # with_python3 %changelog +* Thu Dec 08 2016 Pavel Raiskup - 1.2-10 +- keep enabled python3 subpackage only in fedora, and merge into epel7 + * Tue Nov 01 2016 Pavel Raiskup - 1.2-9 - fix avg counter for copr-cli (rhbz#1299634)