Bug 3017

Summary: RPM 3.0 does not allow repeated lines
Product: [Retired] Red Hat Linux Reporter: kestes
Component: rpmAssignee: Jay Turner <jturner>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: jbj, srevivo
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-05-26 17:42:10 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-05-24 20:37:12 UTC
RPM 3.0 does not allow repeated lines in the spec file.
I would like to have multiple 'requires:' lines in a spec
file and this still does not work though it was promised
in RPM 3.0 and I was assured it was a quick fix.

Ken Estes

Comment 1 Jeff Johnson 1999-05-26 03:05:59 UTC
Hi Ken!

Rpm 3.0.1 (at least) without modification permits
	Requires: foo bar
	Requires: goo car
in a spec file, and displays
	Requires: foo bar goo car
when building.

Comment 2 Jeff Johnson 1999-05-26 17:42:59 UTC
Please reopen if this problem has not been resolved.