Re: [OS-BUILD PATCH] kernel.spec: Fix UKI naming to comply with BLS

2023-04-11 Thread Philipp Rudo (via Email Bridge)
From: Philipp Rudo on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2391#note_1348622475 Uninstalling isn't a problem for type 2 entries as they are currently explicitly removed in %postun. So at least in this case you don't need to have an entry in %files. Using a wildcar

Re: [OS-BUILD PATCH] kernel.spec: Fix UKI naming to comply with BLS

2023-04-11 Thread Luis Claudio R. Goncalves (via Email Bridge)
From: Luis Claudio R. Goncalves on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2391#note_1348312143 @prudo1 you have a great point wrt the token not being known at that point. I have the impression that even though the kernel does not point to the type 1 entry in /boot/lo

Re: [OS-BUILD PATCH] kernel.spec: Fix UKI naming to comply with BLS

2023-04-11 Thread Philipp Rudo (via Email Bridge)
From: Philipp Rudo on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2391#note_1348248892 @lgoncalv indeed I missed that line. I'm seeing two problems with it. 1) %files is determined during build but the entry token can only be determined during install so we cannot provid

Re: [OS-BUILD PATCH] kernel.spec: Fix UKI naming to comply with BLS

2023-04-04 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2391#note_1340821580 Oh, true, the file is '%ghost' so the build is not broken but we certanly want to have it fixed. Thanks! ___ kernel mailing list -- kerne

Re: [OS-BUILD PATCH] kernel.spec: Fix UKI naming to comply with BLS

2023-04-04 Thread Luis Claudio R. Goncalves (via Email Bridge)
From: Luis Claudio R. Goncalves on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2391#note_1340781482 I have the impression you need to update the %files section for uki-virt, specifically, the line ___ kernel mailing list -- kern

Re: [OS-BUILD PATCH] kernel.spec: Fix UKI naming to comply with BLS

2023-04-04 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2391#note_1340490866 Looks good to me, thanks! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fe

[OS-BUILD PATCH] kernel.spec: Fix UKI naming to comply with BLS

2023-03-31 Thread Philipp Rudo (via Email Bridge)
From: Philipp Rudo kernel.spec: Fix UKI naming to comply with BLS The Boot Loader Specification (BLS) [1] suggests that type #2 entries (UKIs) shall have the same names like type #1 entries with the exception of the suffix being .efi instead of .conf. In particular this means that the name for i