diff --git a/rdma-core.spec b/rdma-core.spec
index 0dcdeea..e28f0c2 100644
--- a/rdma-core.spec
+++ b/rdma-core.spec
@@ -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 @@ tcp ports through the standard socket interface.
 
 %package -n libibcm
 Summary: Userspace InfiniBand Connection Manager
-ExcludeArch: s390 s390x
 Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description -n libibcm
@@ -401,10 +400,8 @@ rm -f %{buildroot}/%{_sbindir}/srp_daemon.sh
 %{_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 @@ rm -f %{buildroot}/%{_sbindir}/srp_daemon.sh
 %{_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 @@ rm -f %{buildroot}/%{_sbindir}/srp_daemon.sh
 %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