From 9908bf44c3ff5bf213debe192310de36ae433e12 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 24 Jan 2014 16:59:19 -0800 Subject: [PATCH] - Some simple tests for _verifyLUKSDevicesHaveKey (#1023442) (amulhern) - Verify that LUKS devices have some encryption key (#1023442) (amulhern) --- .gitignore | 1 + python-blivet.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e427d77..d80eca3 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /blivet-0.35.tar.gz /blivet-0.36.tar.gz /blivet-0.37.tar.gz +/blivet-0.38.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index e47a120..68615d5 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.37 +Version: 0.38 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -61,6 +61,10 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Fri Jan 24 2014 Brian C. Lane - 0.38-1 +- Some simple tests for _verifyLUKSDevicesHaveKey (#1023442) (amulhern) +- Verify that LUKS devices have some encryption key (#1023442) (amulhern) + * Wed Jan 22 2014 Brian C. Lane - 0.37-1 - Only do SELinux context resets if in installer mode (#1038146) (amulhern) - Look up SELinux context for lost+found where it is needed (#1038146) diff --git a/sources b/sources index a730c4c..e86b450 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1a8f78397235094d68df8348f7ec429 blivet-0.37.tar.gz +4155322fb12715722aa99d3c4bea08da blivet-0.38.tar.gz