From 66203c53755081e6b35c327d33689080136f04e2 Mon Sep 17 00:00:00 2001 From: "Samantha N. Bueno" Date: Thu, 19 Mar 2015 14:05:14 -0400 Subject: [PATCH] - 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 - 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 - 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