New upstream release
This commit is contained in:
parent
df85fde0e2
commit
d3f40258e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@
|
|||||||
/fwupd-1.4.5.tar.xz
|
/fwupd-1.4.5.tar.xz
|
||||||
/fwupd-1.4.6.tar.xz
|
/fwupd-1.4.6.tar.xz
|
||||||
/fwupd-1.5.0.tar.xz
|
/fwupd-1.5.0.tar.xz
|
||||||
|
/fwupd-1.5.1.tar.xz
|
||||||
|
16
fwupd.spec
16
fwupd.spec
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
Summary: Firmware update daemon
|
Summary: Firmware update daemon
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.5.0
|
Version: 1.5.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/fwupd/fwupd
|
URL: https://github.com/fwupd/fwupd
|
||||||
@ -133,6 +133,8 @@ Obsoletes: dbxtool < 9
|
|||||||
Provides: dbxtool
|
Provides: dbxtool
|
||||||
|
|
||||||
# optional, but a really good idea
|
# optional, but a really good idea
|
||||||
|
Recommends: udisks2
|
||||||
|
|
||||||
%if 0%{?have_modem_manager}
|
%if 0%{?have_modem_manager}
|
||||||
Recommends: %{name}-plugin-modem-manager
|
Recommends: %{name}-plugin-modem-manager
|
||||||
%endif
|
%endif
|
||||||
@ -482,6 +484,18 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/fwupd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 01 2020 Richard Hughes <richard@hughsie.com> 1.5.2-1
|
||||||
|
- New upstream release
|
||||||
|
- Delete unused EFI variables when deploying firmware
|
||||||
|
- Fix probe warning for the Logitech Unifying device
|
||||||
|
- Include the amount of NVRAM size in use in the LVFS failure report
|
||||||
|
- Make bcm57xx hotplug more reliable
|
||||||
|
- Recognize authorized thunderbolt value of 2
|
||||||
|
- Remove the duplicate parent-child data in FwupdDevice and FuDevice
|
||||||
|
- Show a less scary fwupdate output for devices without info
|
||||||
|
- Use a different Device ID for the OptionROM devices
|
||||||
|
- Use UDisks to find out if swap devices are encrypted
|
||||||
|
|
||||||
* Mon Oct 26 2020 Richard Hughes <richard@hughsie.com> 1.5.0-1
|
* Mon Oct 26 2020 Richard Hughes <richard@hughsie.com> 1.5.0-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Add async versions of the library for GUI tools
|
- Add async versions of the library for GUI tools
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (fwupd-1.5.0.tar.xz) = a4e4fb2d3c36c1d3a6460d4a790703b4ea8daa1f3a5f95d97eb9f08df2dfa6a76e379c9c82a6cef57e79f049c1d13cb8538e61ea936a47f25f96c90bab106a3d
|
SHA512 (fwupd-1.5.1.tar.xz) = 9cd8738403179e48154392061e462d877f299f7ca7b5fac3d03960af505a16c044beccdf4196d54f6c6f3868e98abb561789fb7e3ff600d6253dd2c6b0e434a0
|
||||||
|
Loading…
Reference in New Issue
Block a user