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