Skip to content

Commit 4c8c3c4

Browse files
authored
Merge pull request #52 from aboe76/centos8
add centos 8 epel information
2 parents 6700fc7 + 909b46e commit 4c8c3c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

epel/map.jinja

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
'key_name': 'RPM-GPG-KEY-EPEL-7',
3939
'rpm': 'http://download.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm',
4040
},
41+
'8': {
42+
'key': 'https://fedoraproject.org/static/352C64E5.txt',
43+
'key_hash': 'sha256=cd1db21a863185127f2e3b264c97fb1c6c44c316385707999041ea475c110d1c',
44+
'key_name': 'RPM-GPG-KEY-EPEL-8',
45+
'rpm': 'http://download.fedoraproject.org/pub/epel/8/x86_64/Packages/e/epel-release-8-5.el8noarch.rpm',
46+
},
4147
},
4248
grain='osmajorrelease')
4349
},

0 commit comments

Comments
 (0)