diff --git a/.cvsignore b/.cvsignore index e024cda..171190d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ pykickstart-1.11.tar.gz +pykickstart-1.12.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 7c0d279..174855f 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.11 +Version: 1.12 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -42,6 +42,13 @@ rm -rf %{buildroot} %{_bindir}/ksvalidator %changelog +* Tue Sep 04 2007 Chris Lumens 1.12-1 +- Fix lots of problems in processing the bootloader, device, network, and + raid commands. +- Add %end when writing out scripts and packages. +- Add a makefile target to run pychecker to cut down on errors in + releases. + * Mon Sep 3 2007 Jeremy Katz - 1.11-1 - fix a few tracebacks diff --git a/sources b/sources index 8eb0585..6d6c9ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -52d10943bca9bf61e9a5dd652b2acdca pykickstart-1.11.tar.gz +b623f52865d338ad158e3e03aac426bc pykickstart-1.12.tar.gz