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}