- Update to v15-rc3 - Add flow steering drop action - mmio_flush_write fixes - Fixes for uclibc - Add common mmio accessor routines and remove per provider mmio routines - qedr fixes - Lots of fixes for debian packaging - Copyright fixes - Properly conflict with infiniband-diags - Add direct verbs support to mlx4 provider - Improvement to Travis CI checking - Enforce kernel coding style in rdma-core - Add initial verbs hotplug support - Sparse annotations - Systemd updates for srp_daemon and iwpmd - Red Hat packaging fixes - Properly make the entire rdma-core support udev hotplug activation - Packaging fixes related to the joining of packages and globs that are no longer valid - Drop rdma-core-s390x.patch as it was merged upstream - Remove legacy systemd macros OBS-URL: https://build.opensuse.org/request/show/518377 OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=45
16 lines
577 B
Plaintext
16 lines
577 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/linux-rdma/rdma-core.git</param>
|
|
<param name="package-meta">no</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">rdma-core</param>
|
|
<param name="version">15-rc3</param>
|
|
<param name="revision">49211a63fc61e02840a402fe85afd8843a148273</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*rdma-core*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|