From 254bf4fdb6b90b72ea3f0ed1ca82c35212fe12c8 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Mar 28 2013 20:58:31 +0000 Subject: - 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) --- diff --git a/.gitignore b/.gitignore index 43d5861..b6d8fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /blivet-0.6.tar.gz /blivet-0.7.tar.gz /blivet-0.8.tar.gz +/blivet-0.9.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index f6d11fe..4b9c8a8 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -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 - 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 - 0.8-1 - Check for "ip=ibft" cmdline option, not for "ibft". (rvykydal) - run_program returns an int. (#920584) (dlehman) diff --git a/sources b/sources index 7956ac1..777844d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8eaff28380fc37ca70b60361dc467ec1 blivet-0.8.tar.gz +4961bbeb2dd0734c60455a911fabb7a2 blivet-0.9.tar.gz