#12 Apply DNA plugin patch
Merged 2 years ago by mreynolds. Opened 2 years ago by cheimes.
rpms/ cheimes/389-ds-base bz1962671-f33-2  into  f33

file modified
+6 -2
@@ -47,7 +47,7 @@ 

  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 @@ 

  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 @@ 

  %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 @@ 

  %endif

  

  %changelog

+ * Fri May 21 2021 Christian Heimes <cheimes@redhat.com> - 1.4.4.15-4

+ - Apply DNA plugin patch

+ 

  * Thu May 20 2021 Christian Heimes <cheimes@redhat.com> - 1.4.4.15-3

  - Enable interval feature of DNA plugin (resolves: rhbz#1962671)

  

no initial comment

Pull-Request has been merged by mreynolds

2 years ago

I know I merged this, but I think it needs to be based off version 2.0.3, because 2.0.4 has the "Problematic Language" regression in IPA

Metadata