From dbcd1b88ccfaa944637dfc6fcabf2d19b1d2e2823b4e7a350a7648c57e799395 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 23 Apr 2020 08:55:30 +0000 Subject: [PATCH] Accepting request 796369 from home:gary_lin:branches:Base:System Exclude fwupdate from the architectures without UEFI support. OBS-URL: https://build.opensuse.org/request/show/796369 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=70 --- fwupd.changes | 5 +++++ fwupd.spec | 4 ++++ 2 files changed, 9 insertions(+) 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