6.0 RC0
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:
parent
b598b104d5
commit
c09fc157b9
@ -92,8 +92,8 @@
|
|||||||
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without rdma
|
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without rdma
|
||||||
%{?_without_rdma:%global _without_rdma --disable-ibverbs}
|
%{?_without_rdma:%global _without_rdma --disable-ibverbs}
|
||||||
|
|
||||||
# No RDMA Support on s390(x)
|
# No RDMA Support on armv7hl
|
||||||
%ifarch s390 s390x armv7hl
|
%ifarch armv7hl
|
||||||
%global _without_rdma --disable-ibverbs
|
%global _without_rdma --disable-ibverbs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -232,7 +232,7 @@ Summary: Distributed File System
|
|||||||
%if ( 0%{_for_fedora_koji_builds} )
|
%if ( 0%{_for_fedora_koji_builds} )
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 6.0
|
Version: 6.0
|
||||||
Release: %{?prereltag:0.}2%{?prereltag:.%{prereltag}}%{?dist}
|
Release: %{?prereltag:0.}3%{?prereltag:.%{prereltag}}%{?dist}
|
||||||
%else
|
%else
|
||||||
Name: @PACKAGE_NAME@
|
Name: @PACKAGE_NAME@
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
@ -1004,7 +1004,6 @@ exit 0
|
|||||||
## All %%postun should be placed here and keep them sorted
|
## All %%postun should be placed here and keep them sorted
|
||||||
##
|
##
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
|
||||||
%if ( 0%{!?_without_syslog:1} )
|
%if ( 0%{!?_without_syslog:1} )
|
||||||
%if ( 0%{?fedora} ) || ( 0%{?rhel} )
|
%if ( 0%{?fedora} ) || ( 0%{?rhel} )
|
||||||
%systemd_postun_with_restart rsyslog
|
%systemd_postun_with_restart rsyslog
|
||||||
@ -1012,17 +1011,8 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun api
|
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%postun libs
|
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%if ( 0%{!?_without_server:1} )
|
%if ( 0%{!?_without_server:1} )
|
||||||
%postun server
|
%postun server
|
||||||
/sbin/ldconfig
|
|
||||||
%if (0%{?_with_firewalld:1})
|
%if (0%{?_with_firewalld:1})
|
||||||
%firewalld_reload
|
%firewalld_reload
|
||||||
%endif
|
%endif
|
||||||
@ -1418,6 +1408,12 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 1 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.0rc0-0.2
|
||||||
- 6.0 RC0, s390x, armv7hl no rdma
|
- 6.0 RC0, s390x, armv7hl no rdma
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user