]> git.pld-linux.org Git - packages/pacemaker.git/commitdiff
- awk path fixed in a test script
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 6 Jun 2012 09:17:42 +0000 (09:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pacemaker-awk.patch -> 1.1.2.1
    pacemaker.spec -> 1.17.2.3

pacemaker-awk.patch [new file with mode: 0644]
pacemaker.spec

diff --git a/pacemaker-awk.patch b/pacemaker-awk.patch
new file mode 100644 (file)
index 0000000..2992b4a
--- /dev/null
@@ -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) {
index 6c403917ce8ead3d29f7a568665e133c66764205..9be3f2b3d33cbaf050da7ad114a41b005150459d 100644 (file)
@@ -16,6 +16,7 @@ Source0:      ClusterLabs-pacemaker-Pacemaker-%{version}-0-gee0730e.tar.gz
 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
@@ -109,6 +110,7 @@ Static Pacemaker libraries.
 %setup -qn ClusterLabs-pacemaker-b5b0a7b
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.042102 seconds and 4 git commands to generate.