File 0031-azure-events-adjust-the-execution-permissions-on-con.patch of Package resource-agents.11371
From 6e06a1d2d2f56b73519e000362574db8866bf3c1 Mon Sep 17 00:00:00 2001
From: Diego Akechi <dakechi@suse.com>
Date: Fri, 19 Oct 2018 13:44:26 +0200
Subject: [PATCH] azure-events: adjust the execution permissions on
configure.ac
---
configure.ac | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index 3d0554dd..3509df58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -896,6 +896,9 @@ rgmanager/Makefile \
rgmanager/src/resources/utils/Makefile \
)
+dnl Files we output that need to be executable
+AC_CONFIG_FILES([heartbeat/azure-events], [chmod +x heartbeat/azure-events])
+
dnl Now process the entire list of files added by previous
dnl calls to AC_CONFIG_FILES()
AC_OUTPUT()
--
2.16.4