[python-blivet] - Remove a problematic remnant of singlePV. (dlehman) - Remove all traces of singlePV. (sbueno+anaco

Brian C. Lane bcl at fedoraproject.org
Tue Sep 30 23:57:20 UTC 2014


commit 7a686fe26552f0471bce293db55709e982713b3f
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Sep 30 16:56:57 2014 -0700

    - Remove a problematic remnant of singlePV. (dlehman)
    - Remove all traces of singlePV. (sbueno+anaconda)
    - Change the default /boot part on s390x to not be lvm. (sbueno+anaconda)
    - Remove redundant check for parents in Blivet.newBTRFS. (dlehman)
    - Use Decimal for math in Size.convertTo. (dlehman)
    - Filter out free regions too small for alignment of partitions. (dlehman)
    - Disable LVM autobackup when doing image installs (#1066004) (wwoods)
    - Add attribute 'flags.lvm_metadata_backup' (wwoods)
    - lvm_test: refactoring + minor fix (wwoods)
    - devicelibs.lvm: refactor _getConfigArgs()/lvm() (wwoods)
    - devicelibs.lvm: fix pvmove(src, dest=DESTPATH) (wwoods)
    - Only pad for md metadata if pvs use multiple disks. (dlehman)
    - Align free regions used for partition growing calculations. (dlehman)
    - Try to align end sector up when aligning new partitions. (dlehman)
    - Remove obsolete conversion of size to float. (dlehman)
    - Honor size specified for explicit extended partition requests. (dlehman)
    - Honor zerombr regardless of clearpart setting. (dlehman)
    - Fix treatment of percent as lvm lv size spec. (dlehman)
    - Change variable keyword (#1075671) (amulhern)
    - Remove unused import (#1075671) (amulhern)
    - Don't mix target and discovery credentials (#1037564) (mkolman)
    - Make sure /boot/efi is metadata 1.0 if it's on mdraid. (pjones)
    - iscsi: fix root argument being overriden by local variable (#1144463)
      (rvykydal)
    - iscsi: add iscsi singleton back (#1144463) (rvykydal)

 .gitignore         |    1 +
 python-blivet.spec |   29 ++++++++++++++++++++++++++++-
 sources            |    2 +-
 3 files changed, 30 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd6a860..c871510 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,3 +59,4 @@
 /blivet-0.62.tar.gz
 /blivet-0.63.tar.gz
 /blivet-0.64.tar.gz
+/blivet-0.65.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 82cfdce..7e06630 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.64
+Version: 0.65
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -65,6 +65,33 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Tue Sep 30 2014 Brian C. Lane <bcl at redhat.com> - 0.65-1
+- Remove a problematic remnant of singlePV. (dlehman)
+- Remove all traces of singlePV. (sbueno+anaconda)
+- Change the default /boot part on s390x to not be lvm. (sbueno+anaconda)
+- Remove redundant check for parents in Blivet.newBTRFS. (dlehman)
+- Use Decimal for math in Size.convertTo. (dlehman)
+- Filter out free regions too small for alignment of partitions. (dlehman)
+- Disable LVM autobackup when doing image installs (#1066004) (wwoods)
+- Add attribute 'flags.lvm_metadata_backup' (wwoods)
+- lvm_test: refactoring + minor fix (wwoods)
+- devicelibs.lvm: refactor _getConfigArgs()/lvm() (wwoods)
+- devicelibs.lvm: fix pvmove(src, dest=DESTPATH) (wwoods)
+- Only pad for md metadata if pvs use multiple disks. (dlehman)
+- Align free regions used for partition growing calculations. (dlehman)
+- Try to align end sector up when aligning new partitions. (dlehman)
+- Remove obsolete conversion of size to float. (dlehman)
+- Honor size specified for explicit extended partition requests. (dlehman)
+- Honor zerombr regardless of clearpart setting. (dlehman)
+- Fix treatment of percent as lvm lv size spec. (dlehman)
+- Change variable keyword (#1075671) (amulhern)
+- Remove unused import (#1075671) (amulhern)
+- Don't mix target and discovery credentials (#1037564) (mkolman)
+- Make sure /boot/efi is metadata 1.0 if it's on mdraid. (pjones)
+- iscsi: fix root argument being overriden by local variable (#1144463)
+  (rvykydal)
+- iscsi: add iscsi singleton back (#1144463) (rvykydal)
+
 * Fri Sep 19 2014 Brian C. Lane <bcl at redhat.com> - 0.64-1
 - Fix pylint errors from recent btrfs commits. (dlehman)
 - Only cancel actions on disks related to the one we are hiding. (dlehman)
diff --git a/sources b/sources
index cd5eee4..ac52b7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef3eb66203f45dea4236a58ffbfd5d20  blivet-0.64.tar.gz
+14023b2b765448f6ff0e4505b0ff5a98  blivet-0.65.tar.gz


More information about the scm-commits mailing list