diff --git a/pungi/dnf_wrapper.py b/pungi/dnf_wrapper.py index cef9c397..798b2f8f 100644 --- a/pungi/dnf_wrapper.py +++ b/pungi/dnf_wrapper.py @@ -59,6 +59,7 @@ class DnfWrapper(dnf.Base): baseurl=[baseurl], enabledgroups=enablegroups, priority=10 if lookaside else 20, + module_hotfixes=True, )