- ostreesetup: New command (walters)

- Move commandMap and dataMap setting into the individual handler classes. (clumens)
This commit is contained in:
Chris Lumens 2014-03-31 16:08:40 -04:00
parent 49c19b39d7
commit bb6def8203
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -124,3 +124,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.50.tar.gz
/pykickstart-1.99.51.tar.gz
/pykickstart-1.99.52.tar.gz
/pykickstart-1.99.53.tar.gz

View File

@ -3,7 +3,7 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.99.52
Version: 1.99.53
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,10 @@ make test
%{_mandir}/man1/*
%changelog
* Mon Mar 31 2014 Chris Lumens <clumens@redhat.com> - 1.99.53-1
- ostreesetup: New command (walters)
- Move commandMap and dataMap setting into the individual handler classes. (clumens)
* Fri Mar 21 2014 Chris Lumens <clumens@redhat.com> - 1.99.52-1
- Take care of all the unused argument warnings. (clumens)
- Take care of all the unused variable warnings. (clumens)

View File

@ -1 +1 @@
e25dd2be9008e44421c69520f0346df1 pykickstart-1.99.52.tar.gz
a680b695ccde99d1a2929571ca713ab8 pykickstart-1.99.53.tar.gz