New upstream release
This commit is contained in:
parent
29bb32bb46
commit
217e8cb330
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/fwupd-efi-1.1.tar.xz
|
/fwupd-efi-1.1.tar.xz
|
||||||
/fwupd-efi-1.2.tar.xz
|
/fwupd-efi-1.2.tar.xz
|
||||||
/fwupd-efi-1.3.tar.xz
|
/fwupd-efi-1.3.tar.xz
|
||||||
|
/fwupd-efi-1.4.tar.xz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: Firmware update EFI binaries
|
Summary: Firmware update EFI binaries
|
||||||
Name: fwupd-efi
|
Name: fwupd-efi
|
||||||
Version: 1.3
|
Version: 1.4
|
||||||
Release: 3%{?dist}
|
Release: %autorelease
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/fwupd/fwupd-efi
|
URL: https://github.com/fwupd/fwupd-efi
|
||||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||||
@ -15,6 +15,7 @@ BuildRequires: gcc
|
|||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: gnu-efi-devel
|
BuildRequires: gnu-efi-devel
|
||||||
BuildRequires: pesign
|
BuildRequires: pesign
|
||||||
|
BuildRequires: python3-pefile
|
||||||
|
|
||||||
%description
|
%description
|
||||||
fwupd is a project to allow updating device firmware, and this package provides
|
fwupd is a project to allow updating device firmware, and this package provides
|
||||||
@ -37,9 +38,6 @@ the EFI binary that is used for updating using UpdateCapsule.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
# not required yet
|
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/fwupd-efi.pc
|
|
||||||
|
|
||||||
# sign fwupd.efi loader
|
# sign fwupd.efi loader
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%global efiarch x64
|
%global efiarch x64
|
||||||
@ -58,36 +56,7 @@ rm -vf %{fwup_efi_fn}.tmp
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libexecdir}/fwupd/efi/*.efi
|
%{_libexecdir}/fwupd/efi/*.efi
|
||||||
%{_libexecdir}/fwupd/efi/*.efi.signed
|
%{_libexecdir}/fwupd/efi/*.efi.signed
|
||||||
|
%{_libdir}/pkgconfig/fwupd-efi.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-3
|
%autochangelog
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Apr 14 2022 Richard Hughes <richard@hughsie.com> 1.3-1
|
|
||||||
- New package version
|
|
||||||
- Fix a regression when applying updates on an HP M60
|
|
||||||
- Fix the ARM system crt0 name
|
|
||||||
- Show the version when starting fwupd-efi
|
|
||||||
|
|
||||||
* Sun Jan 23 2022 Richard Hughes <richard@hughsie.com> 1.2-1
|
|
||||||
- New package version
|
|
||||||
- Sleep longer when no updates to process or event of error
|
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jun 19 2021 Richard Hughes <richard@hughsie.com> 1.1-1
|
|
||||||
- New package version
|
|
||||||
- Pass the found genpeimg to generate_binary
|
|
||||||
|
|
||||||
* Mon May 17 2021 Richard Hughes <richard@hughsie.com> 1.0-2
|
|
||||||
- Rebuilt to use the HSM signers.
|
|
||||||
|
|
||||||
* Mon Apr 26 2021 Richard Hughes <richard@hughsie.com> 1.0-1
|
|
||||||
- Initial package version, split from the main fwupd package
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (fwupd-efi-1.3.tar.xz) = 582bc0298f773b3017fab317a392b6fe95a9d1698bfe17e56370515f4563c8d45c12f28ae52d304866e4b077043bb0c9d5c1abf4b75ded5f70b6d8ccad495ea5
|
SHA512 (fwupd-efi-1.4.tar.xz) = c330409861a8c1e332a0d4fd49c54ef2c5bf7cdaca99d14de39b50fb35f0c490e9f7f7a4c9dd48181bd509cd358c43eb23659536aea93408c1fefb47629e4991
|
||||||
|
Loading…
Reference in New Issue
Block a user