[python-blivet/f19] - NTFS.minSize is supposed to be a property. (#924410) (dlehman) - Mount /run during install and fix

Brian C. Lane bcl at fedoraproject.org
Thu Mar 28 21:02:28 UTC 2013


commit 1fff9d35ea2419d6363d9425ba97ab6ef4b9ecdf
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Mar 28 14:02:04 2013 -0700

    - 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)

 .gitignore         |    1 +
 python-blivet.spec |    7 ++++++-
 sources            |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
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 <bcl at 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 at redhat.com> - 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


More information about the scm-commits mailing list