[OpenAFS] rhel3 openafs 1.4.5 spec patch
Dave Botsch
botsch@cnf.cornell.edu
Wed, 28 Nov 2007 11:20:16 -0500
Why are these files being removed, anyway?
On Fri, Nov 16, 2007 at 05:03:41PM -0800, Darren Patterson wrote:
> It seems that the libafsauthent and libafsrpc libraries aren't being
> removed correctly when rebuilding openafs 1.4.5 from SRPM. This throws
> an error before the RPMs are generated. Below is a patch for the spec file.
>
> -darren
>
> --- openafs.spec.orig 2007-11-16 16:36:01.000000000 -0800
> +++ openafs.spec 2007-11-16 16:36:28.000000000 -0800
> @@ -1163,8 +1163,8 @@
> done
>
> %if !%{build_authlibs}
> -rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so
> -rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so
> +rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so*
> +rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so*
> %endif
>
> %endif
>
>
> _______________________________________________
> OpenAFS-info mailing list
> OpenAFS-info@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-info
>
--
********************************
David William Botsch
Programmer/Analyst
CNF Computing
botsch@cnf.cornell.edu
********************************