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
Contributor
  • 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
  • shim.spec: Use io.open instead of pcall rpm.open in pretrans lua script
- 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 - shim.spec: Use io.open instead of pcall rpm.open in pretrans lua script
joeyli added 2 commits 2025-11-28 09:38:12 +01:00
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.
and pretrans lus script with the old  rpm-4.14.3 on SLE-15-SP3
autogits-devel requested review from dirkmueller 2025-11-28 09:38:17 +01:00
autogits-devel requested review from gary_lin 2025-11-28 09:38:18 +01:00
autogits-devel removed review request for dirkmueller 2025-11-28 09:45:42 +01:00
autogits-devel removed review request for gary_lin 2025-11-28 09:45:42 +01:00
joeyli manually merged commit 23696729d5 into main 2025-11-28 09:45:46 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: devel-factory/shim#4