Blame SOURCES/0055-Ticket-48328-Add-missing-dependency.patch

95b556
From b096ca5e299599081da15554df51b2a06db57a89 Mon Sep 17 00:00:00 2001
95b556
From: Viktor Ashirov <vashirov@redhat.com>
95b556
Date: Tue, 18 Oct 2016 10:31:16 +0200
95b556
Subject: [PATCH 55/55] Ticket 48328 - Add missing dependency
95b556
95b556
Bug Description:
95b556
`host` utility is used in setup process to determine CNAME, but
95b556
389-ds-base rpm package doesn't depend on bind-utils, which contains it.
95b556
95b556
Fix Description:
95b556
Add missing dependency for bind-utils.
95b556
95b556
https://fedorahosted.org/389/ticket/48328
95b556
95b556
Reviewed by: nhosoi@redhat.com (Thanks!)
95b556
95b556
(cherry picked from commit 68a76403a6b240ad95d7f9457e01486f128ac4e9)
95b556
(cherry picked from commit ed829078c9dc7b8a940119298f3e12a37034ecf4)
95b556
---
95b556
 rpm/389-ds-base.spec.in | 3 +++
95b556
 1 file changed, 3 insertions(+)
95b556
95b556
diff --git a/rpm/389-ds-base.spec.in b/rpm/389-ds-base.spec.in
95b556
index 0924cb5..404152d 100644
95b556
--- a/rpm/389-ds-base.spec.in
95b556
+++ b/rpm/389-ds-base.spec.in
95b556
@@ -123,6 +123,9 @@ Requires(post):   systemd-units
95b556
 Requires(preun):  systemd-units
95b556
 Requires(postun): systemd-units
95b556
 
95b556
+# for setup-ds.pl
95b556
+Requires:         bind-utils
95b556
+
95b556
 # for setup-ds.pl to support ipv6 
95b556
 %if %{use_Socket6}
95b556
 Requires:         perl-Socket6
95b556
-- 
95b556
2.4.11
95b556