Hello community,

here is the log from the commit of package fwupd for openSUSE:Factory checked 
in at 2020-11-05 21:54:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwupd (Old)
 and      /work/SRC/openSUSE:Factory/.fwupd.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fwupd"

Thu Nov  5 21:54:41 2020 rev:31 rq:845951 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes      2020-10-30 
11:45:50.821610589 +0100
+++ /work/SRC/openSUSE:Factory/.fwupd.new.11331/fwupd.changes   2020-11-05 
21:55:26.716113310 +0100
@@ -1,0 +2,29 @@
+Tue Nov  3 07:22:31 UTC 2020 - Gary Ching-Pang Lin <[email protected]>
+
+- Amend the spec file (jsc#SLE-16818)
+  + Only enable fish support for Tumbleweed
+  + Only enable the MSR plugin for x86
+  + Only install dbxtool in the architectures with UEFI support
+
+-------------------------------------------------------------------
+Mon Nov 02 15:57:37 UTC 2020 - [email protected]
+
+- Update to version 1.5.1:
+  + Use UDisks to find out if swap devices are encrypted.
+  + Show a link to discover more information about a specific
+    plugin failure.
+  + updated fish completions to 1.5.0.
+  + Remove the duplicate parent-child data in FwupdDevice and
+    FuDevice.
+  + Show a less scary fwupdate output for devices without info.
+  + thunderbolt: recognize authorized value of '2' as well.
+  + bcm57xx: Make hotplug more reliable.
+  + Use a different Device ID for the OptionROM devices.
+  + contrib/ci: switch TPM simulator from ibmswtpm to swtpm.
+  + Delete unused EFI variables when deploying firmware.
+  + Fix probe warning for the Logitech Unifying device.
+  + Include the amount of NVRAM size in use in the LVFS failure
+    report.
+  + Add external interface messages.
+
+-------------------------------------------------------------------

Old:
----
  fwupd-1.5.0.tar.xz

New:
----
  fwupd-1.5.1.tar.xz

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

Other differences:
------------------
++++++ fwupd.spec ++++++
--- /var/tmp/diff_new_pack.GbMxzj/_old  2020-11-05 21:55:28.336109668 +0100
+++ /var/tmp/diff_new_pack.GbMxzj/_new  2020-11-05 21:55:28.340109659 +0100
@@ -23,8 +23,14 @@
 %bcond_with efi_fw_update
 %endif
 
+%if 0%{?suse_version} > 1500
+%bcond_without fish_support
+%else
+%bcond_with fish_support
+%endif
+
 Name:           fwupd
-Version:        1.5.0
+Version:        1.5.1
 Release:        0
 Summary:        Device firmware updater daemon
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -40,7 +46,9 @@
 Patch2:         fwupd-jscSLE-11766-close-efidir-leap-gap.patch
 
 BuildRequires:  dejavu-fonts
+%if %{with fish_support}
 BuildRequires:  fish
+%endif
 BuildRequires:  gcab
 # for certtool
 BuildRequires:  gnutls
@@ -188,6 +196,7 @@
 %ifnarch %{ix86} x86_64
   -Dplugin_dell=false \
   -Dplugin_synaptics=false \
+  -Dplugin_msr=false \
 %endif
   -Dgtkdoc=true \
   -Dtests=false
@@ -216,6 +225,10 @@
 ln -s %{_libexecdir}/fwupd/efi/$FWUPD_EFI 
%{buildroot}/%{_libexecdir}/fwupd/efi/$FWUPD_EFI.signed
 %endif
 
+%if %{without fish_support}
+rm -fr %{buildroot}%{_datadir}/fish
+%endif
+
 %post   -n libfwupd2 -p /sbin/ldconfig
 %postun -n libfwupd2 -p /sbin/ldconfig
 
@@ -258,7 +271,9 @@
 %{_unitdir}/fwupd-refresh.service
 %{_unitdir}/fwupd-refresh.timer
 %{_libexecdir}/fwupd
+%if %{with efi_fw_update}
 %{_bindir}/dbxtool
+%endif
 %{_bindir}/fwupdagent
 %if %{with efi_fw_update}
 %{_bindir}/fwupdate
@@ -288,7 +303,9 @@
 %{_datadir}/%{name}/metainfo/org.freedesktop.fwupd.remotes.lvfs.metainfo.xml
 %{_datadir}/%{name}/quirks.d/*.quirk
 %{_datadir}/%{name}/remotes.d/vendor/firmware/README.md
+%if %{with efi_fw_update}
 %{_mandir}/man1/dbxtool.1%{?ext_man}
+%endif
 %{_mandir}/man1/fwupdagent.1%{?ext_man}
 %if %{with efi_fw_update}
 %{_mandir}/man1/fwupdate.1%{?ext_man}
@@ -296,7 +313,9 @@
 %{_mandir}/man1/fwupdmgr.1%{?ext_man}
 %{_mandir}/man1/fwupdtool.1%{?ext_man}
 %{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy
+%ifarch %{ix86} x86_64
 %{_sysconfdir}/modules-load.d/fwupd-msr.conf
+%endif
 %{_sysconfdir}/modules-load.d/fwupd-platform-integrity.conf
 %config %{_sysconfdir}/%{name}/
 %dir %{_sysconfdir}/pki
@@ -317,7 +336,9 @@
 %{_datadir}/bash-completion/completions/fwupdmgr
 %{_datadir}/bash-completion/completions/fwupdtool
 %{_datadir}/bash-completion/completions/fwupdagent
+%if %{with fish_support}
 %{_datadir}/fish/vendor_completions.d/fwupdmgr.fish
+%endif
 %{_datadir}/icons/hicolor/*
 %{_prefix}/lib/systemd/system-shutdown/fwupd.shutdown
 %{_prefix}/lib/systemd/system-preset/fwupd-refresh.preset

++++++ _service ++++++
--- /var/tmp/diff_new_pack.GbMxzj/_old  2020-11-05 21:55:28.380109568 +0100
+++ /var/tmp/diff_new_pack.GbMxzj/_new  2020-11-05 21:55:28.380109568 +0100
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">1.5.0</param>
+    <param name="revision">1.5.1</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.GbMxzj/_old  2020-11-05 21:55:28.400109524 +0100
+++ /var/tmp/diff_new_pack.GbMxzj/_new  2020-11-05 21:55:28.404109515 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/hughsie/fwupd.git</param>
-              <param 
name="changesrevision">f90cda6f0b0ff1ab0ebd31a6e5be1c4d2e3cc4e6</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">bbb1a8136ec3fb88a659cb2ac632128f516d13ad</param></service></servicedata>
\ No newline at end of file

++++++ fwupd-1.5.0.tar.xz -> fwupd-1.5.1.tar.xz ++++++
++++ 4249 lines of diff (skipped)


Reply via email to