From 489bc364ff7afd880f4e7c0cffa491832dd4380a Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 18 Jan 2023 21:00:12 -0500 Subject: [PATCH] Work around missing dependency on texlive-wasy --- cairomm1.16.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cairomm1.16.spec b/cairomm1.16.spec index cf1b488..d97898d 100644 --- a/cairomm1.16.spec +++ b/cairomm1.16.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