You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per https://dnf.readthedocs.io/en/latest/modularity.html#hotfix-repositories,
if package you have rebuilt and put into your local repository belongs to
a module, it will not be installed even with better version, because
of the filtering by modules.
To make the system use packages from a repository regardless of their
modularity, specify module_hotfixes=true in the .repo file.
This protects the repository from package filtering.
0 commit comments