spec: enable pyhton3 subpackage for fedora only
Version: 1.2-10
This commit is contained in:
parent
2e851c8ab6
commit
7e487e6016
1 changed files with 5 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue