#857 Manually pull in secureboot packages which we cannot tag into eln
Closed 3 years ago by sgallagh. Opened 3 years ago by sgallagh.
sgallagh/pungi-fedora eln  into  eln

file modified
+9 -7
@@ -62,6 +62,15 @@ 

  pkgset_koji_tag = 'eln'

  pkgset_koji_inherit = False

  

+ # Manually include grub2 and shim from F33

+ pkgset_koji_builds = [

+     "grub2-2.04-24.eln101",

+     "kernel-5.8.0-0.rc1.20200617git69119673bd50.1.fc33",

+     "lorax-33.5-2.fc33",

+     "pesign-0.112-30.eln101",

+     "shim-15-8"

+ ]

+ 

  filter_system_release_packages = False

  

  # GATHER
@@ -142,13 +151,6 @@ 

      })

  ]

  

- # Add the rawhide repository for missing packages

- lorax_extra_sources = [

-     ('^Everything$', {

-         '*': 'https://kojipkgs.fedoraproject.org/repos/f33-build/latest/$basearch/',

-     })

- ]

- 

  #extra_packages = [

  #    '/mnt/packages/foo*',

  #]

Stop pulling in the Rawhide repo and instead pull specific Koji builds into the compose for secureboot.

rebased onto 792e65f

3 years ago

Closing as this is not needed

Pull-Request has been closed by sgallagh

3 years ago