- When logging, indicate whether exception was ignored by blivet. (amulhern)

This commit is contained in:
Brian C. Lane 2014-06-26 17:24:26 -07:00
parent 09ea638e1d
commit 546a539fe8
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -53,3 +53,4 @@
/blivet-0.56.tar.gz
/blivet-0.57.tar.gz
/blivet-0.58.tar.gz
/blivet-0.59.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: 0.58
Version: 0.59
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@ -62,6 +62,9 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/*
%changelog
* Thu Jun 26 2014 Brian C. Lane <bcl@redhat.com> - 0.59-1
- When logging, indicate whether exception was ignored by blivet. (amulhern)
* Wed Jun 25 2014 Brian C. Lane <bcl@redhat.com> - 0.58-1
- Only import ROOT_PATH if needed (bcl)
- Add early keyword to setUpBootLoader (#1086811) (bcl)

View File

@ -1 +1 @@
76e45dfb3dd7132e58e472626f6b3b51 blivet-0.58.tar.gz
8e00c17f460d896a9880de696f91116e blivet-0.59.tar.gz