Disable Python 2 in ELN
(Fedora 31 is EOL, so the conditional is no longer necessary.)
This commit is contained in:
parent
40a160ae42
commit
6ca33ddb47
@ -1,14 +1,9 @@
|
|||||||
%if 0%{?rhel} == 8
|
%if 0%{?rhel} == 8
|
||||||
%bcond_with python2
|
|
||||||
%bcond_with php
|
%bcond_with php
|
||||||
%else
|
%else
|
||||||
%if 0%{?fedora} > 31
|
|
||||||
%bcond_with python2
|
|
||||||
%else
|
|
||||||
%bcond_without python2
|
|
||||||
%endif
|
|
||||||
%bcond_without php
|
%bcond_without php
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with python2
|
||||||
|
|
||||||
# Necessary conditionals
|
# Necessary conditionals
|
||||||
%ifarch %{mono_arches}
|
%ifarch %{mono_arches}
|
||||||
@ -65,7 +60,7 @@
|
|||||||
Name: graphviz
|
Name: graphviz
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Version: 2.44.0
|
Version: 2.44.0
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
License: EPL-1.0
|
License: EPL-1.0
|
||||||
URL: http://www.graphviz.org/
|
URL: http://www.graphviz.org/
|
||||||
Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||||
@ -585,6 +580,9 @@ php --no-php-ini \
|
|||||||
%{_mandir}/man3/*.3tcl*
|
%{_mandir}/man3/*.3tcl*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 25 2020 Miro Hrončok <mhroncok@redhat.com> - 2.44.0-15
|
||||||
|
- Disable Python 2 in ELN
|
||||||
|
|
||||||
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 2.44.0-14
|
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 2.44.0-14
|
||||||
- OCaml 4.11.1 rebuild
|
- OCaml 4.11.1 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user