From 1e931617455a708f07dc6b58add1ceb9a739113d Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Thu, 18 Oct 2007 18:56:43 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index edc7a60..d2c9696 100644 --- a/.cvsignore +++ b/.cvsignore @@ -5,3 +5,4 @@ pykickstart-1.14.tar.gz pykickstart-1.15.tar.gz pykickstart-1.16.tar.gz pykickstart-1.17.tar.gz +pykickstart-1.18.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index c89d584..e687d35 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.17 +Version: 1.18 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,11 @@ rm -rf %{buildroot} %{_bindir}/ksflatten %changelog +* Thu Oct 18 2007 Chris Lumens 1.18-1 +- Don't write out %end to packages and scripts if the syntax version doesn't + support it. +- Remove obsolete translation (#332221). + * Thu Oct 04 2007 Chris Lumens 1.17-1 - Simplify argument processing and printing. diff --git a/sources b/sources index dedf44e..1b407d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -668df05a7ac08ab75ded3a29f28e3dcf pykickstart-1.17.tar.gz +bd2ef9172490575073dab09c01a2792e pykickstart-1.18.tar.gz