diff --git a/pykickstart.spec b/pykickstart.spec index 027b466..5685055 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,13 +3,14 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Version: 0.30 -Release: 1 +Release: 2 Source0: %{name}-%{version}.tar.gz License: GPL Group: System Environment/Libraries BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-root BuildRequires: python-devel +BuildRequires: gettext Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]") Requires: python-urlgrabber @@ -38,6 +39,10 @@ rm -rf $RPM_BUILD_ROOT /usr/share/locale/*/*/* %changelog +* Tue Jun 06 2006 Chris Lumens 0.30-2 +- Add BuildRequires to fix building under mock (#194156, Joost Soeterbroek + ). + * Thu May 25 2006 Chris Lumens 0.30-1 - Change order of LVM-related writing functions (#193073). - Require urlgrabber. diff --git a/sources b/sources index 399c5b8..11e9be4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -237c5e6b4c1ac1c2a82cec266f48137f pykickstart-0.30.tar.gz +50b19bbc7281e0fe26e48308f3efab5d pykickstart-0.30.tar.gz