From cce86e8b6018211a3ace9b5aae8886177146cf20 Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Sat, 19 Feb 2022 17:21:51 +0800 Subject: [PATCH] fix build error on i686 (cherry picked from commit 622dc6cd894957c6be6058450354129ff771d4db) --- texinfo.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/texinfo.spec b/texinfo.spec index 933dc46..ab205a3 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -4,7 +4,7 @@ Name: texinfo Version: 6.8 -Release: 2 +Release: 3 Summary: The GNU Documentation System License: GPLv3+ Url: http://www.gnu.org/software/texinfo/ @@ -32,8 +32,10 @@ and (using TeX) DVI format. It includes the makeinfo program. %package tex Summary: Tools for formatting Texinfo documents Requires: texinfo = %{version}-%{release} tex(tex) tex(epsf.tex) +%ifnarch i686 Requires(post): texlive-tetex Requires(postun): texlive-tetex +%endif Provides: tex-texinfo = %{version}-%{release} Obsoletes: tex-texinfo < %{version}-%{release} Provides: texlive-texinfo > 9:2019-15 @@ -134,6 +136,9 @@ export ALL_TESTS=yes %{_mandir}/man5/texinfo.5* %changelog +* Sat Feb 19 2022 yangcheng - 6.8-3 +- add i686 options,fix build failure on i686 + * Fri Feb 18 2022 yangcheng - 6.8-2 - Move files to info subpackage to solve uninstall error