- Don't specify priority in fstab if -1 (default) is used (#1203709) (vpodzime)

- Catch GLib.GError in places where we catch StorageError (#1202505) (vpodzime)
This commit is contained in:
Samantha N. Bueno 2015-03-19 14:05:14 -04:00
parent f10ae41b3a
commit 66203c5375
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@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)

View File

@ -1 +1 @@
9207637c31d0d85459cdc5cc06a8aad9 blivet-1.0.4.tar.gz
63b0637e8e81042e3ae1416c140a7c66 blivet-1.0.5.tar.gz