diff --git a/.gitignore b/.gitignore index e55db08..ae597de 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.55.tar.gz /pykickstart-1.99.56.tar.gz /pykickstart-1.99.57.tar.gz +/pykickstart-1.99.58.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 048f225..074610d 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.99.57 +Version: 1.99.58 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -54,6 +54,9 @@ make test %{_mandir}/man1/* %changelog +* Tue Aug 12 2014 Chris Lumens - 1.99.58-1 +- Add --install flag to repo command (#1119867) (bcl) + * 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) diff --git a/sources b/sources index 510bb5e..d227f41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4d58f12d0a813d6fee41c5b5bb84ee0 pykickstart-1.99.57.tar.gz +61d0fec604aa8442de4eb46f68a37115 pykickstart-1.99.58.tar.gz