- Always create self.handler on-demand in the test cases. (clumens)
- Also set the seen attribute when __call__ is used. (clumens) - Mark the upgrade command as deprecated. (clumens) - Add the method test case back in. (clumens) - Set the seen attribute when parsing in test cases, too. (clumens) - Add a proxy method command object. (clumens) - Add an interactive kickstart shell command, ksshell. (clumens) - Fix string substitution errors in translatable text. (clumens) - Break the method command out into individual commands. (clumens)
This commit is contained in:
parent
455b2e41f2
commit
883cc28de8
1
.gitignore
vendored
1
.gitignore
vendored
@ -105,3 +105,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-1.99.31.tar.gz
|
/pykickstart-1.99.31.tar.gz
|
||||||
/pykickstart-1.99.32.tar.gz
|
/pykickstart-1.99.32.tar.gz
|
||||||
/pykickstart-1.99.33.tar.gz
|
/pykickstart-1.99.33.tar.gz
|
||||||
|
/pykickstart-1.99.34.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A python library for manipulating kickstart files
|
Summary: A python library for manipulating kickstart files
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
Version: 1.99.33
|
Version: 1.99.34
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
@ -44,9 +44,21 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/ksvalidator
|
%{_bindir}/ksvalidator
|
||||||
%{_bindir}/ksflatten
|
%{_bindir}/ksflatten
|
||||||
%{_bindir}/ksverdiff
|
%{_bindir}/ksverdiff
|
||||||
|
%{_bindir}/ksshell
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 15 2013 Chris Lumens <clumens@redhat.com> - 1.99.34-1
|
||||||
|
- Always create self.handler on-demand in the test cases. (clumens)
|
||||||
|
- Also set the seen attribute when __call__ is used. (clumens)
|
||||||
|
- Mark the upgrade command as deprecated. (clumens)
|
||||||
|
- Add the method test case back in. (clumens)
|
||||||
|
- Set the seen attribute when parsing in test cases, too. (clumens)
|
||||||
|
- Add a proxy method command object. (clumens)
|
||||||
|
- Add an interactive kickstart shell command, ksshell. (clumens)
|
||||||
|
- Fix string substitution errors in translatable text. (clumens)
|
||||||
|
- Break the method command out into individual commands. (clumens)
|
||||||
|
|
||||||
* Tue Jul 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.33-1
|
* Tue Jul 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.33-1
|
||||||
- Add support for lvm thin provisioning. (dlehman)
|
- Add support for lvm thin provisioning. (dlehman)
|
||||||
- Add support for F20. (clumens)
|
- Add support for F20. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user