fbd0f48232
- Build the crash extension. - Package the eppic code. - eppic-crash-INCDIR.patch: Use make variable INCDIR to find crash include files. - eppic-Fix-eppic_getnxtfct.patch: Fix name length condition in eppic_getnxtfct(). - Switch upstream branch to v5.0. - Update to commit e0a3b03 o Assorted bug fixes. OBS-URL: https://build.opensuse.org/request/show/1079222 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/eppic?expand=0&rev=28
14 lines
478 B
Plaintext
14 lines
478 B
Plaintext
<services>
|
|
<service mode="localonly" name="tar_scm">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/lucchouina/eppic.git</param>
|
|
<param name="revision">refs/heads/v5.0</param>
|
|
<param name="versionprefix">4.99.git</param>
|
|
</service>
|
|
<service mode="localonly" name="recompress">
|
|
<param name="file">eppic-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="localonly" name="set_version" />
|
|
</services>
|