#5 Fix FTBFS error for F34/Rawhide and ELN
Closed 2 years ago by mrc0mmand. Opened 3 years ago by merlinm.
rpms/ merlinm/libtommath ftbfs-fix  into  rawhide

file modified
+6 -1
@@ -1,6 +1,6 @@ 

  Name:           libtommath

  Version:        1.2.0

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        A portable number theoretic multiple-precision integer library

  License:        Public Domain

  URL:            http://www.libtom.net/
@@ -20,7 +20,9 @@ 

  BuildRequires:  texlive-mfware-bin

  BuildRequires:  texlive-updmap-map

  BuildRequires:  texlive-appendix

+ BuildRequires:  texlive-amsfonts

  BuildRequires:  tex(cmr10.tfm)

+ BuildRequires:  tex(expl3.sty)

  BuildRequires:  tex(fancyhdr.sty)

  BuildRequires:  tex(hyphen.tex)

  %endif
@@ -90,6 +92,9 @@ 

  %endif

  

  %changelog

+ * Thu Jan 21 2021 Merlin Mathesius <mmathesi@redhat.com> - 1.2.0-3

+ - Add needed BuildRequires: texlive-amsfonts and tex(expl3.sty)

+ 

  * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

libtommath currently FTBFS for F34/Rawhide and ELN. This PR adds the needed BuildRequires for texlive-amsfonts to fix the error.

Current F34/Rawhide failing build: https://koji.fedoraproject.org/koji/taskinfo?taskID=59723620
Current ELN failing build: https://koji.fedoraproject.org/koji/taskinfo?taskID=59725581

Successful F34/Rawhide scratch build with this PR: http://koji.fedoraproject.org/koji/taskinfo?taskID=59727813
Successful ELN scratch build with this PR: http://koji.fedoraproject.org/koji/taskinfo?taskID=59727820

rebased onto 93adfa3

3 years ago

I just updated this PR to also add a BuildRequires for tex(expl3.sty)--which is needed when this package is synced to RHEL9.

Successful F34/Rawhide scratch build with this updated PR: https://koji.fedoraproject.org/koji/taskinfo?taskID=60169412
Successful ELN scratch build with this updated PR: https://koji.fedoraproject.org/koji/taskinfo?taskID=60170229

Should be, hopefully, addressed in the latest rawhide.

Pull-Request has been closed by mrc0mmand

2 years ago