[PLUG] rpm source package building

Caitlyn O'Hanna ravenoak at virtualxistenz.com
Wed Dec 17 11:27:43 UTC 2008


On Tue, 2008-12-16 at 23:22 -0800, Larry Brigman wrote:

> Guess I should look at the Patches to the rpm-build.

Or you can take the easy way out and use '--nodeps' ;)


$ rpmbuild -bs ./rpmbuild/SPECS/mock.spec 
error: Failed build dependencies:
	python-devel is needed by mock-0.9.7-1.noarch
$ rpmbuild -bs --nodeps ./rpmbuild/SPECS/mock.spec 
Wrote: /home/cohanna/rpmbuild/SRPMS/mock-0.9.7-1.src.rpm


--Caitlyn




More information about the PLUG mailing list