Dropped ocaml in RHEL>9

Resolves: RHEL-16474
This commit is contained in:
Jaroslav Škarvada 2024-05-07 18:26:24 +02:00
parent 9e07331163
commit 853af83bea

View File

@ -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
%bcond_with php
%bcond_with guile
@ -28,7 +38,7 @@
%endif
# OCaml packages not built on i686 since OCaml 5 / Fedora 39.
%ifnarch %{ix86}
%if %{with ocaml}
%global OCAML 1
%else
%global OCAML 0
@ -104,7 +114,7 @@
Name: graphviz
Summary: Graph Visualization Tools
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
URL: http://www.graphviz.org/
#Source0: https://gitlab.com/%%{name}/%%{name}/-/archive/%%{version}/%%{name}-%%{version}.tar.bz2
@ -730,6 +740,10 @@ php --no-php-ini \
%endif
%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
- Rebuild for golang 1.22.0