Bump version to 2.0.8-3

Resolves: Bug 1992609 - Fix specfile issue with applying patches
This commit is contained in:
Mark Reynolds 2021-08-30 10:55:08 -04:00
parent be8a940734
commit de8f54f05e
1 changed files with 7 additions and 3 deletions

View File

@ -47,7 +47,7 @@ ExcludeArch: i686
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 2.0.8
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv3+ and ASL 2.0 and MPLv2.0 and Boost
URL: https://www.port389.org
Conflicts: selinux-policy-base < 3.9.8
@ -355,10 +355,10 @@ A cockpit UI Plugin for configuring and administering the 389 Directory Server
%endif
%prep
%autosetup -p1 -v -n %{name}-%{version}
%setup -q -n %{name}-%{version}
%autosetup -p1 -v -n %{name}-%{version}
%if %{bundle_jemalloc}
%setup -q -n %{name}-%{version}
%setup -q -n %{name}-%{version} -T -D -b 3
%endif
@ -707,6 +707,10 @@ exit 0
%endif
%changelog
* Mon Aug 30 2021 Mark Reynolds <mreynolds@redhat.com> - 2.0.8-3
- Bump version to 2.0.8-3
- Resolves: Bug 1992609 - Fix specfile issue with applying patches
* Fri Aug 27 2021 Mark Reynolds <mreynolds@redhat.com> - 2.0.8-2
- Bump version to 2.0.8-2
- Resolves: Bug 1998464 - LDAP server crashes when dnaInterval attribute is set to 0