diff --git a/.gitignore b/.gitignore index 4e261ba..e55db08 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.54.tar.gz /pykickstart-1.99.55.tar.gz /pykickstart-1.99.56.tar.gz +/pykickstart-1.99.57.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index e61b7cf..048f225 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.99.56 -Release: 2%{?dist} +Version: 1.99.57 +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. @@ -54,8 +54,10 @@ make test %{_mandir}/man1/* %changelog -* Mon Jun 30 2014 Toshio Kuratomi - 1.99.56-2 -- Replace python-setuptools-devel BR with python-setuptools +* Wed Jul 02 2014 Chris Lumens - 1.99.57-1 +- Replace python-setuptools-devel BR with python-setuptools (toshio). (clumens) +- Add autopart --fstype support (#1112697) (bcl) +- Add some more tests to bump up the "make coverage" numbers. (clumens) * Thu Jun 19 2014 Chris Lumens - 1.99.56-1 - Add support for --disklabel to clearpart (#1078537) (bcl) diff --git a/sources b/sources index a78a19e..510bb5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -98932d4c6879a6a3269b58d9eca3e7af pykickstart-1.99.56.tar.gz +c4d58f12d0a813d6fee41c5b5bb84ee0 pykickstart-1.99.57.tar.gz