forked from pool/suseconnect-ng
- Added uname as collector - Added SAP workload detection - Added detection of container runtimes - Multiple fixes on ARM64 detection - Use `read_values` for the CPU collector on Z - Fixed data collection for ppc64le - Grab the home directory from /etc/passwd if needed (bsc#1226128) OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:SCC/suseconnect-ng?expand=0&rev=100
25 lines
1018 B
Plaintext
25 lines
1018 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/SUSE/connect-ng.git</param>
|
|
<param name="revision">v1.11.0</param>
|
|
<param name="version">1.11.0</param>
|
|
<param name="filename">suseconnect-ng</param>
|
|
<param name="package-meta">no</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="extract_file" mode="manual">
|
|
<param name="archive">suseconnect-ng*.tar.xz</param>
|
|
<param name="files">suseconnect-ng-*/build/packaging/suseconnect-ng.spec</param>
|
|
<param name="files">suseconnect-ng-*/build/packaging/suseconnect-ng.changes</param>
|
|
<param name="files">suseconnect-ng-*/build/packaging/suseconnect-ng-rpmlintrc</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|