Hello community,
here is the log from the commit of package pesign-obs-integration for
openSUSE:Factory checked in at 2016-12-01 10:20:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pesign-obs-integration (Old)
and /work/SRC/openSUSE:Factory/.pesign-obs-integration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pesign-obs-integration"
Changes:
--------
---
/work/SRC/openSUSE:Factory/pesign-obs-integration/pesign-obs-integration.changes
2016-03-09 15:16:14.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.pesign-obs-integration.new/pesign-obs-integration.changes
2016-12-01 10:20:44.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Nov 29 08:29:36 UTC 2016 - [email protected]
+
+- Copy over any *.log files from the first build (bsc#1012422)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pesign-obs-integration.spec ++++++
--- /var/tmp/diff_new_pack.yrOoce/_old 2016-12-01 10:20:45.000000000 +0100
+++ /var/tmp/diff_new_pack.yrOoce/_new 2016-12-01 10:20:45.000000000 +0100
@@ -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
++++++ pesign-repackage.spec.in ++++++
--- /var/tmp/diff_new_pack.yrOoce/_old 2016-12-01 10:20:45.000000000 +0100
+++ /var/tmp/diff_new_pack.yrOoce/_new 2016-12-01 10:20:45.000000000 +0100
@@ -84,6 +84,12 @@
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/@[email protected]