[python-blivet] - Fix an old typo in zeroing out a PReP partition. (#1072781) (dlehman) - Only count with the extra

Brian C. Lane bcl at fedoraproject.org
Sat Mar 8 02:36:25 UTC 2014


commit 694acae103cca5265938b6e25bdf251514f87d88
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Mar 7 18:36:01 2014 -0800

    - Fix an old typo in zeroing out a PReP partition. (#1072781) (dlehman)
    - Only count with the extra metadata extents in new VGs and LVs (#1072999)
      (vpodzime)
    - Use container's parent's name for PV if available (#1065737) (vpodzime)
    - Fix traceback with write_dasd_conf. (#1072911) (sbueno+anaconda)
    - When copying a root, also copy hidden devices (#1043763) (amulhern)
    - Add hidden flag to devicetree.getDeviceByID (#1043763) (amulhern)
    - Only set device for mountpoint if it is not None (#1043763) (amulhern)
    - Extend the list of things to be omitted if moddisk is False (#1043763)
      (amulhern)
    - Set req_name to None at the top of initializer (#1043763) (amulhern)
    - Log action cancelation (#1043763) (amulhern)
    - Make DeviceTree.hide() remove a larger set (#1043763) (amulhern)
    - Re-write the DASD storage code. (#1001070) (sbueno+anaconda)
    - Include image install flag when updating from anaconda flags. (#1066008)
      (dlehman)

 .gitignore         |    1 +
 python-blivet.spec |   20 +++++++++++++++++++-
 sources            |    2 +-
 3 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31fdea1..ab7b3be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@
 /blivet-0.41.tar.gz
 /blivet-0.42.tar.gz
 /blivet-0.43.tar.gz
+/blivet-0.44.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 6ab827d..e48910f 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.43
+Version: 0.44
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -62,6 +62,24 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Fri Mar 07 2014 Brian C. Lane <bcl at redhat.com> - 0.44-1
+- Fix an old typo in zeroing out a PReP partition. (#1072781) (dlehman)
+- Only count with the extra metadata extents in new VGs and LVs (#1072999)
+  (vpodzime)
+- Use container's parent's name for PV if available (#1065737) (vpodzime)
+- Fix traceback with write_dasd_conf. (#1072911) (sbueno+anaconda)
+- When copying a root, also copy hidden devices (#1043763) (amulhern)
+- Add hidden flag to devicetree.getDeviceByID (#1043763) (amulhern)
+- Only set device for mountpoint if it is not None (#1043763) (amulhern)
+- Extend the list of things to be omitted if moddisk is False (#1043763)
+  (amulhern)
+- Set req_name to None at the top of initializer (#1043763) (amulhern)
+- Log action cancelation (#1043763) (amulhern)
+- Make DeviceTree.hide() remove a larger set (#1043763) (amulhern)
+- Re-write the DASD storage code. (#1001070) (sbueno+anaconda)
+- Include image install flag when updating from anaconda flags. (#1066008)
+  (dlehman)
+
 * Fri Feb 28 2014 Brian C. Lane <bcl at redhat.com> - 0.43-1
 - Include tmpfs mounts in post-install kickstart (#1061063) (mkolman)
 - Count with the extra metadata extents for RAID consistently (#1065737)
diff --git a/sources b/sources
index 83a4449..bc18225 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e359e1622e3d0891387ff0246d94e43b  blivet-0.43.tar.gz
+3b6c48f71ccc26fee2b7799ea038280c  blivet-0.44.tar.gz


More information about the scm-commits mailing list