Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fwupd-efi for openSUSE:Factory checked in at 2022-06-17 21:20:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fwupd-efi (Old) and /work/SRC/openSUSE:Factory/.fwupd-efi.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fwupd-efi" Fri Jun 17 21:20:21 2022 rev:4 rq:982376 version:1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/fwupd-efi/fwupd-efi.changes 2022-03-18 16:41:22.737148800 +0100 +++ /work/SRC/openSUSE:Factory/.fwupd-efi.new.1548/fwupd-efi.changes 2022-06-17 21:22:41.654779272 +0200 @@ -1,0 +2,5 @@ +Thu Apr 14 14:09:02 UTC 2022 - Callum Farmer <gm...@opensuse.org> + +- Use sbat macros (bsc#1193282) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fwupd-efi.spec ++++++ --- /var/tmp/diff_new_pack.CBfA0H/_old 2022-06-17 21:22:42.094779511 +0200 +++ /var/tmp/diff_new_pack.CBfA0H/_new 2022-06-17 21:22:42.098779513 +0200 @@ -17,6 +17,16 @@ # needssslcertforbuild +%if %{undefined sbat_distro} +%if 0%{?is_opensuse} +%define sbat_distro opensuse +%define sbat_distro_summary The openSUSE Project +%else +%define sbat_distro sle +%define sbat_distro_summary SUSE Linux Enterprise +%endif +%define sbat_distro_url mailto:secur...@suse.de +%endif Name: fwupd-efi Version: 1.2 Release: 0 @@ -48,24 +58,14 @@ %autosetup -p1 %build -# Since Tumbleweed is still using openSUSE signkey, the SBAT distro id -# should be opensuse. -%if 0%{?sle_version} -distro_id="sle" -distro_name="SUSE Linux Enterprise" -%else -distro_id="opensuse" -distro_name="The openSUSE project" -%endif - # Dell support requires direct SMBIOS access, # Synaptics requires Dell support, i.e. x86 only %meson \ - -Defi_sbat_distro_id="${distro_id}" \ - -Defi_sbat_distro_summary="${distro_name}" \ + -Defi_sbat_distro_id="%{sbat_distro}" \ + -Defi_sbat_distro_summary="%{sbat_distro_summary}" \ -Defi_sbat_distro_pkgname="%{name}" \ -Defi_sbat_distro_version="%{version}" \ - -Defi_sbat_distro_url="https://build.opensuse.org" \ + -Defi_sbat_distro_url="%{sbat_distro_url}" \ %meson_build %install