Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fwupd for openSUSE:Factory checked in at 2023-07-06 18:28:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fwupd (Old) and /work/SRC/openSUSE:Factory/.fwupd.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fwupd" Thu Jul 6 18:28:25 2023 rev:61 rq:1096970 version:1.8.16 Changes: -------- --- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes 2023-06-17 22:19:47.527350049 +0200 +++ /work/SRC/openSUSE:Factory/.fwupd.new.23466/fwupd.changes 2023-07-06 18:28:30.559085494 +0200 @@ -1,0 +2,6 @@ +Wed Jul 5 07:58:59 UTC 2023 - Andreas Schwab <[email protected]> + +- Enable efi_fw_update on riscv64 +- fwupdagent and dfu-tool are only built %{with efi_fw_update} + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fwupd.spec ++++++ --- /var/tmp/diff_new_pack.Zkbyd2/_old 2023-07-06 18:28:31.323090185 +0200 +++ /var/tmp/diff_new_pack.Zkbyd2/_new 2023-07-06 18:28:31.327090209 +0200 @@ -16,7 +16,7 @@ # -%ifarch %{ix86} x86_64 aarch64 +%ifarch %{ix86} x86_64 aarch64 riscv64 %bcond_without efi_fw_update %else %bcond_with efi_fw_update @@ -316,10 +316,10 @@ %{_unitdir}/fwupd-refresh.service %{_unitdir}/fwupd-refresh.timer %{_libexecdir}/fwupd -%{_bindir}/fwupdagent %{_bindir}/fwupdmgr %{_bindir}/fwupdtool %if %{with efi_fw_update} +%{_bindir}/fwupdagent %{_bindir}/fwupdate %{_bindir}/dbxtool %endif @@ -392,11 +392,13 @@ %{_libdir}/fwupd-%{version}/libfwupdutil.so %{_datadir}/%{name}/quirks.d/builtin.quirk.gz +%if %{with efi_fw_update} %files -n dfu-tool %{_bindir}/dfu-tool %if 0%{?docs} %{_mandir}/man1/dfu-tool.1%{?ext_man} %endif +%endif %files -n libfwupd%{shlib_sover} %{_libdir}/libfwupd.so.*
