Accepting request 1142251 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1142251 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=73
This commit is contained in:
commit
91ae4e6d47
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="revision">1.9.11</param>
|
||||
<param name="revision">1.9.12</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
|
BIN
fwupd-1.9.11.obscpio
(Stored with Git LFS)
BIN
fwupd-1.9.11.obscpio
(Stored with Git LFS)
Binary file not shown.
3
fwupd-1.9.12.obscpio
Normal file
3
fwupd-1.9.12.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0291bb492dc16d0ac919b1cec79176e3e47c8164b6c6c0ed443a2a7c375dba86
|
||||
size 18968589
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 10:46:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.9.12:
|
||||
+ This release adds the following features:
|
||||
- Add remote modification support to fwupdtool
|
||||
- Add support for more modify-config options
|
||||
- Generate HTML pages for all man pages
|
||||
+ This release fixes the following bugs:
|
||||
- Assume the legacy LVFS::UpdateRequestId tag is non-generic
|
||||
- Avoid crashing the daemon if not using udisks
|
||||
- Correctly mark the CPU as supported
|
||||
- Correctly match invalid EFI partitions
|
||||
- Do not change the device status until the action has
|
||||
completed
|
||||
- Do not require systemd for fwupdtool modify-config
|
||||
- Enable access to the home interface for snap
|
||||
- Fix an assertion when enabling lvfs-testing for the first
|
||||
time
|
||||
- Fix a possible crash in fwupdtool build-cabinet
|
||||
- Handle systems with more than one ccp device
|
||||
- Only check AMD CPUs for SHSTK, not IBT
|
||||
- Only write the mutable fwupd.conf with the current values
|
||||
- Re-evaluate supported every time pci-psp attributes are
|
||||
refreshed
|
||||
- Show "CET OS support" on AMD systems too
|
||||
+ This release adds support for the following hardware:
|
||||
- AVer CAM340plus
|
||||
- AVer VB342 Pro
|
||||
- More Algoltek devices
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 13 05:05:41 UTC 2024 - Dennis Tseng <dennis.tseng@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: fwupd
|
||||
version: 1.9.11
|
||||
mtime: 1704279136
|
||||
commit: 0f19050ededc3eff9a21042e3568198784771f73
|
||||
version: 1.9.12
|
||||
mtime: 1706087736
|
||||
commit: f58214e249efdfeacfce24bfab678f9920e7b46c
|
||||
|
@ -40,7 +40,7 @@
|
||||
%define docs 0
|
||||
|
||||
Name: fwupd
|
||||
Version: 1.9.11
|
||||
Version: 1.9.12
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -71,7 +71,7 @@ BuildRequires: gpgme-devel
|
||||
BuildRequires: help2man
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: meson >= 0.61.0
|
||||
BuildRequires: meson >= 0.62.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: procps
|
||||
BuildRequires: python3-Pillow
|
||||
|
Loading…
Reference in New Issue
Block a user