diff --git a/RELEASE_1_1.tar.gz b/RELEASE_1_1.tar.gz new file mode 100644 index 0000000..833f03d Binary files /dev/null and b/RELEASE_1_1.tar.gz differ diff --git a/keycloak-httpd-client-install-0.8.tar.gz b/keycloak-httpd-client-install-0.8.tar.gz deleted file mode 100644 index d8efa75..0000000 Binary files a/keycloak-httpd-client-install-0.8.tar.gz and /dev/null differ diff --git a/keycloak-httpd-client-install.spec b/keycloak-httpd-client-install.spec index 4a6a5dd..e49b052 100644 --- a/keycloak-httpd-client-install.spec +++ b/keycloak-httpd-client-install.spec @@ -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 - 1.1-1 +- Upgrade to 1.1 + * Fri Sep 11 2020 zhangjiapeng - 0.8-9 - Remove python2-keycloak-httpd-client-install subpackage