mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
RedHat: Package libafshcrypto libraries
Add libafshcrypto.so.* to authlibs, and libafshcrypto.{a,so} to authlibs-devel. Change-Id: I9b513bc32e532562be2d679b5185411f002f8208 Reviewed-on: http://gerrit.openafs.org/2643 Tested-by: Andrew Deason <adeason@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
469cc14bd1
commit
114b817da5
@ -1542,6 +1542,7 @@ dkms remove -m %{name} -v %{dkms_version} --rpm_safe_upgrade --all ||:
|
||||
%{_libdir}/libafsauthent.so.*
|
||||
%{_libdir}/libafsrpc.so.*
|
||||
%{_libdir}/libkopenafs.so.*
|
||||
%{_libdir}/libafshcrypto.so.*
|
||||
%endif
|
||||
|
||||
%files authlibs-devel
|
||||
@ -1552,10 +1553,12 @@ dkms remove -m %{name} -v %{dkms_version} --rpm_safe_upgrade --all ||:
|
||||
%{_libdir}/libafsauthent_pic.a
|
||||
%{_libdir}/libafsrpc_pic.a
|
||||
%{_libdir}/libkopenafs.a
|
||||
%{_libdir}/libafshcrypto.a
|
||||
%if %{build_authlibs}
|
||||
%{_libdir}/libafsauthent.so
|
||||
%{_libdir}/libafsrpc.so
|
||||
%{_libdir}/libkopenafs.so
|
||||
%{_libdir}/libafshcrypto.so
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user