From: Matthew Fernandez Date: Mon, 7 Feb 2022 06:49:36 +0000 (+1100) Subject: enable 'dot_builtins' in RPM package X-Git-Tag: 3.0.0~37^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9f8d58c43d5572702f61301e46267c174c23260;p=graphviz enable 'dot_builtins' in RPM package It is not clear why this was excluded. This partially reverts e5f514b283fa5fe8690f7d82fe7555e8ce74e371. Gitlab: closes #1839 --- diff --git a/ci/tests.py b/ci/tests.py index 8ee817b8e..d1c21000e 100644 --- a/ci/tests.py +++ b/ci/tests.py @@ -95,12 +95,6 @@ def test_existence(binary: str): os_id = os.getenv("OS_ID") - # FIXME: Remove skip when - # https://gitlab.com/graphviz/graphviz/-/issues/1839 is fixed - if os_id in ["centos", "fedora"] and binary == "dot_builtins": - check_that_tool_does_not_exist(binary, os_id) - pytest.skip(f"dot_builtins is not installed for {os_id} (#1839)") - # FIXME: Remove skip when # https://gitlab.com/graphviz/graphviz/-/issues/1835 is fixed if os_id == "ubuntu" and binary == "mingle": diff --git a/redhat/graphviz.spec.fedora.in b/redhat/graphviz.spec.fedora.in index 7f4c240e0..c614c59ef 100644 --- a/redhat/graphviz.spec.fedora.in +++ b/redhat/graphviz.spec.fedora.in @@ -173,7 +173,7 @@ LD_LIBRARY_PATH=%{_libdir} %{_bindir}/dot -c %license COPYING %endif %doc COPYING AUTHORS CHANGELOG.md NEWS README -%exclude %{_bindir}/dot_builtins +%{_bindir}/dot_builtins %{_bindir}/acyclic %{_bindir}/bcomps %{_bindir}/ccomps