drop python3-* on F30+
Resolves: rhbz#1634992 Version: 1.1-3
This commit is contained in:
parent
e14e92bd2c
commit
86a86c4957
@ -1,6 +1,10 @@
|
|||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
%bcond_without python2
|
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
|
%if 0%{?fedora} > 29
|
||||||
|
%bcond_with python2
|
||||||
|
%else
|
||||||
|
%bcond_without python2
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
%if 0%{?rhel} > 7
|
%if 0%{?rhel} > 7
|
||||||
%bcond_with python2
|
%bcond_with python2
|
||||||
@ -26,7 +30,7 @@ There is a limited support for (deprecated) optparse objects, too.
|
|||||||
|
|
||||||
Name: argparse-manpage
|
Name: argparse-manpage
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: %{sum Python}
|
Summary: %{sum Python}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -138,6 +142,9 @@ PYTHONPATH=%buildroot%python3_sitearch %__python3 -m pytest
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 02 2018 Pavel Raiskup <praiskup@redhat.com> - 1.1-3
|
||||||
|
- drop python3 on F30+ (rhbz#1634992)
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user