From 5fd7ff8ec0e37feed5a115975aaabc8c3702a07d Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Thu, 25 May 2006 20:12:34 +0000 Subject: [PATCH] Bump version. --- .cvsignore | 1 + pykickstart.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index cf2b8ea..6375a39 100644 --- a/.cvsignore +++ b/.cvsignore @@ -19,3 +19,4 @@ pykickstart-0.26.tar.gz pykickstart-0.27.tar.gz pykickstart-0.28.tar.gz pykickstart-0.29.tar.gz +pykickstart-0.30.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 60f368d..027b466 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart -Version: 0.29 +Version: 0.30 Release: 1 Source0: %{name}-%{version}.tar.gz License: GPL @@ -11,6 +11,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-root BuildRequires: python-devel Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]") +Requires: python-urlgrabber %description The pykickstart package is a python library for manipulating kickstart @@ -37,6 +38,14 @@ rm -rf $RPM_BUILD_ROOT /usr/share/locale/*/*/* %changelog +* Thu May 25 2006 Chris Lumens 0.30-1 +- Change order of LVM-related writing functions (#193073). +- Require urlgrabber. +- Return a more useful error message on unknown commands. +- Fix logvol writing typo. +- Make ksvalidator validate from a URL in addition to a file. +- Don't write out an empty packages section (#192851). + * Tue May 23 2006 Chris Lumens 0.29-1 - Add multipath command, handlers, and data objects (pjones). - Rename --ports to --port in writer. diff --git a/sources b/sources index 0981a71..399c5b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab5932e23c57a4eca108342c10b0ae51 pykickstart-0.29.tar.gz +237c5e6b4c1ac1c2a82cec266f48137f pykickstart-0.30.tar.gz