Create Firefox extension on upgrade and replica-install

If the signing cert is not available, create an unsigned extension.

Add a zip dependency to the specfile.

https://fedorahosted.org/freeipa/ticket/3150
This commit is contained in:
Petr Viktorin
2012-10-08 07:54:47 -04:00
committed by Martin Kosek
parent 7c0f1ea501
commit 1dd103bc8c
5 changed files with 74 additions and 24 deletions

View File

@@ -217,6 +217,8 @@ def install_http(config, auto_redirect):
print "error copying files: " + str(e)
sys.exit(1)
http.setup_firefox_extension(config.realm_name, config.domain_name)
return http
def install_bind(config, options):