Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2022-07-18 18:32:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shim (Old)
 and      /work/SRC/openSUSE:Factory/.shim.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shim"

Mon Jul 18 18:32:49 2022 rev:101 rq:989068 version:15.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/shim/shim.changes        2022-06-29 
16:00:23.488538457 +0200
+++ /work/SRC/openSUSE:Factory/.shim.new.1523/shim.changes      2022-07-18 
18:32:53.977668924 +0200
@@ -157,0 +158,5 @@
+Tue Apr 12 06:35:16 UTC 2022 - Ludwig Nussel <lnus...@suse.de>
+
+- use common SBAT values (boo#1193282)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ shim.spec ++++++
--- /var/tmp/diff_new_pack.DSnmIW/_old  2022-07-18 18:32:54.861670181 +0200
+++ /var/tmp/diff_new_pack.DSnmIW/_new  2022-07-18 18:32:54.865670186 +0200
@@ -35,6 +35,13 @@
 %endif
 %endif
 
+%if %{defined sbat_distro}
+# SBAT metadata
+%define sbat_generation 1
+%else
+%{error please define sbat_distro, sbat_distro_summary and sbat_distro_url}
+%endif
+
 Name:           shim
 Version:        15.6
 Release:        0
@@ -127,17 +134,10 @@
 %patch100 -p1
 
 %build
+%if 0%{?sbat_generation}
 # generate the vendor SBAT metadata
-%if 0%{?is_opensuse} == 1 || 0%{?sle_version} == 0
-distro_id="opensuse"
-distro_name="The openSUSE project"
-%else
-distro_id="sle"
-distro_name="SUSE Linux Enterprise"
+echo 
"shim.%{sbat_distro},%{sbat_generation},%{sbat_distro_summary},%{name},%{version},%{sbat_distro_url}"
 > data/sbat.vendor.csv
 %endif
-distro_sbat=1
-sbat="shim.${distro_id},${distro_sbat},${distro_name},%{name},%{version},mail:security-t...@suse.de"
-echo "${sbat}" > data/sbat.vendor.csv
 
 # first, build MokManager and fallback as they don't depend on a
 # specific certificate

Reply via email to