From 9f7dfbba3cb45a2cd4c6c90eef0843f54361c615 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 12 Apr 2018 12:46:49 -0400 Subject: [PATCH] Re-enable the python2 subpackages on Fedora for now. Some programs still need it and have not moved to python3 yet. (#1564347) --- pykickstart.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pykickstart.spec b/pykickstart.spec index 9302362..f1e32bf 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -6,7 +6,7 @@ Name: pykickstart Version: 3.12 -Release: 3%{?dist} +Release: 2.1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries Summary: Python utilities for manipulating kickstart files. @@ -15,6 +15,7 @@ Url: http://fedoraproject.org/wiki/pykickstart # our distribution. Thus the source is only available from # within this srpm. Source0: %{name}-%{version}.tar.gz +Patch0: p1 BuildArch: noarch @@ -72,6 +73,7 @@ the pykickstart package. %prep %setup -q +%patch0 -p1 %if %{with python2} rm -rf %{py3dir}