From a5ddfcbda7301df9fda6bba2fe90ef7a3cc86c3d Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Nov 11 2021 07:15:51 +0000 Subject: GlusterFS 10.0 GA --- diff --git a/.glusterfs.metadata b/.glusterfs.metadata index 94bcb6b..c0b7fc6 100644 --- a/.glusterfs.metadata +++ b/.glusterfs.metadata @@ -1 +1 @@ -6e1eeb9623ed694db5b591c7689aa59a1bc53eea SOURCES/glusterfs-10.0rc0.tar.gz +7b48255676c842a87879c26f89659d9ecda99c26 SOURCES/glusterfs-10.0.tar.gz diff --git a/SPECS/glusterfs.spec b/SPECS/glusterfs.spec index a2ab561..b187a7e 100644 --- a/SPECS/glusterfs.spec +++ b/SPECS/glusterfs.spec @@ -3,7 +3,7 @@ %global _for_fedora_koji_builds 1 # uncomment and add '%' to use the prereltag for pre-releases -%global prereltag rc0 +#global prereltag rc0 ##----------------------------------------------------------------------------- ## All argument definitions should be placed here and keep them sorted @@ -73,6 +73,11 @@ # rpmbuild -ta glusterfs-10.0rc0.tar.gz --without tcmalloc %{?_without_tcmalloc:%global _without_tcmalloc --without-tcmalloc} +# tcmalloc causes issues on non-x86_84 architectures, see rhbz#2018439 +%ifnarch x86_64 +%global _without_tcmalloc --without-tcmalloc +%endif + # Do not use libtirpc on EL6, it does not have xdr_uint64_t() and xdr_uint32_t # Do not use libtirpc on EL7, it does not have xdr_sizeof() %if ( 0%{?rhel} && 0%{?rhel} < 8 ) @@ -228,7 +233,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 10.0 -Release: %{?prereltag:0.}2%{?prereltag:.%{prereltag}}%{?dist} +Release: %{?prereltag:0.}1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ @@ -237,7 +242,7 @@ Release: 0.@PACKAGE_RELEASE@%{?dist}.1 License: GPLv2 or LGPLv3+ URL: http://docs.gluster.org/ %if ( 0%{_for_fedora_koji_builds} ) -Source0: http://download.gluster.org/pub/gluster/%{name}/9/%{version}%{?prereltag}/%{name}-%{version}%{?prereltag}.tar.gz +Source0: http://download.gluster.org/pub/gluster/%{name}/10/%{version}%{?prereltag}/%{name}-%{version}%{?prereltag}.tar.gz Source1: glusterd.sysconfig Source2: glusterfsd.sysconfig Source7: glusterfsd.service @@ -1664,6 +1669,10 @@ exit 0 %endif %changelog +* Wed Nov 10 2021 Niels de Vos - 10.0-1 +- GlusterFS 10.0 GA +- disable tcmalloc support for non-x86_64 architectures (rhbz#2018439) + * Wed Oct 27 2021 Niels de Vos - 10.0-0.2.rc0 - build with tcmalloc support