From 3ad7808a1509f0a03f838ba33488cca5c8bceb0f Mon Sep 17 00:00:00 2001 From: Tomas Halman Date: Fri, 20 Sep 2024 11:59:17 +0200 Subject: [PATCH] Rebase to version 1.3 Resolves: RHEL-3336 - khci won't work with Quarkus-based Keycloak due to missing /auth path --- .gitignore | 1 + keycloak-httpd-client-install.spec | 18 ++++++++++-------- sources | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 5100381..7c8cc03 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /keycloak-httpd-client-install-0.6.tar.gz /keycloak-httpd-client-install-0.8.tar.gz /RELEASE_1_1.tar.gz +/keycloak-httpd-client-install-1.3.tar.gz diff --git a/keycloak-httpd-client-install.spec b/keycloak-httpd-client-install.spec index 3222723..7729b1e 100644 --- a/keycloak-httpd-client-install.spec +++ b/keycloak-httpd-client-install.spec @@ -12,15 +12,13 @@ %endif Name: %{srcname} -Version: 1.1 -Release: 10%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: %{summary} -%global git_tag RELEASE_%(r=%{version}; echo $r | tr '.' '_') - -License: GPLv3 -URL: https://github.com/jdennis/keycloak-httpd-client-install -Source0: https://github.com/jdennis/keycloak-httpd-client-install/archive/%{git_tag}.tar.gz +License: GPL-3.0-or-later +URL: https://github.com/latchset/keycloak-httpd-client-install +Source0: https://github.com/latchset/keycloak-httpd-client-install/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch @@ -79,7 +77,7 @@ of a Keycloak server. %endif %prep -%autosetup -n %{srcname}-%{git_tag} -p1 +%autosetup -n %{name}-%{version} -p1 %build %if %{with python2} @@ -138,6 +136,10 @@ install -c -m 644 doc/keycloak-httpd-client-install.8 %{buildroot}/%{_mandir}/ma %endif %changelog +* Fri Sep 20 2024 Tomas Halman - 1.3-1 +- Rebase to version 1.3 +- Resolves: RHEL-3336 - khci won't work with Quarkus-based Keycloak due to missing /auth path + * Mon Aug 09 2021 Mohan Boddu - 1.1-10 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 diff --git a/sources b/sources index 2ab2609..6846279 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (RELEASE_1_1.tar.gz) = 6c8c9ec361c6d367dd1dd3aa6af8ac21eab29dd2e3a0ae900f5c3a9e7fa31688f34b612d87a7981dbeb9e19666e00c427b5b9ca4adc18797f2fb38466e4f8027 +SHA512 (keycloak-httpd-client-install-1.3.tar.gz) = 3bb301e71a6500f1bcde3507d3fdbde3ac98c9381bd67b8f1efa50ced2bfe27c7c994d1a08592812d2ea33ef4f96a30edf1e0a035574d5dcf5c395fdb04b78f6