diff --git a/389-ds-base.spec b/389-ds-base.spec index efd7973..27ee819 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -54,7 +54,7 @@ ExcludeArch: i686 Summary: 389 Directory Server (base) Name: 389-ds-base Version: 2.0.13 -Release: %{?relprefix}1%{?prerel}%{?dist} +Release: %{?relprefix}2%{?prerel}%{?dist} License: GPLv3+ URL: https://www.port389.org Conflicts: selinux-policy-base < 3.9.8 @@ -276,6 +276,11 @@ Source3: https://github.com/jemalloc/%{jemalloc_name}/releases/download Patch0: concread-use-2018-edition.patch %endif +# https://bugzilla.redhat.com/show_bug.cgi?id=2047323 +# https://github.com/389ds/389-ds-base/pull/5141 +# Don't fail on startup if a directory we try to restorecon doesn't exist +Patch1: 0001-ds_selinux_restorecon.sh-always-exit-0.patch + %description 389 Directory Server is an LDAPv3 compliant server. The base package includes the LDAP server and command line utilities for server administration. @@ -719,6 +724,9 @@ exit 0 %endif %changelog +* Thu Jan 27 2022 Adam Williamson - 2.0.13-2 +- Backport PR#5141 to fix startup when a directory doesn't exist (#2047323) + * Mon Jan 24 2022 Mark Reynolds - 2.0.13-1 - Bump version to 2.0.13 - Issue 5132 - Update Rust crate lru to fix CVE