diff --git a/.cvsignore b/.cvsignore index f64ab9d..a3b40fc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -36,3 +36,4 @@ pykickstart-1.45.tar.gz pykickstart-1.46.tar.gz pykickstart-1.47.tar.gz pykickstart-1.48.tar.gz +pykickstart-1.49.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 1624111..66638d6 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.48 +Version: 1.49 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 +* Thu Jan 08 2009 Chris Lumens - 1.49-1 +- Add upgrade --root-device (atodorov, #471232). +- Use python's builtin set rather than the Sets module (#477836, dcantrell). + * Tue Dec 23 2008 Chris Lumens - 1.48-1 - Allow ignoring group metadata from repos, using a '--ignoregroups' boolean. (notting) diff --git a/sources b/sources index 790075f..b8ea71d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4dccaef0d6fdb44d27fe4c490c1de60a pykickstart-1.48.tar.gz +695704deec30464a35799c5e9d5ed1d5 pykickstart-1.49.tar.gz