rpms/heartbeat/EL-5 heartbeat.spec,1.16,1.17

Kevin Fenzi kevin at fedoraproject.org
Sun Mar 21 02:34:53 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/heartbeat/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30427

Modified Files:
	heartbeat.spec 
Log Message:
Set HB_LIBHBDIR to fix 32/64bit path issue. #570982



Index: heartbeat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/heartbeat/EL-5/heartbeat.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- heartbeat.spec	27 Nov 2009 04:23:04 -0000	1.16
+++ heartbeat.spec	21 Mar 2010 02:34:51 -0000	1.17
@@ -6,7 +6,7 @@
 Summary:          Heartbeat subsystem for High-Availability Linux
 Name:             heartbeat
 Version:          2.1.4
-Release:          10%{?dist}
+Release:          11%{?dist}
 License:          GPLv2 and LGPLv2+
 URL:              http://linux-ha.org/
 Group:            System Environment/Daemons
@@ -137,7 +137,7 @@ GUI client for Heartbeat clusters
 %build
 ./bootstrap
 # disable-fatal-warnings flag used to disable gcc4.x warnings of 'difference in signedness'
-CFLAGS=${RPM_OPT_FLAGS} \
+HA_LIBHBDIR=%{_libdir}/heartbeat CFLAGS=${RPM_OPT_FLAGS} \
 %configure \
   --with-ocf-root=%{_datadir}/ocf \
   --disable-fatal-warnings \
@@ -348,6 +348,9 @@ fi
 %{_bindir}/hb_gui
 
 %changelog
+* Sat Mar 20 2010 Kevin Fenzi <kevin at tummy.com> - 2.1.4-11
+- Set HB_LIBHBDIR to fix 32/64bit path issue. #570982
+ 
 * Thu Nov 26 2009 Kevin Fenzi <kevin at tummy.com> - 2.1.4-10
 - Add BuildRequires for openhpi-devel to build bladehpi stonith plugin. 
 



More information about the scm-commits mailing list