commit shim for openSUSE:Factory

Hello community, here is the log from the commit of package shim for openSUSE:Factory checked in at 2017-08-01 09:24:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shim (Old) and /work/SRC/openSUSE:Factory/.shim.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "shim" Tue Aug 1 09:24:31 2017 rev:59 rq:513024 version:12 Changes: -------- --- /work/SRC/openSUSE:Factory/shim/shim.changes 2017-07-04 09:08:07.545749329 +0200 +++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes 2017-08-01 09:24:32.706751144 +0200 @@ -1,0 +2,5 @@ +Fri Jul 14 16:40:52 UTC 2017 - bwiedemann@suse.com + +- Make build reproducible by avoiding race between find and cp + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shim.spec ++++++ --- /var/tmp/diff_new_pack.lsKhAv/_old 2017-08-01 09:24:33.462644616 +0200 +++ /var/tmp/diff_new_pack.lsKhAv/_new 2017-08-01 09:24:33.466644052 +0200 @@ -196,8 +196,9 @@ 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'
participants (1)
-
root@hilbert.suse.de