Accepting request 442620 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/442620 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pesign-obs-integration?expand=0&rev=21
This commit is contained in:
commit
61873ed648
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 08:29:36 UTC 2016 - mmarek@suse.cz
|
||||
|
||||
- Copy over any *.log files from the first build (bsc#1012422)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 3 10:17:32 UTC 2016 - glin@suse.com
|
||||
|
||||
|
@ -14,10 +14,9 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
Name: pesign-obs-integration
|
||||
Summary: Macros and scripts to sign the kernel and bootloader
|
||||
License: GPL-2.0
|
||||
|
@ -84,6 +84,12 @@ for rpm in %_sourcedir/*.rpm; do
|
||||
rpms=("${rpms[@]}" "$rpm")
|
||||
done
|
||||
popd
|
||||
for log in %_sourcedir/*.log; do
|
||||
if test -e "$log"; then
|
||||
mkdir -p "%_topdir/OTHER"
|
||||
cp "$log" "$_"
|
||||
fi
|
||||
done
|
||||
mkdir rsasigned
|
||||
pushd rsasigned
|
||||
cpio -idm <%_sourcedir/@NAME@.cpio.rsasign.sig
|
||||
|
Loading…
Reference in New Issue
Block a user