Skip to content

Commit 14a2b11

Browse files
committed
Upgrade yum-epel cookbook to version 5.0.2
Signed-off-by: Enrico Usai <[email protected]>
1 parent 2631e1a commit 14a2b11

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+328
-552
lines changed

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cookbook "openssh", path: "./cookbooks/third-party/openssh-2.11.3"
1515
cookbook "pyenv", path: "./cookbooks/third-party/pyenv-4.2.3"
1616
cookbook "selinux", path: "./cookbooks/third-party/selinux-6.1.12"
1717
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.13"
18-
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-4.5.0"
18+
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-5.0.2"
1919

2020
cookbook "aws-parallelcluster-awsbatch", path: "./cookbooks/aws-parallelcluster-awsbatch"
2121
cookbook "aws-parallelcluster-computefleet", path: "./cookbooks/aws-parallelcluster-computefleet"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1616
- pyenv-4.2.3 (from pyenv-3.5.1)
1717
- selinux-6.1.12 (from selinux-6.0.5)
1818
- yum-7.4.13 (from yum-7.4.0)
19+
- yum-epel-5.0.2 (from yum-epel-4.5.0)
1920

2021
**BUG FIXES**
2122

cookbooks/aws-parallelcluster-awsbatch/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ cookbook "openssh", path: "../third-party/openssh-2.11.3"
2020
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
2121
cookbook "selinux", path: "../third-party/selinux-6.1.12"
2222
cookbook "yum", path: "../third-party/yum-7.4.13"
23-
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"
23+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-awsbatch/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
depends 'pyenv', '~> 4.2.3'
2222
depends 'selinux', '~> 6.1.12'
2323
depends 'yum', '~> 7.4.13'
24-
depends 'yum-epel', '~> 4.5.0'
24+
depends 'yum-epel', '~> 5.0.2'
2525
depends 'aws-parallelcluster-shared', '~> 3.8.0'

cookbooks/aws-parallelcluster-computefleet/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
77
# for shared cookbook
88
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
99
cookbook "yum", path: "../third-party/yum-7.4.13"
10-
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"
10+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-entrypoints/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cookbook "openssh", path: "../third-party/openssh-2.11.3"
1717
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
1818
cookbook "selinux", path: "../third-party/selinux-6.1.12"
1919
cookbook "yum", path: "../third-party/yum-7.4.13"
20-
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"
20+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
2121

2222
group :integration do
2323
cookbook 'aws-parallelcluster-tests', path: '../aws-parallelcluster-tests'

cookbooks/aws-parallelcluster-environment/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ cookbook "line", path: "../third-party/line-4.5.13"
1212
# for shared cookbook
1313
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
1414
cookbook "yum", path: "../third-party/yum-7.4.13"
15-
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"
15+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-platform/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ cookbook "selinux", path: "../third-party/selinux-6.1.12"
1010
# for shared cookbook
1111
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
1212
cookbook "yum", path: "../third-party/yum-7.4.13"
13-
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"
13+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-shared/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata
66

77
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
88
cookbook "yum", path: "../third-party/yum-7.4.13"
9-
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"
9+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-shared/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
depends 'pyenv', '~> 4.2.3'
1818
depends 'yum', '~> 7.4.13'
19-
depends 'yum-epel', '~> 4.5.0'
19+
depends 'yum-epel', '~> 5.0.2'

0 commit comments

Comments
 (0)