File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,15 @@ undo_manifest_fork() {
8484if test -z " ${e2e_skip_build:- } " ; then
8585 echo " Building starting image"
8686 rm -f ${overrides} /rpm/* .rpm
87- # Version from F41 GA
88- add_override grub2-2.12-4.fc41
87+ # Version from F42 prior to GA
88+ add_override grub2-2.12-26.fc42
8989 runv cosa build
9090 prev_image=$( runv cosa meta --image-path qemu)
9191 create_manifest_fork
9292 rm -f ${overrides} /rpm/* .rpm
9393 echo " Building update ostree"
94- # Version queued in current updates
95- add_override grub2-2.12-10.fc41
94+ # Latest (current) version in F42
95+ add_override grub2-2.12-28.fc42
9696 mv ${test_tmpdir} /yumrepo/packages/$( arch) /* .rpm ${overrides} /rpm/
9797 # Only build ostree update
9898 runv cosa build ostree
You can’t perform that action at this time.
0 commit comments