8.2, rdma

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2020-11-05 09:36:53 -05:00
parent 219b74fe83
commit aa94a08b5e

View File

@ -183,7 +183,7 @@ Summary: Distributed File System
%if ( 0%{_for_fedora_koji_builds} ) %if ( 0%{_for_fedora_koji_builds} )
Name: glusterfs Name: glusterfs
Version: 8.2 Version: 8.2
Release: 1%{?dev:%{dev}}%{?dist} Release: 2%{?dev:%{dev}}%{?dist}
%else %else
Name: @PACKAGE_NAME@ Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@ Version: @PACKAGE_VERSION@
@ -261,6 +261,7 @@ Obsoletes: %{name}-gnfs <= %{version}-%{release}
Obsoletes: %{name}-rdma < %{version}-%{release} Obsoletes: %{name}-rdma < %{version}-%{release}
Provides: %{name}-common = %{version}-%{release} Provides: %{name}-common = %{version}-%{release}
Provides: %{name}-core = %{version}-%{release} Provides: %{name}-core = %{version}-%{release}
Provides: %{name}-rdma = %{version}-%{release}
%description %description
GlusterFS is a distributed file-system capable of scaling to several GlusterFS is a distributed file-system capable of scaling to several
@ -797,7 +798,6 @@ sed -i -e 's/--quiet//' configure.ac
%{?_without_fusermount} \ %{?_without_fusermount} \
%{?_without_georeplication} \ %{?_without_georeplication} \
%{?_without_ocf} \ %{?_without_ocf} \
%{?_without_rdma} \
%{?_without_server} \ %{?_without_server} \
%{?_without_syslog} \ %{?_without_syslog} \
%{?_with_ipv6default} \ %{?_with_ipv6default} \
@ -1168,9 +1168,6 @@ exit 0
%exclude %{_mandir}/man8/gluster.8* %exclude %{_mandir}/man8/gluster.8*
%endif %endif
%dir %{_localstatedir}/log/glusterfs %dir %{_localstatedir}/log/glusterfs
%if ( 0%{!?_without_rdma:1} )
%exclude %{_libdir}/glusterfs/%{version}%{?dev}/rpc-transport/rdma*
%endif
%if ( 0%{!?_without_server:1} ) %if ( 0%{!?_without_server:1} )
%dir %{_datadir}/glusterfs %dir %{_datadir}/glusterfs
%dir %{_datadir}/glusterfs/scripts %dir %{_datadir}/glusterfs/scripts
@ -1578,6 +1575,9 @@ exit 0
%{_unitdir}/gluster-ta-volume.service %{_unitdir}/gluster-ta-volume.service
%changelog %changelog
* Thu Nov 5 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 8.2-2
- 8.2, rdma
* Thu Sep 17 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 8.2-1 * Thu Sep 17 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 8.2-1
- 8.2 GA - 8.2 GA