spec: enable pyhton3 subpackage for fedora only

Version: 1.2-10
This commit is contained in:
Pavel Raiskup 2016-12-08 19:27:12 +01:00
commit 7e487e6016

View file

@ -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 <praiskup@redhat.com> - 1.2-10
- keep enabled python3 subpackage only in fedora, and merge into epel7
* Tue Nov 01 2016 Pavel Raiskup <praiskup@redhat.com> - 1.2-9
- fix avg counter for copr-cli (rhbz#1299634)