forked from pool/fwupd
Accepting request 845487 from home:dimstar:Factory
Update to 1.5.1 OBS-URL: https://build.opensuse.org/request/show/845487 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=80
This commit is contained in:
parent
f06e27a9ea
commit
cacd8a9ed6
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">1.5.0</param>
|
||||
<param name="revision">1.5.1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hughsie/fwupd.git</param>
|
||||
<param name="changesrevision">f90cda6f0b0ff1ab0ebd31a6e5be1c4d2e3cc4e6</param></service></servicedata>
|
||||
<param name="changesrevision">bbb1a8136ec3fb88a659cb2ac632128f516d13ad</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc58211d50a91b020d022f31af57c97881ebaa56cdc8c376bb2709b5ae2f2008
|
||||
size 1707632
|
3
fwupd-1.5.1.tar.xz
Normal file
3
fwupd-1.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7712a206ee0db998db25aabf78495883d3f8bdbf89e7b534f940885f0bc60993
|
||||
size 1713304
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 02 15:57:37 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.5.1:
|
||||
+ Use UDisks to find out if swap devices are encrypted.
|
||||
+ Show a link to discover more information about a specific
|
||||
plugin failure.
|
||||
+ updated fish completions to 1.5.0.
|
||||
+ Remove the duplicate parent-child data in FwupdDevice and
|
||||
FuDevice.
|
||||
+ Show a less scary fwupdate output for devices without info.
|
||||
+ thunderbolt: recognize authorized value of '2' as well.
|
||||
+ bcm57xx: Make hotplug more reliable.
|
||||
+ Use a different Device ID for the OptionROM devices.
|
||||
+ contrib/ci: switch TPM simulator from ibmswtpm to swtpm.
|
||||
+ 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.
|
||||
+ Add external interface messages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 26 12:18:38 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
|
||||
Name: fwupd
|
||||
Version: 1.5.0
|
||||
Version: 1.5.1
|
||||
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