Dropped ocaml in RHEL>9
Resolves: RHEL-16474
This commit is contained in:
parent
9e07331163
commit
853af83bea
@ -1,3 +1,13 @@
|
|||||||
|
%if 0%{?rhel} < 10
|
||||||
|
%ifnarch %{ix86}
|
||||||
|
%bcond_without ocaml
|
||||||
|
%else
|
||||||
|
%bcond_with ocaml
|
||||||
|
%endif
|
||||||
|
%else
|
||||||
|
%bcond_with ocaml
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?rhel} >= 8
|
%if 0%{?rhel} >= 8
|
||||||
%bcond_with php
|
%bcond_with php
|
||||||
%bcond_with guile
|
%bcond_with guile
|
||||||
@ -28,7 +38,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# OCaml packages not built on i686 since OCaml 5 / Fedora 39.
|
# OCaml packages not built on i686 since OCaml 5 / Fedora 39.
|
||||||
%ifnarch %{ix86}
|
%if %{with ocaml}
|
||||||
%global OCAML 1
|
%global OCAML 1
|
||||||
%else
|
%else
|
||||||
%global OCAML 0
|
%global OCAML 0
|
||||||
@ -104,7 +114,7 @@
|
|||||||
Name: graphviz
|
Name: graphviz
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Version: 9.0.0
|
Version: 9.0.0
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
License: epl-1.0 AND cpl-1.0 AND bsd-3-clause AND mit AND gpl-3.0-or-later WITH bison-exception-2.2 AND apache-1.1 AND lgpl-2.0-or-later WITH libtool-exception AND smlnj AND hpnd-uc
|
License: epl-1.0 AND cpl-1.0 AND bsd-3-clause AND mit AND gpl-3.0-or-later WITH bison-exception-2.2 AND apache-1.1 AND lgpl-2.0-or-later WITH libtool-exception AND smlnj AND hpnd-uc
|
||||||
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
|
||||||
@ -730,6 +740,10 @@ php --no-php-ini \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 7 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 9.0.0-12
|
||||||
|
- Dropped ocaml in RHEL>9
|
||||||
|
Resolves: RHEL-16474
|
||||||
|
|
||||||
* Sun Feb 11 2024 Maxwell G <maxwell@gtmx.me> - 9.0.0-11
|
* Sun Feb 11 2024 Maxwell G <maxwell@gtmx.me> - 9.0.0-11
|
||||||
- Rebuild for golang 1.22.0
|
- Rebuild for golang 1.22.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user