Remove EPEL as hardcoded dependency of centos elements
The previous commit removes dkms from the base element, which means the centos elements should no longer have a dependency on EPEL. Therefore, we should not hardcode the epel dependency. It can still be included in image builds as desired by using the epel element explicitly. Co-Authored-By: Ben Nemec <bnemec@redhat.com> Change-Id: Iceff0d5bedd9816adfd2990970e7c216b67b6bd0
This commit is contained in:
parent
01a0dbf7c0
commit
49baaa4114
@ -1,3 +1,2 @@
|
||||
epel
|
||||
yum-minimal
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
cache-url
|
||||
dib-run-parts
|
||||
epel
|
||||
redhat-common
|
||||
rpm-distro
|
||||
yum
|
||||
|
@ -1,6 +1,5 @@
|
||||
cache-url
|
||||
dib-run-parts
|
||||
epel
|
||||
redhat-common
|
||||
rpm-distro
|
||||
source-repositories
|
||||
|
Loading…
Reference in New Issue
Block a user