diff --git a/keycloak-httpd-client-install.spec b/keycloak-httpd-client-install.spec index 7045868..be63fa4 100644 --- a/keycloak-httpd-client-install.spec +++ b/keycloak-httpd-client-install.spec @@ -1,19 +1,19 @@ %global srcname keycloak-httpd-client-install %global summary Tools to configure Apache HTTPD as Keycloak client -%if (0%{?fedora} > 0 && 0%{?fedora} < 32) || (0%{?rhel} > 0 && 0%{?rhel} <= 7) +%if (0%{?fedora} > 0 && 0%{?fedora} < 30) || (0%{?rhel} > 0 && 0%{?rhel} <= 7) %bcond_without python2 %bcond_without python3 %endif -%if 0%{?fedora} || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 %bcond_with python2 %bcond_without python3 %endif Name: %{srcname} Version: 0.8 -Release: 7%{?dist} +Release: 8%{?dist} Summary: %{summary} %global git_tag RELEASE_%(r=%{version}; echo $r | tr '.' '_') @@ -136,6 +136,9 @@ install -c -m 644 doc/keycloak-httpd-client-install.8 %{buildroot}/%{_mandir}/ma %endif %changelog +* Thu Nov 29 2018 Miro HronĨok - 0.8-8 +- Remove python2 subpackage from Fedora 30+ (#1627398) + * Fri Jul 13 2018 Fedora Release Engineering - 0.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild