packages (pacemaker-1_1): pacemaker/pacemaker.spec, pacemaker/pacemaker-awk...
jajcus
jajcus at pld-linux.org
Wed Jun 6 11:17:48 CEST 2012
Author: jajcus Date: Wed Jun 6 09:17:47 2012 GMT
Module: packages Tag: pacemaker-1_1
---- Log message:
- awk path fixed in a test script
---- Files affected:
packages/pacemaker:
pacemaker.spec (1.17.2.2 -> 1.17.2.3) , pacemaker-awk.patch (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: packages/pacemaker/pacemaker.spec
diff -u packages/pacemaker/pacemaker.spec:1.17.2.2 packages/pacemaker/pacemaker.spec:1.17.2.3
--- packages/pacemaker/pacemaker.spec:1.17.2.2 Wed Jun 6 11:02:42 2012
+++ packages/pacemaker/pacemaker.spec Wed Jun 6 11:17:42 2012
@@ -17,6 +17,7 @@
Source1: %{name}.tmpfiles
Patch0: %{name}-ncurses.patch
Patch1: %{name}-libs.patch
+Patch2: %{name}-awk.patch
URL: http://clusterlabs.org/wiki/Main_Page
BuildRequires: asciidoc
BuildRequires: autoconf
@@ -110,6 +111,7 @@
%setup -qn ClusterLabs-pacemaker-b5b0a7b
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
%{__libtoolize}
@@ -276,6 +278,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17.2.3 2012/06/06 09:17:42 jajcus
+- awk path fixed in a test script
+
Revision 1.17.2.2 2012/06/06 09:02:42 jajcus
- move init.d only when building with corosync, there is no init script for heartbeat-only build
================================================================
Index: packages/pacemaker/pacemaker-awk.patch
diff -u /dev/null packages/pacemaker/pacemaker-awk.patch:1.1.2.1
--- /dev/null Wed Jun 6 11:17:48 2012
+++ packages/pacemaker/pacemaker-awk.patch Wed Jun 6 11:17:42 2012
@@ -0,0 +1,8 @@
+--- ClusterLabs-pacemaker-b5b0a7b/shell/regression/testcases/ra.filter.orig 2012-06-06 11:11:49.000000000 +0200
++++ ClusterLabs-pacemaker-b5b0a7b/shell/regression/testcases/ra.filter 2012-06-06 11:11:56.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/awk -f
++#!/bin/awk -f
+ # reduce the providers list to heartbeat and pacemaker
+ # (prevents other providers creeping in)
+ function reduce(a) {
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/pacemaker/pacemaker.spec?r1=1.17.2.2&r2=1.17.2.3
More information about the pld-cvs-commit
mailing list