From 0421dad1fd8cc1fa67fabe6e55788f4ab05c09cf Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 19 Feb 2016 20:13:24 -0800 Subject: [PATCH] Fix dependencies for fedora rawhide --- torque.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/torque.spec b/torque.spec index 8c28e3a..b99990e 100644 --- a/torque.spec +++ b/torque.spec @@ -129,6 +129,9 @@ BuildRequires: doxygen %if "%{?rhel}" == "5" BuildRequires: graphviz-gd %endif +%if %{?fedora}%{!?fedora:0} >= 24 +BuildRequires: texlive-tabu +%endif %if %{?fedora}%{!?fedora:0} >= 9 || %{?rhel}%{!?rhel:0} >= 7 BuildRequires: tex(latex) BuildRequires: tex-xtab @@ -874,6 +877,9 @@ fi %endif %changelog +* Fri Feb 19 2016 David Brown - 4.2.10-9 +- Resolve dependencies for rawhide (#1308192) + * Fri Feb 05 2016 Fedora Release Engineering - 4.2.10-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild