From c0c591a81f722d2da02a968889e07d5d88af5e19 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 11 Nov 2024 14:47:27 +0100 Subject: [PATCH] Add missing python3-lxml dependency Resolves: RHEL-31496 - Add missing python3-lxml dependency --- keycloak-httpd-client-install.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/keycloak-httpd-client-install.spec b/keycloak-httpd-client-install.spec index 7729b1e..4bfc3dc 100644 --- a/keycloak-httpd-client-install.spec +++ b/keycloak-httpd-client-install.spec @@ -13,7 +13,7 @@ Name: %{srcname} Version: 1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{summary} License: GPL-3.0-or-later @@ -50,6 +50,7 @@ Requires: %{name} = %{version}-%{release} Requires: python2-requests Requires: python2-requests-oauthlib Requires: python2-jinja2 +Requires: python2-lxml Requires: %{_bindir}/keycloak-httpd-client-install %description -n python2-%{srcname} @@ -68,6 +69,7 @@ Requires: %{name} = %{version}-%{release} Requires: python3-requests Requires: python3-requests-oauthlib Requires: python3-jinja2 +Requires: python3-lxml %description -n python3-%{srcname} Keycloak is an authentication server. This package contains libraries and @@ -136,6 +138,9 @@ install -c -m 644 doc/keycloak-httpd-client-install.8 %{buildroot}/%{_mandir}/ma %endif %changelog +* Mon Nov 11 2024 Ewoud Kohl van Wijngaarden - 1.3-2 +- Resolves: RHEL-31496 - Add missing python3-lxml dependency + * 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