Skip to content

Commit 2631e1a

Browse files
committed
Upgrade yum cookbook to version 7.4.13
Signed-off-by: Enrico Usai <[email protected]>
1 parent 2c5f59f commit 2631e1a

File tree

47 files changed

+239
-14
lines changed

Some content is hidden

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

47 files changed

+239
-14
lines changed

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cookbook "nfs", path: "./cookbooks/third-party/nfs-5.0.0"
1414
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"
17-
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.0"
17+
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.13"
1818
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-4.5.0"
1919

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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

cookbooks/aws-parallelcluster-awsbatch/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ cookbook "nfs", path: "../third-party/nfs-5.0.0"
1919
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"
22-
cookbook "yum", path: "../third-party/yum-7.4.0"
22+
cookbook "yum", path: "../third-party/yum-7.4.13"
2323
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"

cookbooks/aws-parallelcluster-awsbatch/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
depends 'openssh', '~> 2.11.3'
2121
depends 'pyenv', '~> 4.2.3'
2222
depends 'selinux', '~> 6.1.12'
23-
depends 'yum', '~> 7.4.0'
23+
depends 'yum', '~> 7.4.13'
2424
depends 'yum-epel', '~> 4.5.0'
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
@@ -6,5 +6,5 @@ cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
66

77
# for shared cookbook
88
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
9-
cookbook "yum", path: "../third-party/yum-7.4.0"
9+
cookbook "yum", path: "../third-party/yum-7.4.13"
1010
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"

cookbooks/aws-parallelcluster-entrypoints/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cookbook "nfs", path: "../third-party/nfs-5.0.0"
1616
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"
19-
cookbook "yum", path: "../third-party/yum-7.4.0"
19+
cookbook "yum", path: "../third-party/yum-7.4.13"
2020
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"
2121

2222
group :integration do

cookbooks/aws-parallelcluster-environment/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ cookbook "line", path: "../third-party/line-4.5.13"
1111

1212
# for shared cookbook
1313
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
14-
cookbook "yum", path: "../third-party/yum-7.4.0"
14+
cookbook "yum", path: "../third-party/yum-7.4.13"
1515
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"

cookbooks/aws-parallelcluster-platform/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ cookbook "selinux", path: "../third-party/selinux-6.1.12"
99

1010
# for shared cookbook
1111
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
12-
cookbook "yum", path: "../third-party/yum-7.4.0"
12+
cookbook "yum", path: "../third-party/yum-7.4.13"
1313
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"

cookbooks/aws-parallelcluster-shared/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ source chef_repo: "."
55
metadata
66

77
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
8-
cookbook "yum", path: "../third-party/yum-7.4.0"
8+
cookbook "yum", path: "../third-party/yum-7.4.13"
99
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"

cookbooks/aws-parallelcluster-shared/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
supports 'redhat', '= 8.7'
1616

1717
depends 'pyenv', '~> 4.2.3'
18-
depends 'yum', '~> 7.4.0'
18+
depends 'yum', '~> 7.4.13'
1919
depends 'yum-epel', '~> 4.5.0'

0 commit comments

Comments
 (0)