New upstream release
This commit is contained in:
parent
51786d0662
commit
b5254a1c06
1
.gitignore
vendored
1
.gitignore
vendored
@ -79,3 +79,4 @@
|
||||
/fwupd-1.5.8.tar.xz
|
||||
/fwupd-1.5.9.tar.xz
|
||||
/fwupd-1.6.0.tar.xz
|
||||
/fwupd-1.6.1.tar.xz
|
||||
|
28
fwupd.spec
28
fwupd.spec
@ -43,7 +43,7 @@
|
||||
|
||||
Summary: Firmware update daemon
|
||||
Name: fwupd
|
||||
Version: 1.6.0
|
||||
Version: 1.6.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/fwupd/fwupd
|
||||
@ -188,7 +188,7 @@ or server machines.
|
||||
%build
|
||||
|
||||
%meson \
|
||||
-Dgtkdoc=true \
|
||||
-Ddocs=gtkdoc \
|
||||
%if 0%{?enable_tests}
|
||||
-Dtests=true \
|
||||
%else
|
||||
@ -360,6 +360,7 @@ done
|
||||
%dir %{_libdir}/fwupd-plugins-3
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_acpi_dmar.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_acpi_facp.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_acpi_phat.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_altos.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_amt.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_analogix.so
|
||||
@ -472,6 +473,29 @@ done
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jun 14 2021 Richard Hughes <richard@hughsie.com> 1.6.1-1
|
||||
- New upstream release
|
||||
- Add generic ModemManager support for PCI based modems
|
||||
- Add initial support for USB4 module in the Dell dock
|
||||
- Add support for sibling requirements
|
||||
- Add support for the ACPI PHAT table
|
||||
- Ask the user to confirm all CLI actions
|
||||
- Do not prevent firmware updates on desktop hardware
|
||||
- Do not show an invalid DFU warning on attach
|
||||
- Fall back to binary files when flashing STM32 hardware
|
||||
- Fix a critical warning when downloading files
|
||||
- Fix a regression in updating the WD19TB dock
|
||||
- Fix GUID generation on pixart hardware
|
||||
- Fix the VLI i2c device enumeration, e.g. MSP430
|
||||
- Follow HTTP 3XX redirects when downloading files
|
||||
- Force the device locker to close() an aborted open()
|
||||
- Only lock fwupdtool when loading the engine
|
||||
- Read current Wacom firmware index before finding image to write
|
||||
- Support binary artifact resources in cabinet archives
|
||||
- Support mirroring the detach and update images
|
||||
- Switch lock directory from /var/run to /run/lock
|
||||
- Use GProxyResolver to get the system proxy setting for a given URL
|
||||
|
||||
* Wed Apr 28 2021 Richard Hughes <richard@hughsie.com> 1.6.0-1
|
||||
- New upstream release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fwupd-1.6.0.tar.xz) = 9fbbc66c687cb66f8613967f73e8272b4485c38847e511a5ac8164abf3a2b13ff3920b93bcc4d2b7ce5a2e91e0a4e767fe51e16fb1db7b1e4fda9207f6322f88
|
||||
SHA512 (fwupd-1.6.1.tar.xz) = 23efda2f2cf4bb31a5aec013058b28a93b97bcd25ae811882e097145e5457876a6566f98b88ec3433a40c7add1aa8be833a24608b3d28e503c2e0ca36c8de9e2
|
||||
|
Loading…
Reference in New Issue
Block a user