Remove python2 subpackage from Fedora 30+ (#1627398)
This commit is contained in:
parent
ce775a6e27
commit
dcc94d3e9d
@ -1,19 +1,19 @@
|
|||||||
%global srcname keycloak-httpd-client-install
|
%global srcname keycloak-httpd-client-install
|
||||||
%global summary Tools to configure Apache HTTPD as Keycloak client
|
%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 python2
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8
|
||||||
%bcond_with python2
|
%bcond_with python2
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %{srcname}
|
Name: %{srcname}
|
||||||
Version: 0.8
|
Version: 0.8
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
|
|
||||||
%global git_tag RELEASE_%(r=%{version}; echo $r | tr '.' '_')
|
%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
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 29 2018 Miro Hrončok <mhroncok@redhat.com> - 0.8-8
|
||||||
|
- Remove python2 subpackage from Fedora 30+ (#1627398)
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-7
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user