This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new a04572d GEODE-4899: Add missing patch to RHEL7 (#245)
a04572d is described below
commit a04572d74e97d7d2cf194d4af9531eb97af614c7
Author: M. Oleske <[email protected]>
AuthorDate: Wed Mar 21 09:37:27 2018 -0700
GEODE-4899: Add missing patch to RHEL7 (#245)
---
packer/rhel/install-build-rpms.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/packer/rhel/install-build-rpms.sh
b/packer/rhel/install-build-rpms.sh
index d7798eb..8e0c78d 100644
--- a/packer/rhel/install-build-rpms.sh
+++ b/packer/rhel/install-build-rpms.sh
@@ -6,9 +6,9 @@
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -17,4 +17,4 @@
set -x -e -o pipefail
-yum install -y git2u make doxygen zlib-devel
\ No newline at end of file
+yum install -y git2u make doxygen zlib-devel patch
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
[email protected].