If you build without the authlibs rpm, you are asking to not have these.
Look at the change in the context below.


On Nov 28, 2007 11:20 AM, Dave Botsch <[EMAIL PROTECTED]> wrote:

> 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
> [EMAIL PROTECTED]
> ********************************
> _______________________________________________
> OpenAFS-info mailing list
> OpenAFS-info@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-info
>

Reply via email to