diff --git a/SPECS/volume_key.spec b/SPECS/volume_key.spec index 461e7f1..15f06fe 100644 --- a/SPECS/volume_key.spec +++ b/SPECS/volume_key.spec @@ -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 +* Wed Aug 14 2019 Jiri Kucera - 0.3.11-5 +- Place %%find_lang to proper place + Resolves: #1665135 + +* Tue Jan 08 2019 Jiri Kucera - 0.3.11-4 - fixed License - Requires: /usr/bin/gpg2 in libs subpackage - Added support for opening all types of LUKS devices