- Used Python type instead of variable name (#968122) (hamzy)

- Fix detection of valid EFI system partition during autopart. (dlehman)
This commit is contained in:
Brian C. Lane 2013-06-24 14:26:47 -07:00
parent 1b94db8803
commit ca08a3d882
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/blivet-0.14.tar.gz
/blivet-0.15.tar.gz
/blivet-0.16.tar.gz
/blivet-0.17.tar.gz

View File

@ -1,7 +1,7 @@
Summary: A python module for system storage configuration
Name: python-blivet
Url: http://fedoraproject.org/wiki/blivet
Version: 0.16
Version: 0.17
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@ -62,6 +62,11 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/*
%changelog
* Mon Jun 24 2013 Brian C. Lane <bcl@redhat.com> - 0.17-1
- Used Python type instead of variable name (#968122) (hamzy)
- Fix detection of valid EFI system partition during autopart. (dlehman)
- New version: 0.16 (bcl)
* Thu Jun 13 2013 Brian C. Lane <bcl@redhat.com> - 0.16-1
- Install utilities for all devices -- not just those being used. (#964586) (dlehman)
- Add a method to apply Blivet settings to ksdata. (dlehman)

View File

@ -1 +1 @@
8f6cd7da44065b7cd2600d5f68ed5d3f blivet-0.16.tar.gz
469f95b7fbb49e8e8ab2cef13156872c blivet-0.17.tar.gz