- Replace python-setuptools-devel BR with python-setuptools (toshio).

- Add autopart --fstype support (#1112697) (bcl)
- Add some more tests to bump up the "make coverage" numbers. (clumens)
This commit is contained in:
Chris Lumens 2014-07-02 10:10:26 -04:00
parent 08dc99a7b7
commit c3335c9a1f
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <toshio@fedoraproject.org> - 1.99.56-2
- Replace python-setuptools-devel BR with python-setuptools
* Wed Jul 02 2014 Chris Lumens <clumens@redhat.com> - 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 <clumens@redhat.com> - 1.99.56-1
- Add support for --disklabel to clearpart (#1078537) (bcl)

View File

@ -1 +1 @@
98932d4c6879a6a3269b58d9eca3e7af pykickstart-1.99.56.tar.gz
c4d58f12d0a813d6fee41c5b5bb84ee0 pykickstart-1.99.57.tar.gz