- Changed _service file to name retrieved tarball differently (more accurately), and changed it to point at latest upstream code, which has one new commit. That commit removes the need for patch: * target-isns-Replace-zero-length-arrays-with-empty-arrays.patch This changes the name of the tarball retrieved from upstream, as well. - Also, a new patch is added to update the project to use newer versions of CMake, adding * target-isns-handle-newer-cmake.patch - Lastly, the '%patchN -p1' macro in the SPEC file was changed to '%patch -p1 1', to make OBS happy. There should be no functional changes. - Updated SPEC file to use '%patch' vs '%patchN' OBS-URL: https://build.opensuse.org/request/show/1146914 OBS-URL: https://build.opensuse.org/package/show/Base:System/target-isns?expand=0&rev=26
19 lines
706 B
Plaintext
19 lines
706 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/open-iscsi/target-isns.git</param>
|
|
<param name="subdir"></param>
|
|
<param name="filename">target-isns</param>
|
|
<param name="version">f9922c2be69e</param>
|
|
<param name="versionformat">v0.6.8+@TAG_OFFSET@.%h</param>
|
|
<param name="revision">master</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="exclude">.git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">target-isns*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|