modify the Buildrequires for ebs
(cherry picked from commit 57b2afb6e1b3864db4bbb4c246e213c52315dd84)
This commit is contained in:
parent
9de1ce9612
commit
86f01b69ad
@ -2,13 +2,17 @@
|
|||||||
|
|
||||||
Name: keycloak-httpd-client-install
|
Name: keycloak-httpd-client-install
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Provides tools to configure Apache HTTPD as Keycloak client
|
Summary: Provides tools to configure Apache HTTPD as Keycloak client
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://github.com/jdennis/keycloak-httpd-client-install
|
URL: https://github.com/jdennis/keycloak-httpd-client-install
|
||||||
Source0: https://github.com/jdennis/keycloak-httpd-client-install/archive/%{git_tag}.tar.gz
|
Source0: https://github.com/jdennis/keycloak-httpd-client-install/archive/%{git_tag}.tar.gz
|
||||||
BuildArch: noarch
|
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
|
%description
|
||||||
Keycloak is a federated Identity Provider (IdP) that supports a
|
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
|
%doc README.md doc/ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 17 2023 chenchen <chen_aka_jan@163.com> - 1.1-2
|
||||||
|
- modify the Buildrequires for ebs
|
||||||
|
|
||||||
* Mon Feb 27 2023 lilong <lilong@kylinos.cn> - 1.1-1
|
* Mon Feb 27 2023 lilong <lilong@kylinos.cn> - 1.1-1
|
||||||
- Upgrade to 1.1
|
- Upgrade to 1.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user