Move %find_lang to %install
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
parent
c31e753f4b
commit
858c96942e
@ -3,7 +3,7 @@
|
||||
Summary: An utility for manipulating storage encryption keys and passphrases
|
||||
Name: volume_key
|
||||
Version: 0.3.10
|
||||
Release: 2%{?dist}
|
||||
Release: 2.0.riscv64%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
URL: https://pagure.io/volume_key/
|
||||
@ -86,11 +86,11 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
||||
|
||||
%find_lang volume_key
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%find_lang volume_key
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%files
|
||||
@ -113,6 +113,9 @@ make check
|
||||
%{python2_sitearch}/volume_key.py*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 12 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 0.3.10-2.0.riscv64
|
||||
- Move %%find_lang to %%install
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user