Bug 449931

Summary: Package ocaml-ocamldoc missing Provides
Product: [Fedora] Fedora Reporter: Peter Lemenkov <lemenkov>
Component: ocamlAssignee: GĂ©rard Milmeister <gemi>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: rjones
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-04 23:28:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Peter Lemenkov 2008-06-04 10:45:02 UTC
When I needed to install ocamldoc I tried yum install ocamldoc first, but failed
because this program packaged as ocaml-ocamldoc.

Simple addition of Provides: ocamldoc to proper section in ocaml.spec should
solve this issue.

Comment 1 Richard W.M. Jones 2008-06-04 10:51:53 UTC
Yeah, I kind of agree with you in this case.

There were some very bogus provides ('lablgl', 'lablgtk') which I finally removed from
Rawhide a couple of weeks ago.  Those are libraries and the packaging policy clearly
states that the OCaml libraries are 'ocaml-foo{,-devel}'.

But for programs like ocamldoc I guess it's OK to have an extra 'Provides: ocamldoc'.

Of course, yum search ocamldoc would have worked :-)

I'll rebuild in Rawhide in a moment ...

Comment 2 Richard W.M. Jones 2008-06-04 23:28:26 UTC
Done.