- When method.method is set, also set the right seen attribute (#994553). (clumens)
- Add tests for incorrect command usage detection (mkolman) - Add class for independent multi-line command sequence tests (mkolman) - Raise an error if autopart is combined with partitioning commands (#886010) (mkolman)
This commit is contained in:
parent
39fd4f9706
commit
fd93081cb9
1
.gitignore
vendored
1
.gitignore
vendored
@ -107,3 +107,4 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-1.99.33.tar.gz
|
||||
/pykickstart-1.99.34.tar.gz
|
||||
/pykickstart-1.99.35.tar.gz
|
||||
/pykickstart-1.99.36.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
Summary: A python library for manipulating kickstart files
|
||||
Name: pykickstart
|
||||
Url: http://fedoraproject.org/wiki/pykickstart
|
||||
Version: 1.99.35
|
||||
Version: 1.99.36
|
||||
Release: 1%{?dist}
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution. Thus the source is only available from
|
||||
@ -48,6 +48,12 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 19 2013 Chris Lumens <clumens@redhat.com> - 1.99.36-1
|
||||
- When method.method is set, also set the right seen attribute (#994553). (clumens)
|
||||
- Add tests for incorrect command usage detection (mkolman)
|
||||
- Add class for independent multi-line command sequence tests (mkolman)
|
||||
- Raise an error if autopart is combined with partitioning commands (#886010) (mkolman)
|
||||
|
||||
* Mon Jul 29 2013 Chris Lumens <clumens@redhat.com> - 1.99.35-1
|
||||
- Add aliases for all the old method classes (#986069). (clumens)
|
||||
- Check syntax version before issuing a deprecation warning (#972098). (clumens)
|
||||
|
Loading…
Reference in New Issue
Block a user