Upgrade to 1.1
This commit is contained in:
parent
a876f3ae4c
commit
9f4704c1fa
BIN
RELEASE_1_1.tar.gz
Normal file
BIN
RELEASE_1_1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,12 +1,14 @@
|
||||
%global git_tag RELEASE_%(r=%{version}; echo $r | tr '.' '_')
|
||||
|
||||
Name: keycloak-httpd-client-install
|
||||
Version: 0.8
|
||||
Release: 9
|
||||
Version: 1.1
|
||||
Release: 1
|
||||
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/releases/download/RELEASE_0_8/keycloak-httpd-client-install-%{version}.tar.gz
|
||||
Source0: https://github.com/jdennis/keycloak-httpd-client-install/archive/%{git_tag}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-devel (python3-setuptools if python3-devel >= 3.12)
|
||||
|
||||
%description
|
||||
Keycloak is a federated Identity Provider (IdP) that supports a
|
||||
@ -33,7 +35,7 @@ This package provides help and man docs for python2-keycloak-httpd-client-instal
|
||||
and python3-keycloak-httpd-client-install.
|
||||
|
||||
%prep
|
||||
%autosetup -n keycloak-httpd-client-install-%{version} -p1
|
||||
%autosetup -n %{name}-%{git_tag} -p1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -51,6 +53,7 @@ chmod 644 %{buildroot}/%{_mandir}/man8/keycloak-httpd-client-install.8
|
||||
|
||||
|
||||
%files -n python3-keycloak-httpd-client-install
|
||||
%{_bindir}/keycloak-rest
|
||||
%{python3_sitelib}/*
|
||||
%{_bindir}/keycloak-httpd-client-install
|
||||
|
||||
@ -59,6 +62,9 @@ chmod 644 %{buildroot}/%{_mandir}/man8/keycloak-httpd-client-install.8
|
||||
%doc README.md doc/ChangeLog
|
||||
|
||||
%changelog
|
||||
* Mon Feb 27 2023 lilong <lilong@kylinos.cn> - 1.1-1
|
||||
- Upgrade to 1.1
|
||||
|
||||
* Fri Sep 11 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 0.8-9
|
||||
- Remove python2-keycloak-httpd-client-install subpackage
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user