SHA256
1
0
forked from pool/fwupd

Accepting request 1141203 from home:dimstar:Factory

- 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

OBS-URL: https://build.opensuse.org/request/show/1141203
OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=165
This commit is contained in:
Marcus Meissner 2024-01-29 12:35:21 +00:00 committed by Git OBS Bridge
parent 4e76dbe04a
commit cbcd96d2f3
6 changed files with 40 additions and 9 deletions

View File

@ -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)

Binary file not shown.

3
fwupd-1.9.12.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0291bb492dc16d0ac919b1cec79176e3e47c8164b6c6c0ed443a2a7c375dba86
size 18968589

View File

@ -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>

View File

@ -1,4 +1,4 @@
name: fwupd
version: 1.9.11
mtime: 1704279136
commit: 0f19050ededc3eff9a21042e3568198784771f73
version: 1.9.12
mtime: 1706087736
commit: f58214e249efdfeacfce24bfab678f9920e7b46c

View File

@ -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