[python-blivet/f20] - Make space for LUKS metadata if creating encrypted device (#1038847) (vpodzime) - Add a PE for LUK

Brian C. Lane bcl at fedoraproject.org
Wed Dec 11 22:13:09 UTC 2013


commit be218cce2169077c7d4dc10aae2e0cc3026b64a7
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Dec 11 14:13:08 2013 -0800

    - Make space for LUKS metadata if creating encrypted device (#1038847) (vpodzime)
    - Add a PE for LUKS metadata (#1038969) (bcl)

 .gitignore         |    1 +
 python-blivet.spec |    6 +++++-
 sources            |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db58a13..0fca091 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /blivet-0.23.6.tar.gz
 /blivet-0.23.7.tar.gz
 /blivet-0.23.8.tar.gz
+/blivet-0.23.9.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index eadc7df..be1aed1 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.8
+Version: 0.23.9
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -61,6 +61,10 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Wed Dec 11 2013 Brian C. Lane <bcl at redhat.com> - 0.23.9-1
+- Make space for LUKS metadata if creating encrypted device (#1038847) (vpodzime)
+- Add a PE for LUKS metadata (#1038969) (bcl)
+
 * 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)
diff --git a/sources b/sources
index 34ec491..11edbf5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c89ef8f2232e0ea38d67505e23ffae47  blivet-0.23.8.tar.gz
+37c400cccd99a201358f248cc7480226  blivet-0.23.9.tar.gz


More information about the scm-commits mailing list