mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-29 18:43:18 +00:00
trivial: Fix the Fedora CI
This commit is contained in:
parent
fc974c7240
commit
ced2fa1ca4
@ -5,6 +5,7 @@ ENV LANGUAGE en_US:en
|
|||||||
ENV LC_ALL en_US.UTF-8
|
ENV LC_ALL en_US.UTF-8
|
||||||
RUN echo fubar > /etc/machine-id
|
RUN echo fubar > /etc/machine-id
|
||||||
RUN dnf -y update
|
RUN dnf -y update
|
||||||
|
RUN dnf -y install https://kojipkgs.fedoraproject.org//packages/pesign/113/12.fc31/x86_64/pesign-113-12.fc31.x86_64.rpm
|
||||||
RUN echo fubar > /etc/machine-id
|
RUN echo fubar > /etc/machine-id
|
||||||
%%%INSTALL_DEPENDENCIES_COMMAND%%%
|
%%%INSTALL_DEPENDENCIES_COMMAND%%%
|
||||||
RUN dnf -y update glib2 glib2-devel --releasever=32
|
RUN dnf -y update glib2 glib2-devel --releasever=32
|
||||||
|
@ -243,7 +243,10 @@ Data files for installed tests.
|
|||||||
%global efiarch aa64
|
%global efiarch aa64
|
||||||
%endif
|
%endif
|
||||||
%global fwup_efi_fn $RPM_BUILD_ROOT%{_libexecdir}/fwupd/efi/fwupd%{efiarch}.efi
|
%global fwup_efi_fn $RPM_BUILD_ROOT%{_libexecdir}/fwupd/efi/fwupd%{efiarch}.efi
|
||||||
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.signed
|
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.tmp
|
||||||
|
%define __pesign_client_cert fwupd-signer
|
||||||
|
%pesign -s -i %{fwup_efi_fn}.tmp -o %{fwup_efi_fn}.signed
|
||||||
|
rm -vf %{fwup_efi_fn}.tmp
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
||||||
|
Loading…
Reference in New Issue
Block a user