diff --git a/389-ds-base.spec b/389-ds-base.spec index 34c0169..2c80873 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -47,7 +47,7 @@ ExcludeArch: i686 Summary: 389 Directory Server (base) Name: 389-ds-base Version: 1.4.4.15 -Release: %{?relprefix}3%{?prerel}%{?dist} +Release: %{?relprefix}4%{?prerel}%{?dist} License: GPLv3+ and (ASL 2.0 or MIT) and MIT and (Unlicense or MIT) and MPLv2.0 and BSD and ASL 2.0 and (ASL 2.0 or Boost) and (ASL 2.0 with exceptions or ASL 2.0 or MIT) URL: https://www.port389.org Conflicts: selinux-policy-base < 3.9.8 @@ -254,6 +254,7 @@ Requires: perl-Archive-Tar Obsoletes: %{name} <= 1.3.5.4 Source0: https://releases.pagure.org/389-ds-base/%{name}-%{version}%{?prerel}.tar.bz2 +Patch1: 0001-dna_enable_interval.patch # 389-ds-git.sh should be used to generate the source tarball from git Source1: %{name}-git.sh Source2: %{name}-devel.README @@ -358,7 +359,7 @@ A cockpit UI Plugin for configuring and administering the 389 Directory Server %endif %prep -%setup -q -n %{name}-%{version}%{?prerel} +%autosetup -p1 -v -n %{name}-%{version}%{?prerel} %if %{bundle_jemalloc} %setup -q -n %{name}-%{version}%{?prerel} -T -D -b 3 @@ -706,6 +707,9 @@ exit 0 %endif %changelog +* Fri May 21 2021 Christian Heimes - 1.4.4.15-4 +- Apply DNA plugin patch + * Thu May 20 2021 Christian Heimes - 1.4.4.15-3 - Enable interval feature of DNA plugin (resolves: rhbz#1962671)