From 86f01b69ad0ab8a9ea8bfbe514c92245cdedf054 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Thu, 17 Aug 2023 11:14:14 +0800 Subject: [PATCH] modify the Buildrequires for ebs (cherry picked from commit 57b2afb6e1b3864db4bbb4c246e213c52315dd84) --- keycloak-httpd-client-install.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/keycloak-httpd-client-install.spec b/keycloak-httpd-client-install.spec index e49b052..ee8b0bb 100644 --- a/keycloak-httpd-client-install.spec +++ b/keycloak-httpd-client-install.spec @@ -2,13 +2,17 @@ Name: keycloak-httpd-client-install Version: 1.1 -Release: 1 +Release: 2 Summary: Provides tools to configure Apache HTTPD as Keycloak client 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 BuildArch: noarch -BuildRequires: python3-devel (python3-setuptools if python3-devel >= 3.12) +BuildRequires: python3-devel + +%if "%{?python3_version}" >= "3.12" +BuildRequires: python3-setuptools +%endif %description Keycloak is a federated Identity Provider (IdP) that supports a @@ -62,6 +66,9 @@ chmod 644 %{buildroot}/%{_mandir}/man8/keycloak-httpd-client-install.8 %doc README.md doc/ChangeLog %changelog +* Thu Aug 17 2023 chenchen - 1.1-2 +- modify the Buildrequires for ebs + * Mon Feb 27 2023 lilong - 1.1-1 - Upgrade to 1.1