10.0 RC0, without_tcmalloc, rhbz#2018439

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2021-10-29 07:49:48 -04:00
parent 8e29421e26
commit 3d10f66c48

View File

@ -80,6 +80,10 @@
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without tcmalloc
%{?_without_tcmalloc:%global _without_libtcmalloc --without-tcmalloc}
%ifnarch x86_64
%global _without_libtcmalloc --without-tcmalloc
%endif
# ocf
# if you wish to compile an rpm without the OCF resource agents...
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without ocf
@ -197,7 +201,7 @@ Summary: Distributed File System
%if ( 0%{_for_fedora_koji_builds} )
Name: glusterfs
Version: 10.0
Release: 0.2%{?prereltag:%{prereltag}}%{?dist}
Release: 0.3%{?prereltag:%{prereltag}}%{?dist}
%else
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
@ -1620,6 +1624,9 @@ exit 0
%{_unitdir}/gluster-ta-volume.service
%changelog
* Fri Oct 29 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 10.0-0.3rc0
- 10.0 RC0, without_tcmalloc, rhbz#2018439
* Thu Oct 28 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 10.0-0.2rc0
- 10.0 RC0, armv7hl