summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2016-01-20 18:35:15 +1100
committerMartin Basti <mbasti@redhat.com>2016-01-21 14:09:44 +0100
commitfd7ea2c9395651d5bce41cc603557fea107f65a7 (patch)
tree1cd88074387ced02b1700ce0f48a7dc98ad82d4f /freeipa.spec.in
parentc152e1007515f208b0c3b84c1ff13a9fe9b45fdf (diff)
downloadfreeipa-fd7ea2c9395651d5bce41cc603557fea107f65a7.tar.gz
freeipa-fd7ea2c9395651d5bce41cc603557fea107f65a7.tar.xz
freeipa-fd7ea2c9395651d5bce41cc603557fea107f65a7.zip
Remove workaround for CA running check
A workaround was introduced for ticket #4676 that used wget to perform an (unauthenticated) https request to check the CA status. Later, wget was changed to curl (the request remained unauthenticated). Remove the workaround and use an http request (no TLS) to check the CA status. Also remove the now-unused unauthenticated_http_request method, and update specfile to remove ipalib dependency on curl. Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 899af6c92..4c07be131 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -464,7 +464,6 @@ Requires: python-pyasn1
Requires: python-dateutil
Requires: python-yubico >= 1.2.3
Requires: python-sss-murmur
-Requires: curl
Requires: dbus-python
Requires: python-setuptools
Requires: python-six
@@ -509,7 +508,6 @@ Requires: python3-pyasn1
Requires: python3-dateutil
Requires: python3-yubico >= 1.2.3
Requires: python3-sss-murmur
-Requires: curl
Requires: python3-dbus
Requires: python3-setuptools
Requires: python3-six