Compare commits

...

2 Commits
master ... f16

Author SHA1 Message Date
Chris Lumens 84e951bd29 reserved-space and --reserved-percent should be checked on a callback. (clumens)
Add a volgroup unit test, and fix a bug it uncovered. (clumens)
Add support for reserved space in volume group. (dlehman)
Allow a %include to come in the middle of a section (#733455). (clumens)
Add a test case for %include inside %packages. (clumens)
2011-09-14 15:17:59 -04:00
Chris Lumens c2b47269be Add support for 'autopart --nolvm' (jlaska)
Let's just use url.size instead.  That's defined for both FTP and HTTP. (clumens)
Support end-of-line comments in the %packages section (#728563). (clumens)
2011-08-23 10:43:15 -04:00
3 changed files with 19 additions and 2 deletions

2
.gitignore vendored
View File

@ -74,3 +74,5 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.0.tar.gz
/pykickstart-1.99.1.tar.gz
/pykickstart-1.99.2.tar.gz
/pykickstart-1.99.3.tar.gz
/pykickstart-1.99.4.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.2
Version: 1.99.4
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -46,6 +46,21 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff
%changelog
* Wed Sep 14 2011 Chris Lumens <clumens@redhat.com> - 1.99.4-1
- --reserved-space and --reserved-percent should be checked on a callback. (clumens)
- Add a volgroup unit test, and fix a bug it uncovered. (clumens)
- Add support for reserved space in volume group. (dlehman)
- Allow a %include to come in the middle of a section (#733455). (clumens)
- Add a test case for %include inside %packages. (clumens)
* Mon Aug 22 2011 Chris Lumens <clumens@redhat.com> - 1.99.3-1
- Ignore reimport warnings. (clumens)
- Add support for 'autopart --nolvm' (jlaska)
- autopart - Inherit error checking from base class (jlaska)
- Let's just use url.size instead. That's defined for both FTP and HTTP. (clumens)
- It's url.hdr now, not url.info. (clumens)
- Support end-of-line comments in the %packages section (#728563). (clumens)
* Mon Jun 27 2011 Chris Lumens <clumens@redhat.com> - 1.99.2-1
- Don't do "make po-pull" during installation. (clumens)

View File

@ -1 +1 @@
fea063ad073a0a7bbbb36c3f6ffbb771 pykickstart-1.99.2.tar.gz
bec944576d7960aede354c2a3ecac423 pykickstart-1.99.4.tar.gz