#114 Add openidc installation templates to setup.py and spec file
Merged 7 years ago by merlinthp. Opened 7 years ago by merlinthp.
merlinthp/ipsilon oidcinstall  into  master

@@ -355,6 +355,7 @@ 

  

  %files client

  %{_bindir}/ipsilon-client-install

+ %{_datadir}/ipsilon/templates/install/openidc

  %{_datadir}/ipsilon/templates/install/saml2

  

  %files tools-ipa

file modified
+2
@@ -46,6 +46,8 @@ 

                    (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',

Commit f118ac8 fixes this pull-request

Pull-Request has been merged by merlin@merlinthp.org

7 years ago
Metadata