restore s390x rdma
 remove obsolete scripts from
  https://src.fedoraproject.org/rpms/glusterfs/pull-request/5

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2019-03-06 08:08:50 -05:00
parent b598b104d5
commit c09fc157b9

View File

@ -92,8 +92,8 @@
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without rdma
%{?_without_rdma:%global _without_rdma --disable-ibverbs}
# No RDMA Support on s390(x)
%ifarch s390 s390x armv7hl
# No RDMA Support on armv7hl
%ifarch armv7hl
%global _without_rdma --disable-ibverbs
%endif
@ -232,7 +232,7 @@ Summary: Distributed File System
%if ( 0%{_for_fedora_koji_builds} )
Name: glusterfs
Version: 6.0
Release: %{?prereltag:0.}2%{?prereltag:.%{prereltag}}%{?dist}
Release: %{?prereltag:0.}3%{?prereltag:.%{prereltag}}%{?dist}
%else
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
@ -1004,7 +1004,6 @@ exit 0
## All %%postun should be placed here and keep them sorted
##
%postun
/sbin/ldconfig
%if ( 0%{!?_without_syslog:1} )
%if ( 0%{?fedora} ) || ( 0%{?rhel} )
%systemd_postun_with_restart rsyslog
@ -1012,17 +1011,8 @@ exit 0
%endif
exit 0
%postun api
/sbin/ldconfig
exit 0
%postun libs
/sbin/ldconfig
exit 0
%if ( 0%{!?_without_server:1} )
%postun server
/sbin/ldconfig
%if (0%{?_with_firewalld:1})
%firewalld_reload
%endif
@ -1418,6 +1408,12 @@ exit 0
%endif
%changelog
* Wed Mar 6 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.0rc0-0.3
- 6.0 RC0
- restore s390x rdma
- remove obsolete scripts from
- https://src.fedoraproject.org/rpms/glusterfs/pull-request/5
* Fri Mar 1 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.0rc0-0.2
- 6.0 RC0, s390x, armv7hl no rdma