Turn on module_hotfixes
Setting this to true disables module RPM filtering and make all RPMS from the repository to be available. (https://dnf.readthedocs.io/en/latest/conf_ref.html) Story: 2008454 Task: 42394 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: Icf3be72e12011087f714ac351c3b7c569e8241e3
This commit is contained in:
parent
30f5b3e356
commit
6ae19b9c18
@ -30,6 +30,7 @@ baseurl=LOCAL_BASE/MY_BUILD_DIR/std/rpmbuild/RPMS
|
||||
enabled=1
|
||||
skip_if_unavailable=1
|
||||
metadata_expire=0
|
||||
module_hotfixes=1
|
||||
|
||||
[local-rt]
|
||||
name=local-rt
|
||||
@ -37,6 +38,7 @@ baseurl=LOCAL_BASE/MY_BUILD_DIR/rt/rpmbuild/RPMS
|
||||
enabled=1
|
||||
skip_if_unavailable=1
|
||||
metadata_expire=0
|
||||
module_hotfixes=1
|
||||
|
||||
[local-installer]
|
||||
name=local-installer
|
||||
@ -44,6 +46,7 @@ baseurl=LOCAL_BASE/MY_BUILD_DIR/installer/rpmbuild/RPMS
|
||||
enabled=1
|
||||
skip_if_unavailable=1
|
||||
metadata_expire=0
|
||||
module_hotfixes=1
|
||||
|
||||
[StxCentos8Distro]
|
||||
name=Stx-Centos-8-Distro
|
||||
|
Loading…
Reference in New Issue
Block a user