From 546a539fe8e938362b9da2dbf518f9aa14623741 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 26 Jun 2014 17:24:26 -0700 Subject: [PATCH] - When logging, indicate whether exception was ignored by blivet. (amulhern) --- .gitignore | 1 + python-blivet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 580e900..5d63577 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /blivet-0.56.tar.gz /blivet-0.57.tar.gz /blivet-0.58.tar.gz +/blivet-0.59.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index e454631..ca0e7f5 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.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 - 0.59-1 +- When logging, indicate whether exception was ignored by blivet. (amulhern) + * Wed Jun 25 2014 Brian C. Lane - 0.58-1 - Only import ROOT_PATH if needed (bcl) - Add early keyword to setUpBootLoader (#1086811) (bcl) diff --git a/sources b/sources index 1295b13..20971b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76e45dfb3dd7132e58e472626f6b3b51 blivet-0.58.tar.gz +8e00c17f460d896a9880de696f91116e blivet-0.59.tar.gz