Bug 452477
| Summary: | rpmbuild --rmsource should not check dependencies | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stepan Kasal <kasal> |
| Component: | rpm | Assignee: | Jindrich Novy <jnovy> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | jnovy, matt, mcepl, mcepl, pknirsch, pnasrat, yersinia.spiros |
| 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: | 2009-01-11 15:59:55 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: | |||
Attaching a --nodeps transparently to --rmsoure is no harder than
echo "rpmbuild alias --rmsource --rmsource --nodeps" >> ~/.popt
But feel free to be annoyed if you're too lazy to configure the tools that you use. That works too.
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Indeed, checking for build dependencies only when removal of sources/spec is needed is a pure nonsence. It is now fixed upstream. |
Description of problem: $ rpmbuild --rmsource --rmspec SPECS/hal.spec error: Failed build dependencies: dbus-devel = 0.22 is needed by hal-0.4.2-8.EL4.x86_64 I just wanted to remove the files brought in by an unfortunate rpm -i hal*.src.rpm Neither --rmsource nor --rmspec should check the BuildRequires. Version-Release number of selected component (if applicable): rpm-4.4.2.3-2.fc9 mcepl is also annoyed by this bug^H^H^Hfeature.