Fix spec file typos
This commit is contained in:
parent
c1a60ba323
commit
8aabfa792a
@ -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 <jridky@redhat.com> - 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 <releng@fedoraproject.org> - 8.6.8-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user