SHA256
6
0
forked from pool/eth-ff
Files
eth-ff/_service
Nicolas Morey b44b044046 - Update to v12.1.0.0
- Improved to support RHEL 9.6, 10.0 and SLES 15.7
  - Improved stability and print of ethudstress
  - Removed unused code
  - Replaced egrep with grep -E
  - Changed rpm spec to require tcl8 or tcl < 1:9
  - Changed to use tclsh8 when possible
  - Changed rpm spec to require tcl < 1:9
  - Improved to support RHEL 9.5
  - Updated pkg spec License to use SPDX standard name
  - Improved ethcapture to capture device information more efficiently
  - Removed old ssh arg from tcl scripts
  - Limit tcl_dev package version to less than 9 as there is
    no expect package available yet for Tcl 9.0
  - Improved build related script, ff_install.sh, to get install
    directories from rpm macros
  - Fixed ethudstress cq poll regression issue

OBS-URL: https://build.opensuse.org/package/show/science:HPC/eth-ff?expand=0&rev=16
2025-07-02 15:43:54 +00:00

19 lines
707 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/intel/eth-fast-fabric.git</param>
<param name="package-meta">no</param>
<param name="exclude">.git</param>
<param name="filename">eth-ff</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">9fb6c79b16024f52bf04499b9f164960cf459685</param>
</service>
<service name="recompress" mode="manual">
<param name="file">eth-ff*.tar</param>
<param name="compression">gz</param>
</service>
</services>