Backport 828aad0 to fix missing imports from 1.4.3.1

This commit is contained in:
Adam Williamson 2020-01-16 00:01:04 +00:00
parent 6f9c53b048
commit e9b229a7e8

View File

@ -45,7 +45,7 @@ ExcludeArch: i686
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.4.3.1
Release: %{?relprefix}1%{?prerel}%{?dist}
Release: %{?relprefix}2%{?prerel}%{?dist}
License: GPLv3+
URL: https://www.port389.org
Conflicts: selinux-policy-base < 3.9.8
@ -172,6 +172,10 @@ Source2: %{name}-devel.README
Source3: https://github.com/jemalloc/%{jemalloc_name}/releases/download/%{jemalloc_ver}/%{jemalloc_name}-%{jemalloc_ver}.tar.bz2
%endif
# Backport of https://pagure.io/389-ds-base/c/828aad0
# Fixes a missing import that broke FreeIPA deployment
Patch0: 0001-Issue-50798-incorrect-bytes-in-format-string-fix-imp.patch
%description
389 Directory Server is an LDAPv3 compliant server. The base package includes
the LDAP server and command line utilities for server administration.
@ -293,6 +297,7 @@ A cockpit UI Plugin for configuring and administering the 389 Directory Server
%prep
%setup -q -n %{name}-%{version}%{?prerel}
%patch0 -p1
%if %{bundle_jemalloc}
%setup -q -n %{name}-%{version}%{?prerel} -T -D -b 3
@ -765,6 +770,9 @@ exit 0
%doc README.md
%changelog
* Wed Jan 15 2020 Adam Williamson <awilliam@redhat.com> - 1.4.3.1-2
- Backport 828aad0 to fix missing imports from 1.4.3.1
* Mon Jan 13 2020 Mark Reynolds <mreynolds@redhat.com> - 1.4.3.1-1
- Bump version to 1.4.3.1
- Issue 50798 - incorrect bytes in format string