diff --git a/.cvsignore b/.cvsignore index c5d8650..7e02503 100644 --- a/.cvsignore +++ b/.cvsignore @@ -45,3 +45,4 @@ pykickstart-1.55.tar.gz pykickstart-1.56.tar.gz pykickstart-1.57.tar.gz pykickstart-1.58.tar.gz +pykickstart-1.59.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 2e6e553..1b99d33 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,8 +3,8 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.58 -Release: 2%{?dist} +Version: 1.59 +Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -45,8 +45,12 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog -* Sun Jul 26 2009 Fedora Release Engineering - 1.58-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild +* Tue Jul 28 2009 Chris Lumens - 1.59-1 +- Handle a few more places where a urlgrabber error could happen (#512951). +- Error out if the same partition/repo/network is defined twice (#512956). +- Call parent class tests first. (jlaska) +- Add KSOptionParser to FC3 upgrade command. (jlaska) +- Correct missing return stmt in _getArgsAsStr() (jlaska) * Fri Jul 17 2009 Chris Lumens - 1.58-1 - Adjust writePriority to fix lvm-on-raid0 test cases (jlaska). diff --git a/sources b/sources index 2c8b5bf..de549ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab1db3b7d37b9e097595ace5282f1034 pykickstart-1.58.tar.gz +635c391a8f5bf1e781f101311db76990 pykickstart-1.59.tar.gz