Bump version to 1.3.6.6-2

Disable tcmalloc on ppc64 & ppc64le - crash in makstrdb during build
This commit is contained in:
Mark Reynolds 2017-05-22 15:43:10 -04:00
parent 8704ece18d
commit 2fe56ad31b

View File

@ -14,8 +14,10 @@
%global use_Socket6 0 %global use_Socket6 0
%global use_nunc_stans 1 %global use_nunc_stans 1
%if %{_arch} != "s390" %if %{_arch} != "s390x" && %{_arch} != "s390" && %{_arch} != "ppc64" && %{_arch} != "ppc64le"
%global use_tcmalloc 1 %global use_tcmalloc 1
%else
%global use_tcmalloc 0
%endif %endif
# fedora 15 and later uses tmpfiles.d # fedora 15 and later uses tmpfiles.d
@ -31,7 +33,7 @@
Summary: 389 Directory Server (base) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.3.6.6 Version: 1.3.6.6
Release: %{?relprefix}1%{?prerel}%{?dist} Release: %{?relprefix}2%{?prerel}%{?dist}
License: GPLv3+ License: GPLv3+
URL: http://www.port389.org URL: http://www.port389.org
Group: System Environment/Daemons Group: System Environment/Daemons
@ -84,6 +86,7 @@ BuildRequires: libevent-devel
%endif %endif
%if %{use_tcmalloc} %if %{use_tcmalloc}
BuildRequires: gperftools-devel BuildRequires: gperftools-devel
BuildRequires: gperftools-libs
%endif %endif
# for python3 macros # for python3 macros
@ -464,6 +467,10 @@ fi
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Mon May 22 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.6-2
- Bump version to 1.3.6.6-2
- Disable tcmalloc on ppc64 & ppc64le - crash in makstrdb during build
* Mon May 22 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.6-1 * Mon May 22 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.6-1
- Bump version to 1.3.6.6-1 - Bump version to 1.3.6.6-1
- Ticket 49157 - fix error in ds-logpipe.py - Ticket 49157 - fix error in ds-logpipe.py