commit
ef4cd7d5de
15
fwupd.spec
15
fwupd.spec
@ -9,7 +9,7 @@
|
||||
|
||||
Name: fwupd
|
||||
Version: 1.2.9
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Make updating firmware on Linux automatic, safe and reliable
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/fwupd/fwupd/releases
|
||||
@ -85,15 +85,6 @@ This package contains the development and installed test files for %{name}.
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%if %{with uefi}
|
||||
%ifarch x86_64
|
||||
%pesign -s -i %{buildroot}%{_libexecdir}/%{name}/efi/%{name}x64.efi -o %{buildroot}%{_libexecdir}/%{name}/efi/%{name}x64.efi.signed
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
%pesign -s -i %{buildroot}%{_libexecdir}/%{name}/efi/%{name}aa64.efi -o %{buildroot}%{_libexecdir}/%{name}/efi/%{name}aa64.efi.signed
|
||||
%endif
|
||||
%endif
|
||||
|
||||
mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg
|
||||
|
||||
%find_lang %{name}
|
||||
@ -148,7 +139,6 @@ mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg
|
||||
%if %{with uefi}
|
||||
%config(noreplace)%{_sysconfdir}/%{name}/uefi.conf
|
||||
%{_libexecdir}/%{name}/efi/*.efi
|
||||
%{_libexecdir}/%{name}/efi/*.efi.signed
|
||||
%{_libexecdir}/%{name}/fwupdate
|
||||
%{_datadir}/*/*/LC_IMAGES/%{name}*
|
||||
%endif
|
||||
@ -174,6 +164,9 @@ mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg
|
||||
%{_datadir}/man/man1/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 5 2020 Senlin Xia <xiasenlin1@huawei.com> - 1.2.9-3
|
||||
- remove sign for fwupd efi
|
||||
|
||||
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.9-2
|
||||
- Solve build problem of x86
|
||||
|
||||
|
||||
4
fwupd.yaml
Normal file
4
fwupd.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: fwupd/fwupd
|
||||
tag_prefix: ^
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user