Remove Python 2 package on Fedora 32+

Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1764870
This commit is contained in:
Miro Hrončok 2019-10-31 17:10:50 +01:00
parent f92e8ed7e1
commit 73e2ced459
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,11 @@
%bcond_with python2 %bcond_with python2
%bcond_with php %bcond_with php
%else %else
%if 0%{?fedora} > 31
%bcond_with python2
%else
%bcond_without python2 %bcond_without python2
%endif
%bcond_without php %bcond_without php
%endif %endif
@ -61,7 +65,7 @@
Name: graphviz Name: graphviz
Summary: Graph Visualization Tools Summary: Graph Visualization Tools
Version: 2.42.2 Version: 2.42.2
Release: 2%{?dist} Release: 3%{?dist}
License: EPL-1.0 License: EPL-1.0
URL: http://www.graphviz.org/ URL: http://www.graphviz.org/
# A bit hacking needed due to: https://gitlab.com/graphviz/graphviz/issues/1371 # A bit hacking needed due to: https://gitlab.com/graphviz/graphviz/issues/1371
@ -579,6 +583,9 @@ php --no-php-ini \
%{_mandir}/man3/*.3tcl* %{_mandir}/man3/*.3tcl*
%changelog %changelog
* Thu Oct 31 2019 Miro Hrončok <mhroncok@redhat.com> - 2.42.2-3
- Remove Python 2 package on Fedora 32+
* Fri Oct 04 2019 Remi Collet <remi@remirepo.net> - 2.42.2-2 * Fri Oct 04 2019 Remi Collet <remi@remirepo.net> - 2.42.2-2
- rebuild for https://fedoraproject.org/wiki/Changes/php74 - rebuild for https://fedoraproject.org/wiki/Changes/php74