403b09
From 99105177385dbed1082db8676a1ff052e99e1eda Mon Sep 17 00:00:00 2001
403b09
From: Petr Spacek <pspacek@redhat.com>
403b09
Date: Mon, 8 Aug 2016 13:13:18 +0200
403b09
Subject: [PATCH] client: RPM require initscripts to get *-domainname.service
403b09
403b09
https://fedorahosted.org/freeipa/ticket/4831
403b09
403b09
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
403b09
---
403b09
 freeipa.spec.in | 2 ++
403b09
 1 file changed, 2 insertions(+)
403b09
403b09
diff --git a/freeipa.spec.in b/freeipa.spec.in
403b09
index 77fca24ef0e1e244e53d203a228931b4a444fb5a..29b63c9300b73d82aea88dbcf50f2f6ab5f9e9bd 100644
403b09
--- a/freeipa.spec.in
403b09
+++ b/freeipa.spec.in
403b09
@@ -324,6 +324,8 @@ Requires: krb5-workstation
403b09
 Requires: authconfig
403b09
 Requires: pam_krb5
403b09
 Requires: curl
403b09
+# NIS domain name config: /usr/lib/systemd/system/*-domainname.service
403b09
+Requires: initscripts
403b09
 Requires: libcurl >= 7.21.7-2
403b09
 Requires: xmlrpc-c >= 1.27.4
403b09
 Requires: sssd >= 1.14.0
403b09
-- 
403b09
2.7.4
403b09