Exclude ocamlx(Numeric_plugin) from Requires.

This commit is contained in:
Jerry James 2020-04-13 11:01:01 -06:00
parent 49914c20d5
commit 823def308a
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: ocaml-tplib
Version: 1.3
Release: 46%{?dist}
Release: 47%{?dist}
Summary: Tropical Polyhedra Library
License: LGPLv2+
@ -32,7 +32,7 @@ BuildRequires: ocaml-ocamldoc
BuildRequires: ocaml-zarith-devel
# This is an internal symbol that winds up in Requires, but not Provides
%global __requires_exclude ocaml\\\(Numeric_plugin\\\)
%global __requires_exclude ocamlx?\\\(Numeric_plugin\\\)
# Don't advertise the numeric plugins
%global __provides_exclude plugin
@ -122,6 +122,9 @@ _build/tests/test_tplib_rational
%doc %{_mandir}/man1/*
%changelog
* Mon Apr 13 2020 Jerry James <loganjerry@gmail.com> - 1.3-47
- Exclude ocamlx(Numeric_plugin) from Requires
* Thu Apr 02 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3-46
- Update all OCaml dependencies for RPM 4.16.