Skip to content

Commit 7173f72

Browse files
authored
Merge pull request #56 from myii/bug/update-map-jinja-link-for-epel-8
fix(map.jinja): update link to `rpm` for `EPEL-8`
2 parents 30ade3d + 3e90e0d commit 7173f72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

epel/map.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'key': 'https://fedoraproject.org/static/352C64E5.txt',
4343
'key_hash': 'sha256=cd1db21a863185127f2e3b264c97fb1c6c44c316385707999041ea475c110d1c',
4444
'key_name': 'RPM-GPG-KEY-EPEL-8',
45-
'rpm': 'http://download.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/e/epel-release-8-7.el8.noarch.rpm',
45+
'rpm': 'http://download.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/e/epel-release-8-8.el8.noarch.rpm',
4646
},
4747
},
4848
grain='osmajorrelease')

test/integration/default/controls/packages_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
end
1616
when 'centos'
1717
if platform[:release].start_with?('8')
18-
'8-7.el8'
18+
'8-8.el8'
1919
elsif platform[:release].start_with?('7')
2020
'7-12'
2121
elsif platform[:release].start_with?('6')

0 commit comments

Comments
 (0)