[python-blivet/f21] - Mountpoint detection for removable devices (vtrefny) - Use format.mountpoint for BTRFS listSubVolu

Samantha N. Bueno sbueno at fedoraproject.org
Tue Jan 27 13:21:50 UTC 2015


commit e388f73066269260c5df9f239a61d086af2572b0
Author: Samantha N. Bueno <sbueno+anaconda at redhat.com>
Date:   Tue Jan 27 08:21:37 2015 -0500

    - Mountpoint detection for removable devices (vtrefny)
    - Use format.mountpoint for BTRFS listSubVolumes (vtrefny)
    - Allow handling device format for already handled BTRFS (vtrefny)

 .gitignore         |    1 +
 python-blivet.spec |    7 ++++++-
 sources            |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 259692d..cf884eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,3 +70,4 @@
 /blivet-0.61.11.tar.gz
 /blivet-0.61.12.tar.gz
 /blivet-0.61.13.tar.gz
+/blivet-0.61.14.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index ef658ec..2de8490 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.13
+Version: 0.61.14
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -64,6 +64,11 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Tue Jan 27 2015 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 0.61.14-1
+- Mountpoint detection for removable devices (vtrefny)
+- Use format.mountpoint for BTRFS listSubVolumes (vtrefny)
+- Allow handling device format for already handled BTRFS (vtrefny)
+
 * Wed Dec 03 2014 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 0.61.13-1
 - Fix pyparted version in spec file. (sbueno+anaconda)
 - Revert "Prune actions before cancelling them" (sbueno+anaconda)
diff --git a/sources b/sources
index 396950f..87e45f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b227a6ca6071ca62edcbcd51ef0dee0  blivet-0.61.13.tar.gz
+d63a05089a14a8d54955465b2e3d55d7  blivet-0.61.14.tar.gz


More information about the scm-commits mailing list