3
0
forked from pool/shim

16.1-add-MS-signed-shim-v4 #4

Manually merged
joeyli merged 2 commits from joeyli/shim:16.1-add-MS-signed-shim-v4 into main 2025-11-28 09:45:46 +01:00

2 Commits

Author SHA256 Message Date
23696729d5 shim.changes: Update change log for Fixed some issues in RPM Macro
and pretrans lus script with the old  rpm-4.14.3 on SLE-15-SP3
2025-11-28 16:35:03 +08:00
9ba7595340 shim.spec: Use io.open instead of pcall rpm.open in pretrans lua script
With the rpm-4.14.3 on SLE-15-SP3, using rpm.open through pcall can
not access the db and SecureBoot efi variable files. We got the
following message when the pretrans lua script is running:

WARNING: Attempt to open db EFI variable file failed. Error message:
attempt to call a nil value

Using io.open instead of pcall(rpm.open can workaround this issue.
2025-11-28 14:33:01 +08:00