diff --git a/fwupd.changes b/fwupd.changes index b61a90a..e9aa6a6 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 22 08:48:51 UTC 2020 - Gary Ching-Pang Lin + +- Exclude fwupdate from the architectures without UEFI support. + ------------------------------------------------------------------- Wed Apr 15 06:23:16 UTC 2020 - glin@suse.com diff --git a/fwupd.spec b/fwupd.spec index e6e2de2..49c2547 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -266,7 +266,9 @@ fi %{_unitdir}/fwupd-refresh.timer %{_libexecdir}/fwupd %{_bindir}/fwupdagent +%if %{with efi_fw_update} %{_bindir}/fwupdate +%endif %{_bindir}/fwupdmgr %{_bindir}/fwupdtool %{_sbindir}/rc%{name} @@ -293,7 +295,9 @@ fi %{_datadir}/%{name}/quirks.d/*.quirk %{_datadir}/%{name}/remotes.d/vendor/firmware/README.md %{_mandir}/man1/fwupdagent.1%{?ext_man} +%if %{with efi_fw_update} %{_mandir}/man1/fwupdate.1%{?ext_man} +%endif %{_mandir}/man1/fwupdmgr.1%{?ext_man} %{_mandir}/man1/fwupdtool.1%{?ext_man} %{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy