[krb5] Add a buildrequires: on texlive-pdftex

Nalin Dahyabhai nalin at fedoraproject.org
Thu Jun 12 20:24:07 UTC 2014


commit 790a56ba59e340227f6011d5eb28e74ff7c10eb2
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Mon Mar 24 16:57:05 2014 -0400

    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 files changed, 1 insertions(+), 1 deletions(-)
---
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:


More information about the scm-commits mailing list