diff --git a/xmlto.spec b/xmlto.spec index b6af42b..c021407 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: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ Group: Applications/System #Older versions up to xmlto-0.0.20 @@ -14,6 +14,7 @@ Source0: http://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2 BuildRequires: docbook-xsl BuildRequires: libxslt BuildRequires: util-linux, flex +BuildRequires: gcc # We rely heavily on the DocBook XSL stylesheets! Requires: docbook-xsl @@ -91,6 +92,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %changelog +* Sat Jul 21 2018 Ondrej Vasik - 0.0.28-10 +- add BuildRequires for gcc (#1606744) + * Sat Jul 14 2018 Fedora Release Engineering - 0.0.28-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild