Bug 213040

Summary: find-requires syntax mistake for package_name
Product: [Fedora] Fedora Reporter: Thomas Steudten <tomri>
Component: redhat-rpm-configAssignee: Jon Masters <jcm>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: rtc
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-04-03 06:46:43 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 Thomas Steudten 2006-10-30 17:38:18 UTC
/usr/lib/rpm/redhat/find-requires: line 10: package_name: command not found

bash don't like this:    package_name = "$1"
Better:                  package_name="$1"

redhat-rpm-config-8.0.45-6

Comment 1 Thomas Steudten 2006-10-30 17:44:50 UTC
Same for /usr/lib/rpm/redhat/find-provides.

Comment 2 Jon Masters 2007-08-20 06:30:20 UTC
This got fixed in RHEL, will check on current Fedora release.

Jon.


Comment 3 Thomas Steudten 2007-08-30 18:36:30 UTC
Please close if this is fixed.