diff --git a/xmlto.spec b/xmlto.spec index 4468440..d7b6c83 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -1,7 +1,7 @@ Summary: A tool for converting XML files to various formats Name: xmlto Version: 0.0.28 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: Applications/System #Older versions up to xmlto-0.0.20 @@ -30,7 +30,7 @@ Group: Applications/System License: GPLv2+ Summary: A set of xmlto backends with TeX requirements # For full functionality, we need passivetex. -Requires: passivetex >= 1.11 +Requires: tex-passivetex # We require main package Requires: xmlto = %{version}-%{release} BuildArch: noarch @@ -94,6 +94,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %changelog +* Tue Jul 03 2018 Than Ngo - 0.0.28-8 +- use the passivetex from texlive + * Mon Jul 02 2018 Ondrej Vasik - 0.0.28-7 - upstream moved to pagure.io/xmlto (#1502443)