diff --git a/powerman-multilib.patch b/powerman-multilib.patch new file mode 100644 index 0000000..b59bd47 --- /dev/null +++ b/powerman-multilib.patch @@ -0,0 +1,22 @@ +diff -crB powerman-2.3.5/man/libpowerman.3.in powerman-2.3.5-fedora/man/libpowerman.3.in +*** powerman-2.3.5/man/libpowerman.3.in 2008-12-21 18:34:07.000000000 -0500 +--- powerman-2.3.5-fedora/man/libpowerman.3.in 2009-10-10 20:26:04.000000000 -0400 +*************** +*** 185,191 **** + .fi + + .SH "FILES" +! @X_LIBDIR@/libpowerman.* + .br + @X_INCLUDEDIR@/libpowerman.h + +--- 185,193 ---- + .fi + + .SH "FILES" +! /usr/lib/libpowerman.* +! .br +! /usr/lib64/libpowerman.* + .br + @X_INCLUDEDIR@/libpowerman.h + diff --git a/powerman.spec b/powerman.spec index d3ca357..fe86c00 100644 --- a/powerman.spec +++ b/powerman.spec @@ -1,6 +1,6 @@ Name: powerman Version: 2.3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PowerMan - Power to the Cluster Group: Applications/System @@ -8,6 +8,7 @@ License: GPLv2+ Url: http://sourceforge.net/projects/powerman Source0: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 Patch0: powerman.init.patch +Patch1: powerman-multilib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex bison readline-devel @@ -33,6 +34,7 @@ Development files for Powerman %setup -q -n %{name}-%{version} %patch0 -p1 -b .initpatch +%patch1 -p1 -b .multilibpatch %build @@ -105,6 +107,9 @@ fi %{_libdir}/stonith/plugins/external/powerman %changelog +* Sat Oct 10 2009 Steven M. Parrish - 2.3.5-2 +- Fix multilib issue #509691 + * Wed Aug 26 2009 Steven Parrish - 2.3.5-1 - Deprecated undocumented powerman.conf port directive. - Added powerman.conf listen directive to configure which interfaces