forked from pool/fwupd
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
This commit is contained in:
parent
debdea04eb
commit
dbcd1b88cc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 22 08:48:51 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
|
||||
|
||||
- Exclude fwupdate from the architectures without UEFI support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 06:23:16 UTC 2020 - glin@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user