- Used Python type instead of variable name (#968122) (hamzy)
- Fix detection of valid EFI system partition during autopart. (dlehman)
This commit is contained in:
parent
1b94db8803
commit
ca08a3d882
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/blivet-0.14.tar.gz
|
||||
/blivet-0.15.tar.gz
|
||||
/blivet-0.16.tar.gz
|
||||
/blivet-0.17.tar.gz
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user