-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update predictions if systemd-boot is updated #146
Comments
There is a trigger in the spec file that should be doing this: https://github.com/openSUSE/sdbootutil/blob/main/sdbootutil.spec#L120 |
hmm won't that trigger if systemd-boot AND sdbootutil are in the same transaction? Maybe systemd-boot.spec also needs the same trigger? |
It is hard to interpret the documentation [1][2]:
The first sentence suggest that the trigger will be executed if one package that contains those reference files are updated, but it is hard to decode it properly : (( Can be that also this is required:
[1] https://rpm-software-management.github.io/rpm/manual/file_triggers.html |
Is this still an issue? |
the current sdbootutil.tukit + suse-module-tools approach only triggers based on the logic of
regenerate-initrd-posttrans
However this ignores when systemd-boot is updated, because systemd-boot doesn't need to regenerate the intrd
But systemd-boot is measured..so measurements are invalidated.
The text was updated successfully, but these errors were encountered: