Fixed the changelog, fixed the versioning to follow upstream git versions and made the description more specific. I also cleaned up the changelog entries, is it better now? The summary also creates no warnings or errors now :) OBS-URL: https://build.opensuse.org/package/show/hardware/framework-laptop?expand=0&rev=1
16 lines
564 B
Plaintext
16 lines
564 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/DHowett/framework-laptop-kmod</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">1+git%cd.%h</param>
|
|
<param name="filename">framework-laptop</param>
|
|
<param name="revision">main</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|