From 4919b7bc7fbbe37e7ae30f1876163d0a8478c280 Mon Sep 17 00:00:00 2001 From: Howard Johnson Date: Jul 27 2016 17:16:50 +0000 Subject: Add openidc installation templates to setup.py and spec file Signed-off-by: Howard Johnson --- diff --git a/contrib/fedora/ipsilon.spec b/contrib/fedora/ipsilon.spec index 49050d8..5743723 100644 --- a/contrib/fedora/ipsilon.spec +++ b/contrib/fedora/ipsilon.spec @@ -355,6 +355,7 @@ fi %files client %{_bindir}/ipsilon-client-install +%{_datadir}/ipsilon/templates/install/openidc %{_datadir}/ipsilon/templates/install/saml2 %files tools-ipa diff --git a/setup.py b/setup.py index c06d920..bd964b2 100755 --- a/setup.py +++ b/setup.py @@ -46,6 +46,8 @@ setup( (DATA+'templates/openidc', glob('templates/openidc/*')), (DATA+'templates/persona', glob('templates/persona/*.html')), (DATA+'templates/install', glob('templates/install/*.conf')), + (DATA+'templates/install/openidc', + glob('templates/install/openidc/*.conf')), (DATA+'templates/install/pam', glob('templates/install/pam/*.pamd')), (DATA+'templates/install/saml2',