Fixed the duplicate changelog entry and made the versioning follow the git versions As per https://opensource.org/license/0bsd the license is a form of the ISC license, but neither BSD-zero-clause, nor Free public license 1.0 are supported, so I set it to ISC. Is this correct? OBS-URL: https://build.opensuse.org/package/show/hardware/keylightd?expand=0&rev=1
22 lines
800 B
XML
22 lines
800 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/piotr-yuxuan/keylightd.git</param>
|
|
<param name="versionformat">1+git%cd.%h</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="revision">main</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srctar">keylightd-1+git20240806.b7b17e3.tar.xz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|