From 790a56ba59e340227f6011d5eb28e74ff7c10eb2 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 24 Mar 2014 16:57:05 -0400 Subject: [PATCH] Add a buildrequires: on texlive-pdftex We were having trouble building the PDFs due to a missing pdfcolor.tex after the latest update to python-sphinx, but an even newer texlive-pdftex provides that, so add it as a BuildRequires: --- krb5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krb5.spec b/krb5.spec index db4325c..50dc62a 100644 --- a/krb5.spec +++ b/krb5.spec @@ -118,7 +118,7 @@ BuildRequires: autoconf, bison, flex, gawk, gettext, pkgconfig, sed BuildRequires: libcom_err-devel, libedit-devel, libss-devel %endif BuildRequires: gzip, ncurses-devel, tar -BuildRequires: python-sphinx +BuildRequires: python-sphinx, texlive-pdftex # The texlive package got a lot more complicated here. %if 0%{?fedora} > 17 || 0%{?rhel} > 6 # Taken from \usepackage directives produced by sphinx: