Skip to content

Commit

Permalink
Ensure ca-certificates package is in the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
to-bar committed May 26, 2022
1 parent a72832b commit ecaba47
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog 1.0

## [1.0.4] 2022-xx-xx

### Fixed

- [#3165](https://github.com/epiphany-platform/epiphany/issues/3165) - [CentOS/RHEL] download-requirements.sh fails due to expired certificate

## [1.0.3] 2022-05-16

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,9 @@ else
fi
fi

# Ensure ca-certificates package is in the latest version
run_cmd_with_retries yum install -y ca-certificates 3

# --- Install required packages unless present ---

# repos can be enabled or disabled using the yum-config-manager command, which is provided by yum-utils package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,9 @@ else
fi
fi

# Ensure ca-certificates package is in the latest version
run_cmd_with_retries yum install -y ca-certificates 3

# Fix for RHUI client certificate expiration [#2319]
if is_repo_enabled "rhui-microsoft-azure-rhel"; then
run_cmd_with_retries yum update -y --disablerepo='*' --enablerepo='rhui-microsoft-azure-rhel*' 3
Expand Down

0 comments on commit ecaba47

Please sign in to comment.