eeddbf13e7
- Fixed build through adding a recrompress at buildtime and changing the Source in the specfile. - Updated _service file to the modern obs_scm, so that the maintenance is less time cosuming and the obs needs less space to store the sources. - Update to version 2.4.2: * Fix misspelling in doc/getopt/README * Fix bus errors with small memory files (Closes: #58) * trivial: fix line endings * Correct the location some headers are installed to (Closes: #50) * Conditionalize build of man pages properly (Closes: #49) * install include headers with make install (Closes: #47) * Revert "Allow python34 or python36 to resolve the python3 requirements" * Allow python34 or python36 to resolve the python3 requirements OBS-URL: https://build.opensuse.org/request/show/650739 OBS-URL: https://build.opensuse.org/package/show/Base:System/libsmbios?expand=0&rev=42
14 lines
455 B
Plaintext
14 lines
455 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/dell/libsmbios.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">2.4.2</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar"/>
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version" />
|
|
</services>
|