Skip to content

Commit

Permalink
Update fwupd to version 1.7.9 / rev 51 via SR 993781
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/993781
by user dimstar + dimstar_suse
  • Loading branch information
dimstar authored and bmwiedemann committed Aug 9, 2022
1 parent c42a546 commit 6cc7a6b
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 9 deletions.
Binary file modified packages/f/fwupd/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/f/fwupd/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -432,4 +432,12 @@ Please do not fwd without building it, and checking new rpmlint warnings we may
<comment></comment>
<requestid>970769</requestid>
</revision>
<revision rev="51" vrev="1">
<srcmd5>b6bb95c737f5237632df453a4570036a</srcmd5>
<version>1.7.9</version>
<time>1660051563</time>
<user>dimstar_suse</user>
<comment></comment>
<requestid>993781</requestid>
</revision>
</revisionlist>
2 changes: 1 addition & 1 deletion packages/f/fwupd/.servicemark
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d9238dd337f42767a0cce6d217b2cffd
691caf74bf6ba94d19e902c1837f5f68
2 changes: 1 addition & 1 deletion packages/f/fwupd/_service
Original file line number Diff line number Diff line change
Expand Up @@ -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.7</param>
<param name="revision">1.7.9</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
Expand Down
1 change: 0 additions & 1 deletion packages/f/fwupd/fwupd-1.7.7.obscpio

This file was deleted.

1 change: 1 addition & 0 deletions packages/f/fwupd/fwupd-1.7.9.obscpio
28 changes: 28 additions & 0 deletions packages/f/fwupd/fwupd.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Aug 8 12:52:48 UTC 2022 - Dominique Leuenberger <[email protected]>

- Update to version 1.7.9 (boo#1201311):
+ Do not generate a capsule header for the FMP GUID.
+ Do not use CoD even when advertized on non-aarch64 platforms.
+ Fix a critical warning when parsing an invalid PHAT record.
+ Fix a regression for devices using the Atmel FLIP Bootloader.
+ Fix parsing SMBIOS data.
+ Set the device ID on the FwupdRequest.
+ Use the correct protocol member when converting to JSON.
+ Wait for the system76-launch device to re-enumerate if unlocked
and reset.
- Changes from version 1.7.8:
+ Add the bootloader VID/PID used for the first batch of ColorHug
devices.
+ Also check for os-release in SYSCONFDIR.
+ Export the version lowest raw value correctly.
+ Fix a Wacom timeout when parsing very corrupt firmware.
+ Fix Genesys device enumeration failure by not claiming the
interface.
+ Hardcode the Redfish filedata name to firmware.bin.
+ Install D-Bus introspection data even if introspection is
disabled.
+ Only set the flashrom BIOS size if not already quirked.
+ Read the SynapticsMST firmware size in a more safe way.
+ Restart the BMC after installing BCM updates.

-------------------------------------------------------------------
Sun Apr 17 12:52:22 UTC 2022 - Callum Farmer <[email protected]>

Expand Down
6 changes: 3 additions & 3 deletions packages/f/fwupd/fwupd.obsinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: fwupd
version: 1.7.7
mtime: 1649155828
commit: 76821bcb78b7557d879f5d723d6faf27464459bb
version: 1.7.9
mtime: 1658752824
commit: 1b8d7a5662d68d75f989000d4b6285ae8ae23a17
8 changes: 5 additions & 3 deletions packages/f/fwupd/fwupd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%ifarch %{ix86} x86_64 aarch64
%bcond_without efi_fw_update
%else
Expand All @@ -36,7 +37,7 @@
%endif

Name: fwupd
Version: 1.7.7
Version: 1.7.9
Release: 0
Summary: Device firmware updater daemon
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Expand Down Expand Up @@ -185,8 +186,8 @@ the local machine.
%package bash-completion
Summary: Bash completion for fwupd
Group: System/Management
Requires: bash-completion
Requires: %{name}
Requires: bash-completion
Supplements: (%{name} and bash-completion)
BuildArch: noarch

Expand All @@ -197,8 +198,8 @@ This package contain the bash completion command for the device firmware updater
%package fish-completion
Summary: Fish completion for fwupd
Group: System/Management
Requires: fish
Requires: %{name}
Requires: fish
Supplements: (%{name} and fish)
BuildArch: noarch

Expand All @@ -225,6 +226,7 @@ export CFLAGS="%{optflags} -D_GNU_SOURCE"
-Dplugin_uefi_capsule=true \
-Dplugin_uefi_pk=true \
-Defi_binary=false \
-Dsystemd_unit_user=root \
%else
-Dplugin_uefi_capsule=false \
-Dplugin_uefi_pk=false \
Expand Down

0 comments on commit 6cc7a6b

Please sign in to comment.