59aa18cf57
This commit adds the RPM specfile that supports openSUSE, these include the _service file which creates the tarball, the changes files and specfile itself. These are all built via the OpenBuildService (OBS) and can be found here: https://build.opensuse.org/project/show/Cloud:StarlingX:2.0 Change-Id: I676aae8cb9554eab2740232fd0dd77e0ed876506 Signed-off-by: Saul Wold <sgw@linux.intel.com>
17 lines
529 B
Plaintext
17 lines
529 B
Plaintext
<services>
|
|
<service name="tar_scm">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://opendev.org/starlingx/fault</param>
|
|
<param name="version">1.0</param>
|
|
<param name="subdir">snmp-audittrail/sources</param>
|
|
<param name="filename">snmp-audittrail</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="recompress">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|
|
|