From: Jonathan Billings Date: Tue, 30 Mar 2010 20:35:50 +0000 (-0400) Subject: Updated RedHat RPM spec file to include unreferenced files X-Git-Tag: openafs-devel-1_5_73_1~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c0f1970909d691d551273deee9b63bda50896ae6;p=packages%2Fo%2Fopenafs.git Updated RedHat RPM spec file to include unreferenced files Added the libkopenafs libraries and headers to the authlib package. Added the afs_compile_et binary to the devel package Removed the reference to .../man5/afszcm.cat.* because it is already caught by the earlier reference to .../man5/afs* glob. This caused a warning during the package build process. Change-Id: I64a037a8534ac3d2c6b0aa22249d6827e08af9b1 Reviewed-on: http://gerrit.openafs.org/1671 Reviewed-by: Simon Wilkinson Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/packaging/RedHat/openafs.spec.in b/src/packaging/RedHat/openafs.spec.in index 893fa28a6..66b3d69a2 100644 --- a/src/packaging/RedHat/openafs.spec.in +++ b/src/packaging/RedHat/openafs.spec.in @@ -1454,7 +1454,6 @@ dkms remove -m %{name} -v %{dkms_version} --rpm_safe_upgrade --all ||: %{_mandir}/man8/rmtsysd.* %{_mandir}/man8/vsys.* %{_mandir}/man5/CellAlias.* -%{_mandir}/man5/afszcm.cat.* %files server %defattr(-,root,root) @@ -1534,21 +1533,26 @@ dkms remove -m %{name} -v %{dkms_version} --rpm_safe_upgrade --all ||: %defattr(-,root,root) %{_libdir}/libafsauthent.so.* %{_libdir}/libafsrpc.so.* +%{_libdir}/libkopenafs.so.* %endif %files authlibs-devel %defattr(-,root,root) +%{_includedir}/kopenafs.h %{_libdir}/libafsauthent.a %{_libdir}/libafsrpc.a %{_libdir}/libafsauthent_pic.a %{_libdir}/libafsrpc_pic.a +%{_libdir}/libkopenafs.a %if %{build_authlibs} %{_libdir}/libafsauthent.so %{_libdir}/libafsrpc.so +%{_libdir}/libkopenafs.so %endif %files devel %defattr(-,root,root) +%{_bindir}/afs_compile_et %{_bindir}/rxgen %{_includedir}/afs %{_includedir}/des.h