Bump version to 1.4.0.2-2
Add python-lib389 build requirements
This commit is contained in:
parent
09fb13d153
commit
4e7c5c2667
@ -38,7 +38,7 @@
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.4.0.2
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
Release: %{?relprefix}2%{?prerel}%{?dist}
|
||||
License: GPLv3+
|
||||
URL: http://www.port389.org
|
||||
Group: System Environment/Daemons
|
||||
@ -84,6 +84,9 @@ BuildRequires: doxygen
|
||||
# For tests!
|
||||
BuildRequires: libcmocka-devel
|
||||
BuildRequires: libevent-devel
|
||||
BuildRequires: python%{python3_pkgversion}
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
%if %{use_tcmalloc}
|
||||
BuildRequires: gperftools-devel
|
||||
BuildRequires: gperftools-libs
|
||||
@ -541,8 +544,12 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Nov 3 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.2-2
|
||||
- Bump version to 1.4.0.2-2
|
||||
- Add python-lib389 build requirements
|
||||
|
||||
* Fri Nov 3 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.2-1
|
||||
- Bump version to 1.4.0.2
|
||||
- Bump version to 1.4.0.2-1
|
||||
- Ticket 48393 - fix copy and paste error
|
||||
- Ticket 49439 - cleanallruv is not logging information
|
||||
- Ticket 48393 - Improve replication config validation
|
||||
|
Loading…
Reference in New Issue
Block a user