From 8d159c27bc9f3ce2b74129b51f437b5eb071ad9d Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Tue, 25 Mar 2008 20:21:45 +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 0f63a76..1d18b24 100644 --- a/.cvsignore +++ b/.cvsignore @@ -18,3 +18,4 @@ pykickstart-1.27.tar.gz pykickstart-1.28.tar.gz pykickstart-1.29.tar.gz pykickstart-1.30.tar.gz +pykickstart-1.31.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 47bc41e..30deed1 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: 1.30 +Version: 1.31 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -44,6 +44,10 @@ rm -rf %{buildroot} %{_bindir}/ksflatten %changelog +* Tue Mar 25 2008 Chris Lumens - 1.31-1 +- Support end-of-line comments. (clumens) +- Lots of translation updates. + * Tue Feb 26 2008 Chris Lumens - 1.30-1 - Reverse writePriorities of iscsi and iscsname (#434965, jlaska). - Fix printing of iscsiname command (#434945, jlaska). diff --git a/sources b/sources index 71fbcb0..771870f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2aa7dc46a3a908527a0708b3ace0dafb pykickstart-1.30.tar.gz +2a898be2b17cb75db0e6c169a39b9314 pykickstart-1.31.tar.gz