Bump version.

This commit is contained in:
Christopher Edward Lumens 2006-06-06 13:58:23 +00:00
parent 5fd7ff8ec0
commit 6f9cfea1bd
2 changed files with 7 additions and 2 deletions

View File

@ -3,13 +3,14 @@
Summary: A python library for manipulating kickstart files Summary: A python library for manipulating kickstart files
Name: pykickstart Name: pykickstart
Version: 0.30 Version: 0.30
Release: 1 Release: 2
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
License: GPL License: GPL
Group: System Environment/Libraries Group: System Environment/Libraries
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: gettext
Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]") Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]")
Requires: python-urlgrabber Requires: python-urlgrabber
@ -38,6 +39,10 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/locale/*/*/* /usr/share/locale/*/*/*
%changelog %changelog
* Tue Jun 06 2006 Chris Lumens <clumens@redhat.com> 0.30-2
- Add BuildRequires to fix building under mock (#194156, Joost Soeterbroek
<fedora AT soeterbroek.com>).
* Thu May 25 2006 Chris Lumens <clumens@redhat.com> 0.30-1 * Thu May 25 2006 Chris Lumens <clumens@redhat.com> 0.30-1
- Change order of LVM-related writing functions (#193073). - Change order of LVM-related writing functions (#193073).
- Require urlgrabber. - Require urlgrabber.

View File

@ -1 +1 @@
237c5e6b4c1ac1c2a82cec266f48137f pykickstart-0.30.tar.gz 50b19bbc7281e0fe26e48308f3efab5d pykickstart-0.30.tar.gz