forked from pool/fwupd
Accepting request 952769 from home:iznogood:branches:Base:System
New upstream release OBS-URL: https://build.opensuse.org/request/show/952769 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=115
This commit is contained in:
parent
9e5841c2e1
commit
bfa29a8c74
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">1.7.3</param>
|
||||
<param name="revision">1.7.5</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4520f2737f11db560723898d1bdbdd2622bc5ea2d309f45c0ff38f453a960bec
|
||||
size 13319181
|
3
fwupd-1.7.5.obscpio
Normal file
3
fwupd-1.7.5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f02af74d5f8bced821314937238dbddffa7da5b12ebe0bffe80664b17ea07b75
|
||||
size 13538829
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 8 16:49:21 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.7.5:
|
||||
* This release adds the following features:
|
||||
+ Add a flag to indicate the firmware is not provided by the
|
||||
vendor
|
||||
+ Add support for showing dependency versions in JSON format
|
||||
+ Allow fwupd to operate in socket mode without a D-Bus daemon
|
||||
+ Allow marking a device as End-of-Life by the OEM vendor
|
||||
+ Allow specifying the machine Best Known Configuration locally
|
||||
+ Fall back to the ARM Device Tree 'compatible' data when
|
||||
required
|
||||
* This release fixes the following bugs:
|
||||
+ Be more robust by retrying IPMI transactions on servers
|
||||
+ Change the expired Redfish password 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
|
||||
+ Get the SMBIOS table and host machine ID when running on
|
||||
Windows
|
||||
+ Show results when calling get-details if failing requirements
|
||||
+ Uninhibit the modem using ModemManager after upgrade
|
||||
* This release adds support for the following hardware:
|
||||
+ Future Analogix devices
|
||||
+ NovaCustom NV4x
|
||||
- Changes from version 1.7.4:
|
||||
* This release adds the following features:
|
||||
+ Add firmware branch support for ModemManager devices
|
||||
+ Allow firmware engineers to patch files at known offsets
|
||||
+ Show why more devices are not marked as updatable
|
||||
* This release fixes the following bugs:
|
||||
+ Allow fwupdtool to be run as the non-root user in more cases
|
||||
+ Assign the Logitech bulkcontroller update interface correctly
|
||||
+ Do not allow UEFI updates when the laptop lid is closed
|
||||
+ Do not autoload ipmi-si to avoid warning on non-server
|
||||
hardware
|
||||
+ Do not show a critical warning for a weird TPM event log
|
||||
+ Fix waiting for USB devices when using Windows
|
||||
+ Ignore non-PCI NVMe devices
|
||||
* This release adds support for the following hardware:
|
||||
+ HP USB-C G2 Dock
|
||||
+ Many UF2 devices, experimentally
|
||||
+ More PixArt devices
|
||||
+ Nordic HID devices using MCUBoot
|
||||
+ Quectel EG25-G LTE Modem
|
||||
+ ThinkPad Thunderbolt 4 Dock
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 21 11:56:17 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: fwupd
|
||||
version: 1.7.3
|
||||
mtime: 1639397742
|
||||
commit: 054fb048605f2a529835631b9268669953993fe2
|
||||
|
||||
version: 1.7.5
|
||||
mtime: 1644251078
|
||||
commit: 33aed8c7fb5403f81fec5448acb4a7d8afe2a06a
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fwupd
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -37,7 +37,7 @@
|
||||
%endif
|
||||
|
||||
Name: fwupd
|
||||
Version: 1.7.3
|
||||
Version: 1.7.5
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user