URL: https://github.com/freeipa/freeipa/pull/1339
Author: stlaz
 Title: #1339: Bump 389-ds-base to 1.3.7.8-1
Action: opened

PR body:
"""
Bump 389-ds-version due to problems with replication and connections
not being closed.

https://pagure.io/freeipa/issue/7165
https://pagure.io/freeipa/issue/7228
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1339/head:pr1339
git checkout pr1339
From 62411600ed0a707fb836de3f474955beacf7a8e0 Mon Sep 17 00:00:00 2001
From: Stanislav Laznicka <slazn...@redhat.com>
Date: Tue, 28 Nov 2017 12:51:46 +0100
Subject: [PATCH] Bump 389-ds-base to 1.3.7.8-1

Bump 389-ds-version due to problems with replication and connections
not being closed.

https://pagure.io/freeipa/issue/7165
https://pagure.io/freeipa/issue/7228
---
 freeipa.spec.in | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index 7e9ad5f321..35a1d0da0a 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -289,8 +289,9 @@ Requires: python3-pyldap >= 2.4.15
 Requires: python2-ipaserver = %{version}-%{release}
 Requires: python-ldap >= 2.4.15
 %endif
-# 1.3.7.6-1: https://bugzilla.redhat.com/show_bug.cgi?id=1488295
-Requires: 389-ds-base >= 1.3.7.6-1
+# 1.3.7.8-1: https://pagure.io/freeipa/issue/7228
+#            https://pagure.io/freeipa/issue/7165
+Requires: 389-ds-base >= 1.3.7.8-1
 Requires: openldap-clients > 2.4.35-4
 Requires: nss >= 3.14.3-12.0
 Requires: nss-tools >= 3.14.3-12.0
@@ -337,7 +338,8 @@ Requires(postun): systemd-units
 Requires: policycoreutils >= 2.1.12-5
 Requires: tar
 Requires(pre): certmonger >= 0.79.5-1
-# 1.3.7.6-1: https://bugzilla.redhat.com/show_bug.cgi?id=1488295
+# 1.3.7.8-1: https://pagure.io/freeipa/issue/7228
+#            https://pagure.io/freeipa/issue/7165
 Requires(pre): 389-ds-base >= 1.3.7.6-1
 Requires: fontawesome-fonts
 Requires: open-sans-fonts
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to