Thanks. Fixed in git repo. There was a naming convention change that caused 
that. How odd that the published packages did not break and SL did.

On Friday 26 February 2010 09:38:58 am Richard Frewin wrote:
> On Thu 25 Feb 2010 at 18:04, Scott Barninger 
(barnin...@fairfieldcomputers.com) wrote:
> > Bacula-5.0 RPM Release Notes
> > 25 February 2010
> > D. Scott Barninger
>
> Thanks for your hard work on this.
>
> Unfortunately on Scientific Linux 5.2 (x86_64) the following ...
>
>    rpmbuild --rebuild --define "build_sl5 1" --define "build_client_only 1"
> bacula-5.0.1-1.src.rpm
>
> fails with errors...
>
>    ....
>     Installed (but unpackaged) file(s) found:
>    /usr/lib64/libbac-5.0.1.so
>    /usr/lib64/libbaccfg-5.0.1.so
>    /usr/lib64/libbacfind-5.0.1.so
>    /usr/lib64/libbacpy-5.0.1.so
>
> The following patch that simply removes a ',' from four lines in the
> spec file fixes this for me.
>
> ==8><=================================================><8==
> --- SPECS/bacula.spec   2010-02-25 18:54:30.000000000 +0000
> +++ ./bacula.spec       2010-02-26 14:24:55.000000000 +0000
> @@ -1368,10 +1368,10 @@
>  %{_mandir}/man8/bconsole.8.%{manpage_ext}
>  %{_mandir}/man8/btraceback.8.%{manpage_ext}
>  %{_mandir}/man1/bat.1.%{manpage_ext}
> -%{_libdir}/libbac.*
> -%{_libdir}/libbaccfg.*
> -%{_libdir}/libbacfind.*
> -%{_libdir}/libbacpy.*
> +%{_libdir}/libbac*
> +%{_libdir}/libbaccfg*
> +%{_libdir}/libbacfind*
> +%{_libdir}/libbacpy*
>  %_prefix/share/doc/*
>
>  %pre client
>
> ==8><=================================================><8==
>
>
>    Cheers ...
> --
>  ----------------------------------------------------------------------
>   Richard A Frewin              | Email: richard.fre...@astro.cf.ac.uk
>  ______________________________________________________________________
>                "When the straw breaks the camel's back,
>                blood stains the sand.." - Roaring Jelly

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to