Hello community,

here is the log from the commit of package pesign-obs-integration for 
openSUSE:Leap:15.2 checked in at 2020-02-25 12:16:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/pesign-obs-integration (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.pesign-obs-integration.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pesign-obs-integration"

Tue Feb 25 12:16:51 2020 rev:34 rq:778534 version:10.1

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/pesign-obs-integration/pesign-obs-integration.changes
  2020-01-15 15:43:41.079263287 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.pesign-obs-integration.new.26092/pesign-obs-integration.changes
       2020-02-25 12:17:02.464414802 +0100
@@ -1,0 +2,6 @@
+Thu Feb 20 14:10:03 UTC 2020 - Marcus Meissner <[email protected]>
+
+- sign stage3.bin from s390-tools with sign-files (bsc#1163524) 
+  0001-sign-stage3.bin-from-s390-tools-with-sign-files-bsc-.patch
+
+-------------------------------------------------------------------

New:
----
  0001-sign-stage3.bin-from-s390-tools-with-sign-files-bsc-.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pesign-obs-integration.spec ++++++
--- /var/tmp/diff_new_pack.6bEUKJ/_old  2020-02-25 12:17:02.784415466 +0100
+++ /var/tmp/diff_new_pack.6bEUKJ/_new  2020-02-25 12:17:02.788415473 +0100
@@ -32,6 +32,8 @@
 BuildRequires:  openssl
 Url:            http://en.opensuse.org/openSUSE:UEFI_Image_File_Sign_Tools
 Source:         %{name}_%{version}.tar.gz
+# 
https://github.com/openSUSE/pesign-obs-integration/commit/028e04a32e619a15c3d66ad57576c6235323f042
+Patch0:                
0001-sign-stage3.bin-from-s390-tools-with-sign-files-bsc-.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # suse-module-tools <= 15.0.10 contains modsign-verify
 Requires:       suse-module-tools >= 15.0.10
@@ -42,6 +44,7 @@
 
 %prep
 %setup -D -n %{name}
+%patch0 -p1
 
 %build
 

++++++ 0001-sign-stage3.bin-from-s390-tools-with-sign-files-bsc-.patch ++++++
>From 2ef935c08c201676665922c913db2fea429e45cc Mon Sep 17 00:00:00 2001
From: Marcus Meissner <[email protected]>
Date: Thu, 13 Feb 2020 16:20:45 +0100
Subject: [PATCH] sign stage3.bin from s390-tools with sign-files (bsc#1163524)

---
 pesign-repackage.spec.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pesign-repackage.spec.in b/pesign-repackage.spec.in
index 1679878..3d3108b 100644
--- a/pesign-repackage.spec.in
+++ b/pesign-repackage.spec.in
@@ -148,6 +148,9 @@ for sig in "${sigs[@]}"; do
                        /usr/lib/rpm/pesign/gen-hmac -r %buildroot 
"/${sig%.sig}"
                fi
                ;;
+       *stage3.bin.sig)
+               /usr/lib/rpm/pesign/kernel-sign-file -i pkcs7 -s "$sig" sha256 
"$cert" "$f"
+               ;;
        *)
                echo "Warning: unhandled signature: $sig" >&2
        esac
-- 
2.16.4


Reply via email to