import volume_key-0.3.11-5.el8

This commit is contained in:
CentOS Sources 2020-01-21 15:37:51 -05:00 committed by Stepan Oksanichenko
parent 441305fdd1
commit 55acfbeac2
1 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Summary: An utility for manipulating storage encryption keys and passphrases
Name: volume_key
Version: 0.3.11
Release: 4%{?dist}
Release: 5%{?dist}
# lib/{SECerrs,SSLerrs}.h are both licensed under MPLv1.1, GPLv2 and LGPLv2
License: GPLv2 and (MPLv1.1 or GPLv2 or LGPLv2)
Group: Applications/System
@ -88,6 +88,8 @@ make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
%find_lang volume_key
%check
make check || { \
echo "======================== ./test-suite.log ========================"; \
@ -96,8 +98,6 @@ echo "=================================================================="; \
exit 1; \
}
%find_lang volume_key
%clean
rm -rf $RPM_BUILD_ROOT
@ -128,7 +128,11 @@ rm -rf $RPM_BUILD_ROOT
%{python3_sitearch}/__pycache__/volume_key.*
%changelog
* Tue Jan 08 2019 Jiri Kucera <jkucera@redhat.com>
* Wed Aug 14 2019 Jiri Kucera <jkucera@redhat.com> - 0.3.11-5
- Place %%find_lang to proper place
Resolves: #1665135
* Tue Jan 08 2019 Jiri Kucera <jkucera@redhat.com> - 0.3.11-4
- fixed License
- Requires: /usr/bin/gpg2 in libs subpackage
- Added support for opening all types of LUKS devices