[python-blivet/f19] - Install utilities for all devices -- not just those being used. (#964586) (dlehman) - Add a method

Brian C. Lane bcl at fedoraproject.org
Fri Jun 14 00:15:18 UTC 2013


commit 57f8514dc9b4f2cf2f2d876f13ef8804e80d95eb
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Jun 13 17:15:04 2013 -0700

    - Install utilities for all devices -- not just those being used. (#964586) (dlehman)
    - Add a method to apply Blivet settings to ksdata. (dlehman)
    - Increase padding for md metadata in lvm factory. (#966795) (dlehman)
    - Move lvm-on-md into LVMFactory. (dlehman)
    - Switch to a minimum of four members for raid10. (#888879) (dlehman)
    - Update the TODO list. (dlehman)
    - Deactivate devices before hiding those on ignored disks. (#965213) (dlehman)
    - Allow udev queue to settle after writing zeros to disk. (#969182) (hamzy)
    - Run lsof when umount fails (bcl)
    - Run udev settle before umount (bcl)

 .gitignore         |    1 +
 python-blivet.spec |   15 ++++++++++++++-
 sources            |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cebdb46..bac5937 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /blivet-0.13.tar.gz
 /blivet-0.14.tar.gz
 /blivet-0.15.tar.gz
+/blivet-0.16.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 636bbc7..3840e83 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.15
+Version: 0.16
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -39,6 +39,7 @@ Requires: e2fsprogs >= %{e2fsver}
 Requires: btrfs-progs
 Requires: python-pyblock >= %{pythonpyblockver}
 Requires: device-mapper-multipath
+Requires: lsof
 
 %description
 The python-blivet package is a python module for examining and modifying
@@ -61,6 +62,18 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Thu Jun 13 2013 Brian C. Lane <bcl at 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)
+- Increase padding for md metadata in lvm factory. (#966795) (dlehman)
+- Move lvm-on-md into LVMFactory. (dlehman)
+- Switch to a minimum of four members for raid10. (#888879) (dlehman)
+- Update the TODO list. (dlehman)
+- Deactivate devices before hiding those on ignored disks. (#965213) (dlehman)
+- Allow udev queue to settle after writing zeros to disk. (#969182) (hamzy)
+- Run lsof when umount fails (bcl)
+- Run udev settle before umount (bcl)
+
 * Mon Jun 03 2013 Brian C. Lane <bcl at redhat.com> - 0.15-1
 - Switch to the LGPLv2+. (dlehman)
 - Clear md arrays' sysfs path after deactivating them. (#954062) (dlehman)
diff --git a/sources b/sources
index 7dfa152..2367cdc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57a53787c95e84eb0d5bf3aade94593e  blivet-0.15.tar.gz
+8f6cd7da44065b7cd2600d5f68ed5d3f  blivet-0.16.tar.gz


More information about the scm-commits mailing list