Fix default port bug
Strip the port from the URL if it matches the scheme (e.g. 80 for http and 443 for https)
This commit is contained in:
parent
29fa952c1b
commit
7dd1aa903b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/keycloak-httpd-client-install-0.3.tar.gz
|
/keycloak-httpd-client-install-0.3.tar.gz
|
||||||
/keycloak-httpd-client-install-0.4.tar.gz
|
/keycloak-httpd-client-install-0.4.tar.gz
|
||||||
|
/keycloak-httpd-client-install-0.5.tar.gz
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %{srcname}
|
Name: %{srcname}
|
||||||
Version: 0.4
|
Version: 0.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
|
|
||||||
%global git_tag RELEASE_%(r=%{version}; echo $r | tr '.' '_')
|
%global git_tag RELEASE_%(r=%{version}; echo $r | tr '.' '_')
|
||||||
@ -114,6 +114,11 @@ install -c -m 644 doc/keycloak-httpd-client-install.8 %{buildroot}/%{_mandir}/ma
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 6 2017 John Dennis <jdennis@redhat.com> - 0.5-1
|
||||||
|
- Fix default port bug
|
||||||
|
Strip the port from the URL if it matches the scheme (e.g. 80 for
|
||||||
|
http and 443 for https)
|
||||||
|
|
||||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.4-3
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.4-3
|
||||||
- Rebuild for Python 3.6
|
- Rebuild for Python 3.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user