[shim/f19] Use the right hash command line.

Peter Jones pjones at fedoraproject.org
Fri Jun 7 21:17:44 UTC 2013


commit b03890160e6c09ec3f5ec687a19c3e89d953fdf8
Author: Peter Jones <pjones at redhat.com>
Date:   Fri Jun 7 17:17:26 2013 -0400

    Use the right hash command line.

 shim.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shim.spec b/shim.spec
index 0df7275..3fea860 100644
--- a/shim.spec
+++ b/shim.spec
@@ -90,7 +90,7 @@ cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
-pesign -h -i shim.efi -h > shim.hash
+pesign -h -P -i shim.efi -h > shim.hash
 install -D -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/shim/
 install -m 0644 shim.efi $RPM_BUILD_ROOT%{_datadir}/shim/shim.efi
 install -m 0644 shim.hash $RPM_BUILD_ROOT%{_datadir}/shim/shim.hash


More information about the scm-commits mailing list