fwupd/_service
Dominique Leuenberger d5845b934d - Update to version 2.0.6:
+ This release adds the following features:
    - Add 'fwupdtool efiboot-hive' to allow setting the nmbl cmdline
    - Allow setting the inhibit reason from fwupdmgr
    - Allow USB-provided hidraw devices to use DS-20 descriptors
  + This release fixes the following bugs:
    - Correctly deploy the dbx on MSI hardware
    - Correctly extract the milestone from Lenovo version numbers
    - Do not add invalid CoSWID entities to fix a fuzzing hang
    - Fix Logitech HID++ child device detection
    - Get the correct internal network VID and PID from Redfish
    - Include the payload length in the Wacom scaler update start command
    - Only use emulated devices when using device-emulate
    - Reload the thunderbolt retimer version after the payload is deployed
    - Speed up startup by ~1% by limiting the precision of percentage updates
    - Support new version formats for future Huddly devices
    - Updating the Logitech Rallybar in a more reliable way
  + This release adds support for the following hardware:
    -  HPE Gen10/Gen10+ devices using Redfish

OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=206
2025-02-18 09:08:05 +00:00

18 lines
643 B
XML

<?xml version="1.0"?>
<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@+@TAG_OFFSET@</param>
<param name="revision">2.0.6</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</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>