RDMA core userspace libraries and daemons
Go to file
Yaakov Selkowitz 12abba8bed Pin Cython < 3 until fixed upstream
Cython 3 has broke compatibility with some code that previously built
successfully, in this case:

```
/builddir/build/BUILD/rdma-core-46.0/redhat-linux-build/pyverbs/device.c:14510:18: error: redefinition of '__Pyx_Enum_ibv_event_type_to_py'
14510 | static PyObject *__Pyx_Enum_ibv_event_type_to_py(enum ibv_event_type __pyx_v_c_val) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/rdma-core-46.0/redhat-linux-build/pyverbs/device.c:10701:18: note: previous definition of '__Pyx_Enum_ibv_event_type_to_py' with type 'PyObject *(enum ibv_event_type)' {aka 'struct _object *(enum ibv_event_type)'}
10701 | static PyObject *__Pyx_Enum_ibv_event_type_to_py(enum ibv_event_type __pyx_v_c_val) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
2023-07-28 18:00:32 -04:00
.gitignore Update to upstream release v46.0 2023-05-24 11:23:54 -04:00
9998-kernel-boot-Do-not-perform-device-rename-on-OPA-devi.patch Fix a couple of bugs found by covscan 2023-02-02 12:01:53 +01:00
9999-udev-keep-NAME_KERNEL-as-default-interface-naming-co.patch Fix a couple of bugs found by covscan 2023-02-02 12:01:53 +01:00
changelog Convert to rpmautospec 2023-02-02 12:06:52 +01:00
rdma-core.spec Pin Cython < 3 until fixed upstream 2023-07-28 18:00:32 -04:00
sources Update to upstream release v46.0 2023-05-24 11:23:54 -04:00