SHA256
1
0
forked from pool/fwupd
fwupd/_service
Marcus Meissner 6466940987 Accepting request 634392 from home:NicoK:branches:Base:System
- Update to version 1.1.1:
  + New Features:
    - Add support for the Synaptics Panamera hardware (Mario Limonciello)
    - Add validation for Alpine and Titan Ridge (Andrei Emeltchenko, Mika Westerberg)
    - Improve the Redfish plugin to actually work with real hardware (Gary Lin)
  + Bugfixes:
    - Allow different plugins to add the same device (Richard Hughes)
    - Allow flashing unifying devices in recovery mode (Richard Hughes)
    - Allow running synapticsmst on non-Dell hardware (Mario Limonciello)
    - Check the ESP for sanity at at startup (Richard Hughes, Mario Limonciello)
    - Do not hold hidraw devices open forever (Richard Hughes)
    - Don't override _FORTIFY_SOURCE when building the EFI binary (Richard Hughes)
    - Don't show passwords in fwupdmgr (Richard Hughes, Mario Limonciello)
    - Fix a potential segfault in smbios data parsing (Mario Limonciello)
    - Fix encoding the GUID into the capsule EFI variable (Mario Limonciello)
    - Fix various bugs when reading the thunderbolt version number (Mika Westerberg)
    - Reboot synapticsmst devices at the end of flash cycle (Mario Limonciello)
    - Show status messages when the daemon is initializing (Mario Limonciello)
    - Show the correct title when updating devices (Richard Hughes, Mario Limonciello)
    - Show the reasons that plugins are not run on the CLI (Mario Limonciello)
    - Use localedir in po/make-images (Jan Tojnar)

OBS-URL: https://build.opensuse.org/request/show/634392
OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=32
2018-09-08 14:37:29 +00:00

15 lines
518 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/hughsie/fwupd.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/1.1.1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>