New upstream release
This commit is contained in:
parent
d971c67550
commit
c41fb5a64b
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
|||||||
/fwupd-1.4.2.tar.xz
|
/fwupd-1.4.2.tar.xz
|
||||||
/fwupd-1.4.3.tar.xz
|
/fwupd-1.4.3.tar.xz
|
||||||
/fwupd-1.4.4.tar.xz
|
/fwupd-1.4.4.tar.xz
|
||||||
|
/fwupd-1.4.5.tar.xz
|
||||||
|
25
fwupd.spec
25
fwupd.spec
@ -40,8 +40,8 @@
|
|||||||
|
|
||||||
Summary: Firmware update daemon
|
Summary: Firmware update daemon
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.4.4
|
Version: 1.4.5
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/fwupd/fwupd
|
URL: https://github.com/fwupd/fwupd
|
||||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||||
@ -56,7 +56,6 @@ BuildRequires: libsoup-devel >= %{libsoup_version}
|
|||||||
BuildRequires: libjcat-devel >= %{libjcat_version}
|
BuildRequires: libjcat-devel >= %{libjcat_version}
|
||||||
BuildRequires: polkit-devel >= 0.103
|
BuildRequires: polkit-devel >= 0.103
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
BuildRequires: gpgme-devel
|
|
||||||
BuildRequires: systemd >= %{systemd_version}
|
BuildRequires: systemd >= %{systemd_version}
|
||||||
BuildRequires: libarchive-devel
|
BuildRequires: libarchive-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -363,7 +362,6 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/fwupd
|
|||||||
%endif
|
%endif
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_thelio_io.so
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_thelio_io.so
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_thunderbolt.so
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_thunderbolt.so
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_thunderbolt_power.so
|
|
||||||
%if 0%{?have_uefi}
|
%if 0%{?have_uefi}
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_tpm.so
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_tpm.so
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_tpm_eventlog.so
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_tpm_eventlog.so
|
||||||
@ -403,6 +401,25 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/fwupd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 30 2020 Richard Hughes <richard@hughsie.com> 1.4.5-1
|
||||||
|
- New upstream release
|
||||||
|
- Add dual-image feature for VL103 backup firmware
|
||||||
|
- Add more CCGX hybrid dock support
|
||||||
|
- Add support for a delayed activation flow for Thunderbolt
|
||||||
|
- Allow firmware to require specific features from front-end clients
|
||||||
|
- Be more defensive when remotes are missing required keys
|
||||||
|
- Check all AppStream components when verifying
|
||||||
|
- Check for free space after cleaning up ESP
|
||||||
|
- Fix TPM PCR0 calculation
|
||||||
|
- Modernize the thunderbolt plugin for future hardware
|
||||||
|
- Only show UpdateMessage when state is success
|
||||||
|
- Read the modem vendor ID correctly
|
||||||
|
- Set the runtime version to 0.0.0 for pre-1.0.0 Thelio Io firmware
|
||||||
|
- Support compiling libqmi-glib 1.26.0 and later
|
||||||
|
- Support LVFS::UpdateImage in GUI clients
|
||||||
|
- Use the GPIOB reset for the MiniDock VL103
|
||||||
|
- Wait for the root device to be replugged when updating the MSP430
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (fwupd-1.4.4.tar.xz) = 1edf53f091a1f481039f76bd3f6027822fcecd8bc1422a642dffb21503668433cdfb0e8b1ce957c04a32091ae9bea8044d944d0c3ed2bcc293892e1c4ea4f3b7
|
SHA512 (fwupd-1.4.5.tar.xz) = 787158882170e6bdd5605a77af2182fd86b3fe2690488ec88972b23582ee264607d6e9e9ce5bcf86533961afc115449007f9255e77195b2354443eaa0caf34de
|
||||||
|
Loading…
Reference in New Issue
Block a user