vboot-utils/vboot-utils-9b08a3c4.patch
Javier Martinez Canillas 5cf0fc5429
Update to upstream snapshot 9b08a3c4
While being there also `BuildRequires: flashrom-devel` since all the tools
depending on this are removed from the artifcats and not installed.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2023-01-27 16:31:53 +01:00

12 lines
430 B
Diff

diff -ru vboot-utils-61971455-orig/futility/updater_utils.c vboot-utils-61971455/futility/updater_utils.c
--- vboot-utils-61971455-orig/futility/updater_utils.c 2022-06-16 02:45:02.000000000 +0200
+++ vboot-utils-61971455/futility/updater_utils.c 2022-06-20 15:06:24.192678422 +0200
@@ -700,7 +700,7 @@
if (!cmd)
return -1;
- VB2_DEBUG(cmd);
+ VB2_DEBUG("flashrom cmd: %s\n", cmd);
r = system(cmd);
free(cmd);
if (r)