#1 Build for s390/x
Merged 6 years ago by orion. Opened 6 years ago by orion.
rpms/ orion/rdma-core s390  into  master

file modified
+8 -6
@@ -1,6 +1,6 @@ 

  Name: rdma-core

  Version: 16.2

- Release: 2%{?dist}

+ Release: 3%{?dist}

  Summary: RDMA core userspace libraries and daemons

  

  %ifnarch s390 %{arm}
@@ -204,7 +204,6 @@ 

  

  %package -n libibcm

  Summary: Userspace InfiniBand Connection Manager

- ExcludeArch: s390 s390x

  Requires: %{name}%{?_isa} = %{version}-%{release}

  

  %description -n libibcm
@@ -401,10 +400,8 @@ 

  %{_mandir}/man3/*_to_ibv_rate.*

  %{_mandir}/man7/rdma_cm.*

  %if 0%{?dma_coherent}

- %ifnarch s390x

  %{_mandir}/man3/mlx5dv*

  %{_mandir}/man7/mlx5dv*

- %endif

  %{_mandir}/man3/mlx4dv*

  %{_mandir}/man7/mlx4dv*

  %endif
@@ -415,9 +412,7 @@ 

  %{_libdir}/libibverbs*.so.*

  %{_libdir}/libibverbs/*.so

  %if 0%{?dma_coherent}

- %ifnarch s390x s390

  %{_libdir}/libmlx5.so.*

- %endif

  %{_libdir}/libmlx4.so.*

  %endif

  %config(noreplace) %{_sysconfdir}/libibverbs.d/*.driver
@@ -509,9 +504,16 @@ 

  %doc %{_docdir}/%{name}-%{version}/ibsrpdm.md

  

  %changelog

+ * Mon Feb 05 2018 Orion Poplawski <orion@nwra.com> - 16.2-3

+ - Build for s390/x

+ 

  * Tue Feb 06 2018 Patrick Uiterwijk <patrick@puiterwijk.org> - 16.2-2

  - Fix escaped macro

  

+ * Sun Feb 04 2018 Doug Ledford <dledford@redhat.com> - 16.2-1

+ - Update to rdma-core-16.2

+ - Drop the old sysv initscript files

+ 

  * Wed Aug 09 2017 Jarod Wilson <jarod@redhat.com> - 14-4

  - Make use of systemd_requires, own srp_daemon dir

  

Fix changelog

ExcludeArch applies to the entire SRPM, so it needs to go. mlx5 stuff appears to be built on s390x at least - https://koji.fedoraproject.org/koji/taskinfo?taskID=24738200

rebased onto cb5b6a4

6 years ago

This is holding up rebuilds of openmpi on dependent libraries.

Pull-Request has been merged by orion

6 years ago