* This is a quick release to get the bug fix out for
<https://codeberg.org/smxi/inxi/issues/347>.
* Refactor and updated of the Battery item.
* This release is highlighted by a long overdue rewrite of the
-b, -e, and -v[x] man page and help options.
* Renamed to inxi.metainfo.xml
* Changed id to org.smxi.inxi
* Added inxi.metadata.xml. Your welcome.
* Phase 2 of the big CPU upgrade a few years back is now done.
* Added more Wayland wm/de updates: wm, tools, lockers, etc.
- Setup service file for manual run.
OBS-URL: https://build.opensuse.org/package/show/utilities/inxi?expand=0&rev=86
19 lines
745 B
Plaintext
19 lines
745 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://codeberg.org/smxi/inxi.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">20451ca41fe61723250bb0d8f2ba2ec708719b90</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">inxi</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar"/>
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
</services>
|