#1243 gather: Mark repos as containing module hotfixes
Merged 4 years ago by lsedlar. Opened 4 years ago by lsedlar.
lsedlar/pungi module-hotfix-repo  into  master

file modified
+1
@@ -59,6 +59,7 @@ 

              baseurl=[baseurl],

              enabledgroups=enablegroups,

              priority=10 if lookaside else 20,

+             module_hotfixes=True,

          )

  

  

This should prevent DNF from doing any unwanted magic with the contents. Ideally we want it to completely ignore the modular metadata in there, but there seems to be no way to do that.

This should at least prevent it from hiding non-modular packages that are masked by some default stream.

Fixes: https://pagure.io/pungi/issue/1241

The patch is included in pungi-4.1.38-2.fc30.
https://koji.fedoraproject.org/koji/buildinfo?buildID=1315226

There's no build for rawhide, since newer DNF in there keeps segfaulting when running Pungi tests.

I have seen the PR, I hope it will help.

I managed to replicate the issue, and this patch does fix it. It adds 224 packages to the compose, including libgit2-0.28.2-2.fc31.

https://paste.fedoraproject.org/paste/lVO2m0qkN-UkC1Umuec39w

rebased onto fad4a1948e30b4b5f3f342ecad72832475e4351b

4 years ago

The new build was already used for a Rawhide compose and the missing packages are indeed there. Merging.

rebased onto c6d6367

4 years ago

Pull-Request has been merged by lsedlar

4 years ago