Author: zbyniu                       Date: Sat Jan 27 22:01:46 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- type patch added; pack .py[co] not .py

---- Files affected:
SPECS:
   heartbeat.spec (1.68 -> 1.69) 

---- Diffs:

================================================================
Index: SPECS/heartbeat.spec
diff -u SPECS/heartbeat.spec:1.68 SPECS/heartbeat.spec:1.69
--- SPECS/heartbeat.spec:1.68   Tue Aug 22 13:57:35 2006
+++ SPECS/heartbeat.spec        Sat Jan 27 23:01:40 2007
@@ -14,6 +14,7 @@
 Source1:       %{name}.init
 Source2:       ldirectord.init
 Patch0:                %{name}-ac.patch
+Patch1:                %{name}-type.patch
 URL:           http://linux-ha.org/
 BuildRequires: OpenIPMI-devel >= 2.0.3
 BuildRequires: autoconf
@@ -146,6 +147,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 rm -rf libltdl
 
@@ -155,10 +157,12 @@
 %{__autoconf}
 %{__automake}
 %configure \
-       PING=/bin/ping \
+       FSCK=/sbin/fsck \
+       FUSER=/sbin/fuser \
+       IPTABLES=/usr/sbin/iptables \
        MAILCMD=/bin/mail \
        MOUNT=/bin/mount \
-       FSCK=/sbin/fsck \
+       PING=/bin/ping \
        --with-initdir=/etc/rc.d/init.d \
        --enable-crm \
        --enable-lrm \
@@ -300,7 +304,8 @@
 %defattr(644,root,root,755)
 %doc cts/README
 %dir %{_libdir}/heartbeat/cts
-%attr(755,root,root) %{_libdir}/heartbeat/cts/*.py
+%attr(755,root,root) %{_libdir}/heartbeat/cts/*.py[co]
+%attr(755,root,root) %{_libdir}/heartbeat/cts/*Dummy
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -308,6 +313,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.69  2007/01/27 22:01:40  zbyniu
+- type patch added; pack .py[co] not .py
+
 Revision 1.68  2006/08/22 11:57:35  qboosh
 - added mgmt BRs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/heartbeat.spec?r1=1.68&r2=1.69&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to