]> git.pld-linux.org Git - packages/fwupd.git/commitdiff
msr/thunderbolt plugins and cet helper are x86 exclusive
authorJan Palus <atler@pld-linux.org>
Sun, 2 Jul 2023 11:04:39 +0000 (13:04 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 2 Jul 2023 11:04:39 +0000 (13:04 +0200)
fwupd.spec

index 9c548eb82a07ffa3771255c990926ae25f839f81..682b766c1954e5bd454830365a29a151bf8f4de1 100644 (file)
@@ -269,7 +269,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/fwupdtool
 %dir %{_libexecdir}/fwupd
 %attr(755,root,root) %{_libexecdir}/fwupd/fwupd
+%ifarch %{ix86} %{x8664} x32
 %attr(755,root,root) %{_libexecdir}/fwupd/fwupd-detect-cet
+%endif
 %attr(755,root,root) %{_libexecdir}/fwupd/fwupdoffline
 %if %{with flashrom}
 %attr(755,root,root) %{fwupd_plugins_dir}/libfu_plugin_flashrom.so
@@ -279,8 +281,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 %dir %{_sysconfdir}/fwupd
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fwupd/daemon.conf
+%ifarch %{ix86} %{x8664} x32
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fwupd/msr.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fwupd/thunderbolt.conf
+%endif
 %if %{with efi}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fwupd/redfish.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fwupd/uefi_capsule.conf
This page took 0.076252 seconds and 4 git commands to generate.