Accepting request 513024 from devel:openSUSE:Factory

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/513024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shim?expand=0&rev=59
This commit is contained in:
Yuchen Lin 2017-08-01 07:24:31 +00:00 committed by Git OBS Bridge
commit e507791995
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 14 16:40:52 UTC 2017 - bwiedemann@suse.com
- Make build reproducible by avoiding race between find and cp
-------------------------------------------------------------------
Thu Jun 22 03:26:00 UTC 2017 - glin@suse.com

View File

@ -196,8 +196,9 @@ ln -s shim-${suffixes[0]}.efi shim.efi
mv shim-${suffixes[0]}.debug shim.debug
# Collect the source for debugsource
mkdir source
find . \( -name "*.c" -o -name "*.h" \) -type f -exec cp --parents -a {} source/ \;
mkdir ../source
find . \( -name "*.c" -o -name "*.h" \) -type f -exec cp --parents -a {} ../source/ \;
mv ../source .
%install
export BRP_PESIGN_FILES='%{_libdir}/efi/shim*.efi %{_libdir}/efi/MokManager.efi %{_libdir}/efi/fallback.efi'