[Pacemaker] rpm packages in Pacemaker's rpm-next do not install

Holger Teutsch holger.teutsch at web.de
Thu Feb 17 13:49:37 EST 2011


At least for Opensuse 11.3 x86_64. May be the title of my previous mail
was misleading.
-h
On Tue, 2011-02-15 at 17:57 +0100, Holger Teutsch wrote:
> Hi,
> the packages from rpm-next(64bit) for opensuse 11.3 do not install there (at least true for 1.1.4 and 1.1.5).
> 
> The plugin is in
> ./usr/lib/lcrso/pacemaker.lcrso
> 
> but should be in
> ./usr/lib64/lcrso/pacemaker.lcrso
> 
> I think the patch below (borrowed from the 'official' packages) cures.
> Regards
> Holger
> 
> 
> diff -r 43a11c0daae4 pacemaker.spec
> --- a/pacemaker.spec	Mon Feb 14 15:25:13 2011 +0100
> +++ b/pacemaker.spec	Tue Feb 15 17:50:27 2011 +0100
> @@ -1,3 +1,7 @@
> +%if 0%{?suse_version}
> +%define _libexecdir %{_libdir}
> +%endif
> +
>  %global gname haclient
>  %global uname hacluster
>  %global pcmk_docdir %{_docdir}/%{name}
> 
> 
> 
> _______________________________________________
> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> 
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker






More information about the Pacemaker mailing list