[python-blivet/f22] - Don't specify priority in fstab if -1 (default) is used (#1203709) (vpodzime) - Catch GLib.GError

Samantha N. Bueno sbueno at fedoraproject.org
Thu Mar 19 18:05:21 UTC 2015


commit 66203c53755081e6b35c327d33689080136f04e2
Author: Samantha N. Bueno <sbueno+anaconda at redhat.com>
Date:   Thu Mar 19 14:05:14 2015 -0400

    - Don't specify priority in fstab if -1 (default) is used (#1203709) (vpodzime)
    - Catch GLib.GError in places where we catch StorageError (#1202505) (vpodzime)

 .gitignore         | 1 +
 python-blivet.spec | 6 +++++-
 sources            | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 821b226..1bf5b3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,3 +76,4 @@
 /blivet-1.0.2.tar.gz
 /blivet-1.0.3.tar.gz
 /blivet-1.0.4.tar.gz
+/blivet-1.0.5.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 0481e90..382c04c 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: 1.0.4
+Version: 1.0.5
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -57,6 +57,10 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Thu Mar 19 2015 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 1.0.5-1
+- Don't specify priority in fstab if -1 (default) is used (#1203709) (vpodzime)
+- Catch GLib.GError in places where we catch StorageError (#1202505) (vpodzime)
+
 * Tue Mar 17 2015 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 1.0.4-1
 - Use Size method to perform a Size operation (#1200812) (amulhern)
 - Extend Size.roundToNearest to allow Size units (#1200812) (amulhern)
diff --git a/sources b/sources
index b3be83f..8ad2640 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9207637c31d0d85459cdc5cc06a8aad9  blivet-1.0.4.tar.gz
+63b0637e8e81042e3ae1416c140a7c66  blivet-1.0.5.tar.gz


More information about the scm-commits mailing list