forked from pool/fwupd
Dominique Leuenberger
95f899e807
- Update to version 1.9.21: + This release adds the following features: - Add a fwupd.conf option to ignore CHID requirements for development. + This release fixes the following bugs: - Allow loading Wacom device flags from metadata. - Check for needs-shutdown like we do needs-reboot. - Fix updating the Aerox 3 Wireless Mouse. + This release adds support for the following hardware: - Synaptics Carrera devices. - Wacom Movink devices. OBS-URL: https://build.opensuse.org/request/show/1180839 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=183
18 lines
644 B
XML
18 lines
644 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">1.9.21</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>
|