summaryrefslogtreecommitdiff |
diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-08-28 10:48:06 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-08-28 10:48:06 +0200 |
commit | d3a32e71925dcc74594eba6ed6efefa019fdb781 (patch) | |
tree | 795257f37d922b1bab28b6e51e783886ef2f0ff2 | |
parent | 43edc5287c87539e70b63ce0c0be479a8db68d10 (diff) |
rpm/kernel-docs.spec.in: Disable PDF build again
... due to the breakage with the recent TeXLive 2017.
Also add the missing dependency on texlive-varwidth.
-rw-r--r-- | rpm/kernel-docs.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpm/kernel-docs.spec.in b/rpm/kernel-docs.spec.in index 4d9adfd924..468516580d 100644 --- a/rpm/kernel-docs.spec.in +++ b/rpm/kernel-docs.spec.in @@ -22,7 +22,7 @@ %include %_sourcedir/kernel-spec-macros %define build_html 1 -%define build_pdf 1 +%define build_pdf 0 # copy the whole tree to generate some images (sigh...) %define local_copy 1 @@ -59,6 +59,7 @@ BuildRequires: texlive-dejavu BuildRequires: texlive-dejavu-fonts BuildRequires: texlive-glyphlist BuildRequires: texlive-makeindex +BuildRequires: texlive-varwidth BuildRequires: texlive-xetex BuildRequires: texlive-zapfding %endif |