[xen] change build requires for new version of texlive

myoung myoung at fedoraproject.org
Thu Oct 18 22:49:43 UTC 2012


commit 62b6a0a690a705bbd915f1424b174329dcfc96ec
Author: Michael Young <m.a.young at durham.ac.uk>
Date:   Thu Oct 18 23:48:42 2012 +0100

    change build requires for new version of texlive

 xen.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/xen.spec b/xen.spec
index 3b82207..d653de4 100644
--- a/xen.spec
+++ b/xen.spec
@@ -20,7 +20,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 4.1.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 Group:   Development/Libraries
 License: GPLv2+ and LGPLv2+ and BSD
 URL:     http://xen.org/
@@ -84,7 +84,8 @@ Patch100: xen-configure-xend.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: transfig libidn-devel zlib-devel texi2html SDL-devel curl-devel
-BuildRequires: libX11-devel python-devel ghostscript tetex-latex
+BuildRequires: libX11-devel python-devel ghostscript
+BuildRequires: texlive-latex texlive-times texlive-courier texlive-helvetic
 BuildRequires: ncurses-devel gtk2-devel libaio-devel
 # for the docs
 BuildRequires: perl texinfo
@@ -701,6 +702,11 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu Oct 18 2012 Michael Young <m.a.young at durham.ac.uk> - 4.1.3-6
+- add font packages to build requires due to 2012 version of texlive in F19
+- use build requires of texlive-latex instead of tetex-latex which it
+  obsoletes
+
 * Wed Oct 17 2012 Michael Young <m.a.young at durham.ac.uk> - 4.1.3-5
 - rebuild for ocaml update
 


More information about the scm-commits mailing list