From c6fde9e085d34ff15c9d3b9569146e705d0584c4 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 22 Sep 2022 16:57:22 +0100 Subject: [PATCH] trivial: Install the host-emulate.d tests in the test package This fixes the ppc64 Fedora build, as tests are disabled on that arch. --- contrib/fwupd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/fwupd.spec.in b/contrib/fwupd.spec.in index bc85b609e..d45926045 100644 --- a/contrib/fwupd.spec.in +++ b/contrib/fwupd.spec.in @@ -417,7 +417,6 @@ done %dir %{_datadir}/fwupd/quirks.d %{_datadir}/fwupd/quirks.d/*.quirk %{_datadir}/doc/fwupd/*.html -%{_datadir}/fwupd/host-emulate.d/*.json.gz %if 0%{?have_uefi} %{_sysconfdir}/grub.d/35_fwupd %endif @@ -566,6 +565,7 @@ done %files tests %if 0%{?enable_tests} +%{_datadir}/fwupd/host-emulate.d/*.json.gz %dir %{_datadir}/installed-tests/fwupd %{_datadir}/installed-tests/fwupd/tests/* %{_datadir}/installed-tests/fwupd/fwupd-tests.xml