diff --git a/fwupd.changes b/fwupd.changes index e4e9aef..fc05daa 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 5 07:08:35 UTC 2024 - Dominique Leuenberger + +- dbxtool is built unconditionally on all architectures: move it + out of the condition in the files section and also + unconditionally provide/obsolete the old version. + ------------------------------------------------------------------- Tue Mar 12 07:53:58 UTC 2024 - Dominique Leuenberger diff --git a/fwupd.spec b/fwupd.spec index 1cb2236..93769f7 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -127,10 +127,10 @@ BuildRequires: pkgconfig(efivar) >= 33 %ifarch %{ix86} x86_64 BuildRequires: pkgconfig(libsmbios_c) >= 2.3.0 %endif -%if %{with efi_fw_update} Obsoletes: dbxtool <= 8 -Obsoletes: fwupdate <= 12 Provides: dbxtool +%if %{with efi_fw_update} +Obsoletes: fwupdate <= 12 %ifarch x86_64 aarch64 Requires: shim >= 11 Requires: udisks2 @@ -317,8 +317,8 @@ rm -fr %{buildroot}%{_datadir}/fish %if %{with efi_fw_update} %{_bindir}/fwupdagent %{_bindir}/fwupdate -%{_bindir}/dbxtool %endif +%{_bindir}/dbxtool %{_sbindir}/rc%{name} %{_sbindir}/rcfwupd-offline-update %{_sbindir}/rcfwupd-refresh