[python-blivet/f20] New version: 0.23.8-1

Brian C. Lane bcl at fedoraproject.org
Thu Dec 5 00:02:25 UTC 2013


commit 425f84ee3ae7dae46c260b7062b517b4636e1179
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Dec 4 16:00:50 2013 -0800

    New version: 0.23.8-1
    
    - Always run action's cancel method as part of cancelAction. (dlehman)
    - Show Invalid Disk Label for damaged GPT (#1020974) (bcl)

 .gitignore         |    1 +
 python-blivet.spec |    6 +++++-
 sources            |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1786962..db58a13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /blivet-0.23.5.tar.gz
 /blivet-0.23.6.tar.gz
 /blivet-0.23.7.tar.gz
+/blivet-0.23.8.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index c362d46..eadc7df 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.23.7
+Version: 0.23.8
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -61,6 +61,10 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Wed Dec 04 2013 Brian C. Lane <bcl at redhat.com> - 0.23.8-1
+- Always run action's cancel method as part of cancelAction. (dlehman)
+- Show Invalid Disk Label for damaged GPT (#1020974) (bcl)
+
 * Wed Nov 27 2013 Brian C. Lane <bcl at redhat.com> - 0.23.7-1
 - btrfs and xfs do not support fsck or dump at boot time (#862871) (bcl)
 
diff --git a/sources b/sources
index 100c3f7..34ec491 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e2149f0d0a75ad8c87ce918488e0098  blivet-0.23.7.tar.gz
+c89ef8f2232e0ea38d67505e23ffae47  blivet-0.23.8.tar.gz


More information about the scm-commits mailing list