[python-blivet/f21] - _maxLabelChars is no longer used by anything (bcl) - tests: Add tests for HFSPlus labels (#821201)

Samantha N. Bueno sbueno at fedoraproject.org
Wed Aug 27 19:06:31 UTC 2014


commit c7020505d31ded6a9ce1e36a6ad3e9625ac72891
Author: Samantha N. Bueno <sbueno+anaconda at redhat.com>
Date:   Wed Aug 27 14:54:09 2014 -0400

    - _maxLabelChars is no longer used by anything (bcl)
    - tests: Add tests for HFSPlus labels (#821201) (bcl)
    - Write a fs label for HFS+ ESP (#821201) (bcl)
    - Minor fix of a docstring. (rvykydal)
    - Get rid of partedFlags field. (amulhern)

 .gitignore         |    1 +
 python-blivet.spec |    9 ++++++++-
 sources            |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 96a472b..8ce62b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,4 @@
 /blivet-0.59.tar.gz
 /blivet-0.60.tar.gz
 /blivet-0.61.tar.gz
+/blivet-0.62.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index abbbb0f..2308078 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.61
+Version: 0.62
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -63,6 +63,13 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Wed Aug 27 2014 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 0.62-1
+- _maxLabelChars is no longer used by anything (bcl)
+- tests: Add tests for HFSPlus labels (#821201) (bcl)
+- Write a fs label for HFS+ ESP (#821201) (bcl)
+- Minor fix of a docstring. (rvykydal)
+- Get rid of partedFlags field. (amulhern)
+
 * Fri Jul 11 2014 Brian C. Lane <bcl at redhat.com> - 0.61-1
 - Fix conf.py version bumping (bcl)
 - Add some tests for Chunk and Request class hierarchy. (dlehman)
diff --git a/sources b/sources
index 419cd0c..fff6f49 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8cc589b789921bc2036e82578c3a30cc  blivet-0.61.tar.gz
+f4deafc8689b3346d52a5853ee076bde  blivet-0.62.tar.gz


More information about the scm-commits mailing list