From 86a86c4957113b532d841b41e9eeaae63511c885 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 2 Oct 2018 15:30:39 +0200 Subject: [PATCH] drop python3-* on F30+ Resolves: rhbz#1634992 Version: 1.1-3 --- argparse-manpage.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/argparse-manpage.spec b/argparse-manpage.spec index a81e936..60242b1 100644 --- a/argparse-manpage.spec +++ b/argparse-manpage.spec @@ -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 - 1.1-3 +- drop python3 on F30+ (rhbz#1634992) + * Thu Jul 12 2018 Fedora Release Engineering - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild