drop python3-* on F30+

Resolves: rhbz#1634992
Version: 1.1-3
This commit is contained in:
Pavel Raiskup 2018-10-02 15:30:39 +02:00
parent e14e92bd2c
commit 86a86c4957

View File

@ -1,6 +1,10 @@
%if 0%{?fedora}
%bcond_without python2
%bcond_without python3
%if 0%{?fedora} > 29
%bcond_with python2
%else
%bcond_without python2
%endif
%else
%if 0%{?rhel} > 7
%bcond_with python2
@ -26,7 +30,7 @@ There is a limited support for (deprecated) optparse objects, too.
Name: argparse-manpage
Version: 1.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: %{sum Python}
BuildArch: noarch
@ -138,6 +142,9 @@ PYTHONPATH=%buildroot%python3_sitearch %__python3 -m pytest
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild