[Pacemaker] Packages for Opensuse 11.3 don't build / install

Holger Teutsch holger.teutsch at web.de
Tue Feb 15 11:57:25 EST 2011


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}






More information about the Pacemaker mailing list