Don't error out if raid --useexisting is given with no members (#741728). (clumens)
When %end is missing, include the unterminated section in the error message. (clumens)
This commit is contained in:
parent
3a0c54a6b5
commit
b3e8c61c1b
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-1.99.2.tar.gz
|
/pykickstart-1.99.2.tar.gz
|
||||||
/pykickstart-1.99.3.tar.gz
|
/pykickstart-1.99.3.tar.gz
|
||||||
/pykickstart-1.99.4.tar.gz
|
/pykickstart-1.99.4.tar.gz
|
||||||
|
/pykickstart-1.99.5.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.4
|
Version: 1.99.5
|
||||||
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
|
||||||
@ -46,6 +46,10 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/ksverdiff
|
%{_bindir}/ksverdiff
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 19 2011 Chris Lumens <clumens@redhat.com> - 1.99.5-1
|
||||||
|
- Don't error out if raid --useexisting is given with no members (#741728). (clumens)
|
||||||
|
- When %end is missing, include the unterminated section in the error message. (clumens)
|
||||||
|
|
||||||
* Wed Sep 14 2011 Chris Lumens <clumens@redhat.com> - 1.99.4-1
|
* 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)
|
- --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 a volgroup unit test, and fix a bug it uncovered. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user