- Some simple tests for _verifyLUKSDevicesHaveKey (#1023442) (amulhern)
- Verify that LUKS devices have some encryption key (#1023442) (amulhern)
This commit is contained in:
parent
f7229a8108
commit
9908bf44c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/blivet-0.35.tar.gz
|
||||
/blivet-0.36.tar.gz
|
||||
/blivet-0.37.tar.gz
|
||||
/blivet-0.38.tar.gz
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user