- Update to version 2.4+git20240503.5b98913: * Don't generate html documentation anymore * Fix manual page dependencies for parallel build * Update configure.ac * Fix soft-reboot detection in forced mode OBS-URL: https://build.opensuse.org/package/show/devel:microos/rebootmgr?expand=0&rev=13
15 lines
507 B
Plaintext
15 lines
507 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">2.4</param>
|
|
<param name="versionformat">2.4+git%cd.%h</param>
|
|
<param name="url">https://github.com/SUSE/rebootmgr.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|