New upstream release
This commit is contained in:
parent
16d0f18c0d
commit
0b199c37d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -88,3 +88,4 @@
|
||||
/fwupd-1.7.2.tar.xz
|
||||
/fwupd-1.7.3.tar.xz
|
||||
/fwupd-1.7.4.tar.xz
|
||||
/fwupd-1.7.5.tar.xz
|
||||
|
||||
20
fwupd.spec
20
fwupd.spec
@ -44,8 +44,8 @@
|
||||
|
||||
Summary: Firmware update daemon
|
||||
Name: fwupd
|
||||
Version: 1.7.4
|
||||
Release: 2%{?dist}
|
||||
Version: 1.7.5
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/fwupd/fwupd
|
||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||
@ -125,6 +125,7 @@ Provides: dbxtool
|
||||
# optional, but a really good idea
|
||||
Recommends: udisks2
|
||||
Recommends: bluez
|
||||
Recommends: jq
|
||||
|
||||
%if 0%{?have_modem_manager}
|
||||
Recommends: %{name}-plugin-modem-manager
|
||||
@ -496,6 +497,21 @@ done
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 07 2022 Richard Hughes <richard@hughsie.com> 1.7.5-1
|
||||
- New upstream release
|
||||
- Add a flag to indicate the firmware is not provided by the vendor
|
||||
- Allow marking a device as End-of-Life by the OEM vendor
|
||||
- Be more robust by retrying IPMI transactions on servers
|
||||
- Change the expired Redfish password when required
|
||||
- Fall back to the ARM Device Tree 'compatible' data when required
|
||||
- Fix a ModemManager segfault on startup for some MBIM-QDU devices
|
||||
- Fix a possible dell-dock segfault at startup
|
||||
- Fix compiling with new versions of efivar
|
||||
- Fix the Nordic bootloader type detection
|
||||
- Fix USB4 retimer enumeration
|
||||
- Show results when calling get-details if failing requirements
|
||||
- Uninhibit the modem using ModemManager after upgrade
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fwupd-1.7.4.tar.xz) = af038ba0d32bf97b2a0ea53b431628a5b5c948e161219c2f679d0b481c27e7f3488ac28a27a26aa9490df23d652110e70ba98d700eeb8ff0f99acc08f87e2d8c
|
||||
SHA512 (fwupd-1.7.5.tar.xz) = f8b14eb550be1f75124162635c52f0eeb7d9cf5b986e51bb87d5f788f2dd063ae544af16818c66f133a96a8a111a32329eecca8f84a6543cd976990599bda8d1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user