Bug 114081

Summary: 'rpmbuild -bs' fails if any BuildRequires are not satisfied.
Product: [Fedora] Fedora Reporter: Steven Hosgood <steve>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED WORKSFORME QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-01-22 17:13:19 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 Steven Hosgood 2004-01-22 13:49:20 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031114

Description of problem:
The -bs flag just takes sources, patches and a .spec file and packs
them as a .src.rpm file.

It surely shouldn't matter if the BuildRequires fail on the machine
that does this packing?

You are, after all, not actually building the thing yet.

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

How reproducible:
Always

Steps to Reproduce:
1. Take a .spec file (foo.spec)
2. Add a BuildRequires line for some package you don't have (bar-devel)
3. Try 'rpmbuild -bs foo.spec'
    

Actual Results:  error: Failed build dependencies:
        bar-devel is needed by foo-2.3.4-5


Expected Results:  I'd expect foo-2.3.4-5.src.rpm to be created.

Additional info:

Comment 1 Jeff Johnson 2004-01-22 17:13:19 UTC
Yup. Add --nodeps to disable build dependency checks.

Comment 2 Steven Hosgood 2004-01-23 10:13:45 UTC
<blush>
I didn't know you could use --nodeps on 'rpmbuild', though I suppose I
should have tried it 'just in case'.
</blush>

A minor follow-on then: '--nodeps' isn't mentioned in the man page for
rpmbuild.