Accepting request 718736 from home:gary_lin:branches:Base:System
Update to version 1.2.10: OBS-URL: https://build.opensuse.org/request/show/718736 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=55
This commit is contained in:
parent
cbadc65b98
commit
26fea17665
3
1.2.10.tar.gz
Normal file
3
1.2.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9cd36f633e98a1b40f6020fd5e066ed05bfb445be69b8357806b0dd6ae189db
|
||||
size 1943920
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c92a891fc278ca124f4d4cf7c7dbc7f00c4dfb279277748df35bd52557fbe27
|
||||
size 1441184
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:12:17 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
|
||||
|
||||
- Update to version 1.2.10:
|
||||
* Disable the flashrom plugin by default
|
||||
* dell-esrt: Improve the experience for the plugin (Closes: #1245)
|
||||
* fu-util: When unlocking prompt for reboot if applicable
|
||||
* remove those PIDs with Bluetooth interface, Wacom updater
|
||||
doesn't support updating from Bluetooth interface
|
||||
* flashrom: Only show DEBUG and DEBUG2 output if using
|
||||
--plugin-verbose=flashrom
|
||||
* flashrom: Only call flashrom_programmer_init() on whitelisted
|
||||
boards
|
||||
* flashrom: Fix no version format set
|
||||
* fu-util: Show devices with an UpdateError in get-devices
|
||||
output
|
||||
* Add a specific error code for the low battery case
|
||||
* Fix Fedora docker build missing directory: dist
|
||||
* uefi: Determine whether running in legacy mode or not
|
||||
(Fixes: #1220)
|
||||
* Allow client code to construct objects from GVariant blobs
|
||||
* Export functionality to build an array of objects
|
||||
* flashrom: Use libflashrom
|
||||
* Add meson target to fix translations
|
||||
* Add support for 8bitdo USB Retro Receiver
|
||||
* Use the newer features of GRWLock rather than reinventing it
|
||||
* uefi: Try to find a duplicate using the loadopt name
|
||||
* uefi: Provide a quirk to disable the use of the UX capsule
|
||||
* synaptics-prometheus: Fix installing CONFIG firmware updates
|
||||
* synaptics-prometheus: Set the install duration from a quirk
|
||||
* synaptics-prometheus: Don't emit critial warning when updating
|
||||
config firmware
|
||||
* synaptics-prometheus: Fix missing field in the IOTA reply struct
|
||||
* Create SECURITY.md
|
||||
* redfish: Never set NULL device name
|
||||
* modem-manager: Never set NULL device name
|
||||
* ata: Never set NULL device name
|
||||
* synapticsmst: fix GUID generation (Closes: #1207)
|
||||
* Lite Mk II flag for use-shim-unique
|
||||
* fu-util-common: Support empty proxy strings (Fixes: #1199)
|
||||
- Add python3-setuptools to BuildRequires for
|
||||
generate-version-script.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 14:59:34 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -28,13 +28,13 @@
|
||||
%global efidir sles
|
||||
%endif
|
||||
Name: fwupd
|
||||
Version: 1.2.9
|
||||
Version: 1.2.10
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/Management
|
||||
URL: https://fwupd.org/
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source: https://github.com/hughsie/%{name}/archive/%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE fwupd-bsc1130056-shim-path.patch bsc#1130056
|
||||
Patch1: fwupd-bsc1130056-change-shim-path.patch
|
||||
BuildRequires: dejavu-fonts
|
||||
@ -54,6 +54,7 @@ BuildRequires: procps
|
||||
BuildRequires: python3-Pillow
|
||||
BuildRequires: python3-cairo
|
||||
BuildRequires: python3-gobject-Gdk
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-xml
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(appstream-glib) >= 0.5.10
|
||||
|
Loading…
Reference in New Issue
Block a user