From 8aabfa792a6045eaaf8e85dd4c7a3d801b0cb8fd Mon Sep 17 00:00:00 2001 From: Josef Ridky Date: Wed, 14 Feb 2018 13:09:47 +0100 Subject: [PATCH] Fix spec file typos --- asciidoc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/asciidoc.spec b/asciidoc.spec index 580269b..207cf9a 100644 --- a/asciidoc.spec +++ b/asciidoc.spec @@ -25,7 +25,7 @@ BuildRequires: texlive-dvipng-bin BuildRequires: vim-filesystem BuildRequires: symlinks BuildRequires: automake -BuildRequires: autosetup +BuildRequires: autoconf Requires: python2 >= 2.4 Requires: docbook-style-xsl @@ -81,6 +81,8 @@ for file in CHANGELOG README; do done %build +#allow python2 for build in RHEL +export RHEL_ALLOW_PYTHON2_FOR_BUILD=1 %configure %install @@ -170,6 +172,7 @@ cd tests %changelog * Wed Feb 14 2018 Josef Ridky - 8.6.8-15 - spec file cleanup (remove Group tag, use autosetup) +- add python2 build support for RHEL * Wed Feb 07 2018 Fedora Release Engineering - 8.6.8-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild