This is an automated email from the ASF dual-hosted git repository.

mmartell 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 059deaf  Fix to disable auto updates on rhel8 (#898)
059deaf is described below

commit 059deafd1fe953ac738e39f8c9d9e64482af5043
Author: Michael Martell <mmart...@pivotal.io>
AuthorDate: Thu Dec 2 09:29:38 2021 -0800

    Fix to disable auto updates on rhel8 (#898)
---
 packer/build-rhel-8.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packer/build-rhel-8.json b/packer/build-rhel-8.json
index 0f1f21e..c2acb6f 100644
--- a/packer/build-rhel-8.json
+++ b/packer/build-rhel-8.json
@@ -64,7 +64,7 @@
       "execute_command": "{{.Vars}} /bin/sudo -E -S bash '{{.Path}}'",
       "inline": [
         "yum update -y",
-        "yum remove -y df-automatic"
+        "yum remove -y dnf-automatic"
       ]
     },
     {

Reply via email to