[python-blivet] New version: 1.0-1

David Lehman dlehman at fedoraproject.org
Fri Feb 13 21:11:41 UTC 2015


commit 822887ae77570e818995c6269d169eeb11fb13e5
Author: David Lehman <dlehman at redhat.com>
Date:   Fri Feb 13 15:10:59 2015 -0600

    New version: 1.0-1
    
    - Move autopart and installation-specific code outside of __init__.py
      (vpodzime)
    - Convert _parseUnits to public function (vtrefny)
    - LVMFactory: raise exception when adding LV to full fixed size VG (#1170660)
      (vtrefny)
    - Do not unhide devices with hidden parents (#1158643) (vtrefny)

 .gitignore         |    1 +
 python-blivet.spec |   10 +++++++++-
 sources            |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df5ce56..e63d909 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,4 @@
 /blivet-0.74.tar.gz
 /blivet-0.75.tar.gz
 /blivet-0.76.tar.gz
+/blivet-1.0.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 0fcf90d..12ae4aa 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.76
+Version: 1.0
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -66,6 +66,14 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Fri Feb 13 2015 David Lehman <dlehman at redhat.com> - 1.0-1
+- Move autopart and installation-specific code outside of __init__.py
+  (vpodzime)
+- Convert _parseUnits to public function (vtrefny)
+- LVMFactory: raise exception when adding LV to full fixed size VG (#1170660)
+  (vtrefny)
+- Do not unhide devices with hidden parents (#1158643) (vtrefny)
+
 * Fri Feb 06 2015 Brian C. Lane <bcl at redhat.com> - 0.76-1
 - Revert "Switch to temporary transifex project" (bcl)
 - Check parent/container type for thin volumes and normal volumes. (dlehman)
diff --git a/sources b/sources
index ef078dc..83e30f9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afd3e348eb7b0fa33a00a0859828010a  blivet-0.76.tar.gz
+75f65a0a4e606f55a3a98dd45300a49d  blivet-1.0.tar.gz


More information about the scm-commits mailing list