From 8715772669220ba1e55299bf2b1eb28009edaa62 Mon Sep 17 00:00:00 2001 From: John Dennis Date: Wed, 1 Mar 2017 16:29:35 -0500 Subject: [PATCH] - Resolves: rhbz#1427720, if --mellon-root is not supplied and defaults to / you end up with double slashes in entityId and endpoints - add --tls-verify option to control python-requests behavor when using tls to connect. With this option you can use a self-signed cert or point to a CA bundle. - Fix warnings and checks when using client originate method 'registration' with 'anonymous' authentication. --- .gitignore | 1 + keycloak-httpd-client-install.spec | 13 +++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 50932a6..9a6ac43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /keycloak-httpd-client-install-0.3.tar.gz /keycloak-httpd-client-install-0.4.tar.gz /keycloak-httpd-client-install-0.5.tar.gz +/keycloak-httpd-client-install-0.6.tar.gz diff --git a/keycloak-httpd-client-install.spec b/keycloak-httpd-client-install.spec index 44087b1..6a9aec1 100644 --- a/keycloak-httpd-client-install.spec +++ b/keycloak-httpd-client-install.spec @@ -6,8 +6,8 @@ %endif Name: %{srcname} -Version: 0.5 -Release: 2%{?dist} +Version: 0.6 +Release: 1%{?dist} Summary: %{summary} %global git_tag RELEASE_%(r=%{version}; echo $r | tr '.' '_') @@ -114,6 +114,15 @@ install -c -m 644 doc/keycloak-httpd-client-install.8 %{buildroot}/%{_mandir}/ma %endif %changelog +* Wed Mar 1 2017 John Dennis - 0.6-1 +- Resolves: rhbz#1427720, if --mellon-root is not supplied and defaults to / + you end up with double slashes in entityId and endpoints +- add --tls-verify option to control python-requests behavor when + using tls to connect. With this option you can use a self-signed + cert or point to a CA bundle. +- Fix warnings and checks when using client originate method + 'registration' with 'anonymous' authentication. + * Fri Feb 10 2017 Fedora Release Engineering - 0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index 4f4327f..81eb1d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (keycloak-httpd-client-install-0.5.tar.gz) = 501706cb53cd7f9d52a8c13e94b7ee787696c65e69155affd637ea2c543fddb84d817ba83470ef6098672b8e136c36db327150804637df6325caf47d35bd0fa0 +SHA512 (keycloak-httpd-client-install-0.6.tar.gz) = b76e427c7fd836ff80be9b82ffc35ce9b523db5795af17f5ec4e0b61b96c452ef4a4e759ded459607e73b0e9c9fba1cf745f26175162a309ec912f2387f2adf1