Accepting request 1165430 from home:dimstar:Factory
- 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. OBS-URL: https://build.opensuse.org/request/show/1165430 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=173
This commit is contained in:
parent
c228630ef7
commit
bd48960387
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 5 07:08:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
Tue Mar 12 07:53:58 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -127,10 +127,10 @@ BuildRequires: pkgconfig(efivar) >= 33
|
|||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
BuildRequires: pkgconfig(libsmbios_c) >= 2.3.0
|
BuildRequires: pkgconfig(libsmbios_c) >= 2.3.0
|
||||||
%endif
|
%endif
|
||||||
%if %{with efi_fw_update}
|
|
||||||
Obsoletes: dbxtool <= 8
|
Obsoletes: dbxtool <= 8
|
||||||
Obsoletes: fwupdate <= 12
|
|
||||||
Provides: dbxtool
|
Provides: dbxtool
|
||||||
|
%if %{with efi_fw_update}
|
||||||
|
Obsoletes: fwupdate <= 12
|
||||||
%ifarch x86_64 aarch64
|
%ifarch x86_64 aarch64
|
||||||
Requires: shim >= 11
|
Requires: shim >= 11
|
||||||
Requires: udisks2
|
Requires: udisks2
|
||||||
@ -317,8 +317,8 @@ rm -fr %{buildroot}%{_datadir}/fish
|
|||||||
%if %{with efi_fw_update}
|
%if %{with efi_fw_update}
|
||||||
%{_bindir}/fwupdagent
|
%{_bindir}/fwupdagent
|
||||||
%{_bindir}/fwupdate
|
%{_bindir}/fwupdate
|
||||||
%{_bindir}/dbxtool
|
|
||||||
%endif
|
%endif
|
||||||
|
%{_bindir}/dbxtool
|
||||||
%{_sbindir}/rc%{name}
|
%{_sbindir}/rc%{name}
|
||||||
%{_sbindir}/rcfwupd-offline-update
|
%{_sbindir}/rcfwupd-offline-update
|
||||||
%{_sbindir}/rcfwupd-refresh
|
%{_sbindir}/rcfwupd-refresh
|
||||||
|
Loading…
Reference in New Issue
Block a user