Hello community, here is the log from the commit of package shim for openSUSE:Factory checked in at 2020-07-28 17:23:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shim (Old) and /work/SRC/openSUSE:Factory/.shim.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shim" Tue Jul 28 17:23:23 2020 rev:83 rq:822930 version:15+git47 Changes: -------- --- /work/SRC/openSUSE:Factory/shim/shim.changes 2020-07-26 16:16:56.324673583 +0200 +++ /work/SRC/openSUSE:Factory/.shim.new.3592/shim.changes 2020-07-28 17:23:58.389811800 +0200 @@ -1,0 +2,7 @@ +Mon Jul 27 07:26:03 UTC 2020 - Gary Ching-Pang Lin <g...@suse.com> + +- Replace shim-correct-license-in-headers.patch with the upstream + commit: shim-bsc1174512-correct-license-in-headers.patch + (bsc#1174512) + +------------------------------------------------------------------- Old: ---- shim-correct-license-in-headers.patch New: ---- shim-bsc1174512-correct-license-in-headers.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shim.spec ++++++ --- /var/tmp/diff_new_pack.DbIYRg/_old 2020-07-28 17:23:59.817813420 +0200 +++ /var/tmp/diff_new_pack.DbIYRg/_new 2020-07-28 17:23:59.821813425 +0200 @@ -70,7 +70,8 @@ Patch3: shim-bsc1092000-fallback-menu.patch # PATCH-FIX-UPSTREAM shim-always-mirror-mok-variables.patch g...@suse.com -- Mirror MOK variables correctly Patch4: shim-always-mirror-mok-variables.patch -Patch5: shim-correct-license-in-headers.patch +# PATCH-FIX-UPSTREAM shim-bsc1174512-correct-license-in-headers.patch g...@suse.com -- Fix the license header in errlog.c and mok.c +Patch5: shim-bsc1174512-correct-license-in-headers.patch # PATCH-FIX-UPSTREAM gcc9-fix-warnings.patch mli...@suse.cz -- MokManager: Use CompareMem on MokListNode.Type instead of CompareGuid Patch6: gcc9-fix-warnings.patch # PATCH-FIX-OPENSUSE shim-fix-gnu-efi-3.0.11.patch g...@suse.com -- Fix the build error caused by the typo fix in gnu-efi 3.0.11 ++++++ shim-bsc1174512-correct-license-in-headers.patch ++++++ >From 248e327146daf008b32615423f86d0a985d9d519 Mon Sep 17 00:00:00 2001 From: Peter Jones <pjo...@redhat.com> Date: Thu, 9 Jul 2020 00:24:57 -0400 Subject: [PATCH] Remove a couple of incorrect license claims. A certain someone's default editor template leaked in to a couple of source files, and claims they're GPL licensed. They're not. Signed-off-by: Peter Jones <pjo...@redhat.com> (cherry picked from commit 476cbff111001d01a5a27dc2289fc7cd2d34c38e) --- errlog.c | 3 --- mok.c | 2 -- 2 files changed, 5 deletions(-) diff --git a/errlog.c b/errlog.c index 18be482..e2ac04a 100644 --- a/errlog.c +++ b/errlog.c @@ -1,10 +1,7 @@ /* * errlog.c * Copyright 2017 Peter Jones <pjo...@redhat.com> - * - * Distributed under terms of the GPLv3 license. */ - #include "shim.h" static CHAR16 **errs = NULL; diff --git a/mok.c b/mok.c index 0bcab32..9498440 100644 --- a/mok.c +++ b/mok.c @@ -1,8 +1,6 @@ /* * mok.c * Copyright 2017 Peter Jones <pjo...@redhat.com> - * - * Distributed under terms of the GPLv3 license. */ #include "shim.h" -- 2.27.0