- NTFS.minSize is supposed to be a property. (#924410) (dlehman)

- Mount /run during install and fix /sys mount (#922988) (bcl)
- Fix two excptions triggered by calls to copy_to_system. (hamzy)
This commit is contained in:
Brian C. Lane 2013-03-28 13:58:31 -07:00
parent 49a4ddb9f4
commit 254bf4fdb6
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/blivet-0.6.tar.gz
/blivet-0.7.tar.gz
/blivet-0.8.tar.gz
/blivet-0.9.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.8
Version: 0.9
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -74,6 +74,11 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/*
%changelog
* Thu Mar 28 2013 Brian C. Lane <bcl@redhat.com> - 0.9-1
- NTFS.minSize is supposed to be a property. (#924410) (dlehman)
- Mount /run during install and fix /sys mount (#922988) (bcl)
- Fix two excptions triggered by calls to copy_to_system. (hamzy)
* Wed Mar 13 2013 David Lehman <dlehman@redhat.com> - 0.8-1
- Check for "ip=ibft" cmdline option, not for "ibft". (rvykydal)
- run_program returns an int. (#920584) (dlehman)

View File

@ -1 +1 @@
8eaff28380fc37ca70b60361dc467ec1 blivet-0.8.tar.gz
4961bbeb2dd0734c60455a911fabb7a2 blivet-0.9.tar.gz