- Some simple tests for _verifyLUKSDevicesHaveKey (#1023442) (amulhern)

- Verify that LUKS devices have some encryption key (#1023442) (amulhern)
This commit is contained in:
Brian C. Lane 2014-01-24 16:59:19 -08:00
parent f7229a8108
commit 9908bf44c3
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@
/blivet-0.35.tar.gz
/blivet-0.36.tar.gz
/blivet-0.37.tar.gz
/blivet-0.38.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.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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 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)

View File

@ -1 +1 @@
c1a8f78397235094d68df8348f7ec429 blivet-0.37.tar.gz
4155322fb12715722aa99d3c4bea08da blivet-0.38.tar.gz