Don't error out if volgroup --useexisting is given with no members. (clumens)

This commit is contained in:
Chris Lumens 2013-09-24 10:32:10 -04:00
parent 164a34db24
commit a48ae5f66f
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -111,3 +111,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.37.tar.gz
/pykickstart-1.99.38.tar.gz
/pykickstart-1.99.39.tar.gz
/pykickstart-1.99.40.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.39
Version: 1.99.40
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,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%changelog
* Tue Sep 24 2013 Chris Lumens <clumens@redhat.com> - 1.99.40-1
- Don't error out if volgroup --useexisting is given with no members. (clumens)
* Tue Sep 10 2013 Chris Lumens <clumens@redhat.com> - 1.99.39-1
- Call the right attribute method (#1004889) (bcl)
- Reset method seen attrs when switching method (#1004889) (bcl)

View File

@ -1 +1 @@
d249f60aa89b1b4facd63f776925116d pykickstart-1.99.39.tar.gz
7210c79eda536dd96ba8d75e78de445e pykickstart-1.99.40.tar.gz