Bug 4147

Summary: need summary
Product: [Retired] Red Hat Linux Reporter: kestes
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED WORKSFORME QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.0   
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: 1999-07-22 18:40:35 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 kestes 1999-07-21 21:01:12 UTC
WE would like to have a feature like autoreqprov to turn
off requires but not dependencies.  This would be used
for when we package large applications like oraclelibraries
using rpm.  I can install the oracle client libraries
even if I do not have Cobol or Java on my system though
oracle would use those language libraries if I have them.
So I can always install oracle even if I have a minimal
system but the dependency strucuture might lead me to
believe otherwise.  I need the provisions from oracle so
that I can have my applications track their dependencies.

Ken Estes

Comment 1 Jeff Johnson 1999-07-22 18:40:59 UTC
Rpm currently supports separate "Autoreq:" and "Autoprov:" tags
in a spec file to independently control the running of find-requires
and find-provides. It sounds like you need
	Autoreq: 0
in your spec fiile. You will have to add by hand whatever functional
requirements that your package needs.

Comment 2 openshift-github-bot 2018-01-17 00:36:12 UTC
Commits pushed to master at https://github.com/openshift/openshift-docs

https://github.com/openshift/openshift-docs/commit/317a331424b2c0d30a506897c509ba888c40c217
fixed issue 4147 and added alternative command for provided example.

https://github.com/openshift/openshift-docs/commit/891261c0d237adb91cd8103f973acb8c664c330c
Merge pull request #4765 from gaurav-nelson/ForIssue4147

fixed issue 4147 and added alternative command for provided example.