Fix spec file typos

This commit is contained in:
Josef Ridky 2018-02-14 13:09:47 +01:00
parent c1a60ba323
commit 8aabfa792a

View File

@ -25,7 +25,7 @@ BuildRequires: texlive-dvipng-bin
BuildRequires: vim-filesystem BuildRequires: vim-filesystem
BuildRequires: symlinks BuildRequires: symlinks
BuildRequires: automake BuildRequires: automake
BuildRequires: autosetup BuildRequires: autoconf
Requires: python2 >= 2.4 Requires: python2 >= 2.4
Requires: docbook-style-xsl Requires: docbook-style-xsl
@ -81,6 +81,8 @@ for file in CHANGELOG README; do
done done
%build %build
#allow python2 for build in RHEL
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
%configure %configure
%install %install
@ -170,6 +172,7 @@ cd tests
%changelog %changelog
* Wed Feb 14 2018 Josef Ridky <jridky@redhat.com> - 8.6.8-15 * Wed Feb 14 2018 Josef Ridky <jridky@redhat.com> - 8.6.8-15
- spec file cleanup (remove Group tag, use autosetup) - spec file cleanup (remove Group tag, use autosetup)
- add python2 build support for RHEL
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.6.8-14 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.6.8-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild