diff --git a/.cvsignore b/.cvsignore index dc1f461..dddc1bf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -11,3 +11,4 @@ pykickstart-1.20.tar.gz pykickstart-1.21.tar.gz pykickstart-1.22.tar.gz pykickstart-1.23.tar.gz +pykickstart-1.24.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index c91edf8..3c1b816 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.23 +Version: 1.24 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 Jan 10 2008 Chris Lumens - 1.24-1 +- Make inheritance and overriding of %packages work (#427768). (clumens) +- Add an option for which languages should be installed. (katzj) +- Use the right name for the iscsi --target variable (#418781). (clumens) + * Mon Dec 10 2007 Chris Lumens - 1.23-1 - Take Makefile improvements from anaconda. - Fix a traceback on F9 zerombr command (#395431). diff --git a/sources b/sources index 73560f4..91ac94d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c2b43ed43809658577ab188b435634d pykickstart-1.23.tar.gz +896890f6127f9ca244cb7c8be8bbae28 pykickstart-1.24.tar.gz