From d9f8d58c43d5572702f61301e46267c174c23260 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 7 Feb 2022 17:49:36 +1100 Subject: [PATCH] enable 'dot_builtins' in RPM package It is not clear why this was excluded. This partially reverts e5f514b283fa5fe8690f7d82fe7555e8ce74e371. Gitlab: closes #1839 --- ci/tests.py | 6 ------ redhat/graphviz.spec.fedora.in | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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 -- 2.40.0