From 2bde272a859fb97f234142728ca94075e6e5fa24 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Thu, 19 Jan 2006 21:45:57 +0000 Subject: [PATCH] Bump version. --- .cvsignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index a3d5c54..12a55b7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ pykickstart-0.9.tar.gz pykickstart-0.10.tar.gz pykickstart-0.11.tar.gz pykickstart-0.12.tar.gz +pykickstart-0.13.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 58cdb95..77c6f4a 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart -Version: 0.12 +Version: 0.13 Release: 1 Source0: %{name}-%{version}.tar.gz License: GPL @@ -36,6 +36,10 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/ksvalidator %changelog +* Thu Jan 19 2006 Chris Lumens 0.13-1 +- Recognize the --eject parameter to shutdown/halt. +- Store the exact post-installation action in ksdata. + * Mon Jan 09 2006 Chris Lumens 0.12-1 - Clean up output quoting. - Finish removing monitor-related stuff from xconfig. diff --git a/sources b/sources index 6f627cd..6c0b50d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f806d6bdb3d7aad0f7fb02a810d94c4 pykickstart-0.12.tar.gz +41fcb5aff2268f62efa367d5ff92bed1 pykickstart-0.13.tar.gz