Bug 74839

Summary: rpm --rebuild doesn't work
Product: [Retired] Red Hat Linux Reporter: Philippe Plamondon <philippe.plamondon>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-10-02 02:20:21 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 Philippe Plamondon 2002-10-02 02:18:43 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

Description of problem:
When I type "rpm --rebuild package.src.rpm" I get the message :
"--rebuild: unknown option". 

I am root when I try to execute this.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.rpm --rebuild package.src.rpm
	

Actual Results:  Nothing

Expected Results:  configure the software, compile the software and create a rpm.

Additional info:

Comment 1 Philippe Plamondon 2002-10-02 02:50:01 UTC
Sorry, found it. Needed to type :

rpmbuild --rebuild package.src.rpm

The syntax changed.