]> granicus.if.org Git - graphviz/commitdiff
enable 'dot_builtins' in RPM package
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 7 Feb 2022 06:49:36 +0000 (17:49 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Feb 2022 06:03:18 +0000 (17:03 +1100)
It is not clear why this was excluded. This partially reverts
e5f514b283fa5fe8690f7d82fe7555e8ce74e371.

Gitlab: closes #1839

ci/tests.py
redhat/graphviz.spec.fedora.in

index 8ee817b8e78df33cdd2aa59ebdda5769ca6f39fb..d1c21000e00928268215b3de0be6245637642c69 100644 (file)
@@ -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":
index 7f4c240e0f32b492a532a363c10b070bed08587e..c614c59ef1e31aeb85554ee5bdfc847cc28aa0ef 100644 (file)
@@ -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