Add HMAC checksum file for the static library
This commit is contained in:
parent
54f75f025e
commit
6e1c0b07e1
@ -73,6 +73,7 @@
|
||||
%{?__debug_package:%{__debug_install_post}} \
|
||||
%{__arch_install_post} \
|
||||
%{__os_install_post} \
|
||||
%{_bindir}/fipshmac %{buildroot}/%{_lib}/libcrypt.a \
|
||||
%{_bindir}/fipshmac %{buildroot}/%{_lib}/libcrypt.so.%{sov} \
|
||||
%{__ln_s} .libcrypt.so.%{sov}.hmac \\\
|
||||
%{buildroot}/%{_lib}/.libcrypt.so.%{soc}.hmac \
|
||||
@ -345,12 +346,14 @@ done
|
||||
|
||||
|
||||
%files static
|
||||
/%{_lib}/.libcrypt.a.hmac
|
||||
/%{_lib}/libcrypt.a
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 14 2018 Björn Esser <besser82@fedoraproject.org> - 4.3.3-3
|
||||
- Add two upstream patches with minor fixes
|
||||
- Add HMAC checksum file for the static library
|
||||
|
||||
* Tue Nov 13 2018 Björn Esser <besser82@fedoraproject.org> - 4.3.3-2
|
||||
- Add a patch to define crypt_gensalt_r as macro, so applications
|
||||
|
Loading…
Reference in New Issue
Block a user