diff --git a/pykickstart.spec b/pykickstart.spec index 1305002..48fef0b 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -4,7 +4,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart Version: 1.5 -Release: 1%{?dist} +Release: 2%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -15,7 +15,7 @@ Group: System Environment/Libraries BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, gettext -Requires: python, python-urlgrabber +Requires: python, python-urlgrabber, rhpl %description The pykickstart package is a python library for manipulating kickstart @@ -42,6 +42,9 @@ rm -rf %{buildroot} %{_bindir}/ksvalidator %changelog +* Thu Jul 19 2007 Chris Lumens 1.5-2 +- Require rhpl (#248953). + * Tue Jul 17 2007 Chris Lumens 1.5-1 - Fix traceback when calling preprocessKickstart. diff --git a/sources b/sources index ba1e337..f2aa36b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -72f3dff8fd1ffb2ada8eabbc3f0f8ada pykickstart-1.5.tar.gz +168c21746af8f6def143447b7a556cbf pykickstart-1.5.tar.gz