From c8496a7d03149d909ed602fc5aa29d30acad0736 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Mon, 26 Feb 2007 22:18:23 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index da18663..3d41ce1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -12,3 +12,4 @@ pykickstart-0.94.tar.gz pykickstart-0.95.tar.gz pykickstart-0.96.tar.gz pykickstart-0.97.tar.gz +pykickstart-0.98.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index bea8208..f70b6a0 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,7 +3,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 0.97 +Version: 0.98 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -38,6 +38,10 @@ rm -rf %{buildroot} %{_bindir}/ksvalidator %changelog +* Mon Feb 26 2007 Chris Lumens - 0.98-1 +- Fix device command syntax to match anaconda. +- Fix __call__ on method command. + * Wed Feb 21 2007 Chris Lumens - 0.97-1 - Fix traceback when not overriding default mappings (#229505). diff --git a/sources b/sources index 0f8044c..73549df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f92dc8d8ffb0b15e77f3fa40cc9e260 pykickstart-0.97.tar.gz +f33bca0220ad497bf921941639672fc7 pykickstart-0.98.tar.gz