From 4d806b0b3f91733ee02185b237c616f11d10d1d4 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 18 Jan 2023 21:00:30 -0500 Subject: [PATCH] Work around missing dependency on texlive-wasy --- cairomm.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cairomm.spec b/cairomm.spec index 9d6f081..b42dad3 100644 --- a/cairomm.spec +++ b/cairomm.spec @@ -66,6 +66,9 @@ BuildRequires: libxslt BuildRequires: pkgconfig(mm-common-libstdc++) %if %{with doc_pdf} BuildRequires: doxygen-latex +# LaTeX errors due to missing dependency on texlive-wasy +# https://bugzilla.redhat.com/show_bug.cgi?id=2162170 +BuildRequires: texlive-wasy BuildRequires: make %endif