fwupd/_service
Marcus Meissner 73e8789f1d Accepting request 1005435 from home:iznogood:branches:Base:System
- Update to version 1.7.10:
  + Always check the BDP partitions when getting all the possible
    ESPs
  + Correctly detect CET IBT
  + Do not show HSI events where we changed the spec result value
  + Fix aligning up addresses greater than 4GB
  + Fix applying the latest DBX update on machines with
    20200729.x64 installed
  + Fix checking for invalid depth requirements
  + Fix getting the new version number of the USI docking hardware
  + Fix HSI prefix for invalid chassis
  + Never save the Redfish auto-generated password to a
    user-readable file
  + Only create users using IPMI when we've tested the hardware
  + Only fail the kernel tainted HSI test for specific taint
    reasons
  + Only show changed events in the fwupdmgr security output
  + Recognize CSME version 16 and update vulnerable versions from
    CSMEVDT data
  + Write all the CCGX metadata block as intended

OBS-URL: https://build.opensuse.org/request/show/1005435
OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=121
2022-09-28 07:04:10 +00:00

15 lines
496 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.10</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>