fwupd/_service
Dominique Leuenberger 656b6c530c Accepting request 993778 from home:dimstar:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/993778
OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=119
2022-08-08 13:15:30 +00:00

15 lines
495 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<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.9</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual"/>
</services>