Bump version to 1.4.0.1-2

Ticket 49400 - Add clang support and libatomic
This commit is contained in:
Mark Reynolds 2017-10-16 13:49:55 -04:00
parent f536eabac5
commit 2c0caedd21

View File

@ -17,6 +17,9 @@
%global use_tcmalloc 0 %global use_tcmalloc 0
%endif %endif
# Use Clang instead of GCC
%global use_clang 0
# fedora 15 and later uses tmpfiles.d # fedora 15 and later uses tmpfiles.d
# otherwise, comment this out # otherwise, comment this out
%{!?with_tmpfiles_d: %global with_tmpfiles_d %{_sysconfdir}/tmpfiles.d} %{!?with_tmpfiles_d: %global with_tmpfiles_d %{_sysconfdir}/tmpfiles.d}
@ -30,7 +33,7 @@
Summary: 389 Directory Server (base) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.4.0.1 Version: 1.4.0.1
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
@ -50,7 +53,12 @@ BuildRequires: cyrus-sasl-devel
BuildRequires: icu BuildRequires: icu
BuildRequires: libicu-devel BuildRequires: libicu-devel
BuildRequires: pcre-devel BuildRequires: pcre-devel
BuildRequires: libatomic
%if %{use_clang}
BuildRequires: clang
%else
BuildRequires: gcc-c++ BuildRequires: gcc-c++
%endif
# The following are needed to build the snmp ldap-agent # The following are needed to build the snmp ldap-agent
BuildRequires: net-snmp-devel BuildRequires: net-snmp-devel
BuildRequires: lm_sensors-devel BuildRequires: lm_sensors-devel
@ -475,6 +483,10 @@ fi
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Mon Oct 16 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.1-2
- Bump version to 1.4.0.1-2
- Ticket 49400 - Add clang support and libatomic
* Mon Oct 9 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.1-1 * Mon Oct 9 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.1-1
- Bump version to 1.4.0.1-1 - Bump version to 1.4.0.1-1
- Ticket 49038 - remove legacy replication - change cleanup script precedence - Ticket 49038 - remove legacy replication - change cleanup script precedence