changing the provides from //
Provides: tetex-texi2html = 1:3.0
to////
Provides: texi2html
//make some problem appear :
http://check.mageia.org/dependencies.html :
ffmpeg
gcompris
lash
qemu
quagga
xen
have this BuilRequires
2 solutions :
- You may keep the 2 provides (//texi2html and ////tetex-texi2html = 1:3.0)
// in the spec file of texi2html
- You modify the spec file of all the packages depending on this
BuildRequire
If you intend to remove texi2html from the repo the second solution
would be better (if you're sure that texlive provides exactly the same
thing as texi2html)
Hope this will help
Philippe