Re: Rpmbuild question

2003-01-07 Thread Ed Wilts
On Tue, Jan 07, 2003 at 12:06:37PM -0500, Keith Winston wrote: > Install the source rpm you want, then... > > rpmbuild -bp > > The build prep option will unpack the original source and patch them > with any Red Hat patches, and leave the source in /usr/src/redhat/BUILD > where you can play with

Re: Rpmbuild question

2003-01-07 Thread Keith Winston
On Tue, 2003-01-07 at 11:50, Tom Ball wrote: > Is there an easier way to install source for a module so that I can > debug with it? Installing the source RPM, bunzip'ing the source bundle > and then untar'ing it to a directory works, but this seems like a > common-enough situation that there shoul

Rpmbuild question

2003-01-07 Thread Tom Ball
Is there an easier way to install source for a module so that I can debug with it? Installing the source RPM, bunzip'ing the source bundle and then untar'ing it to a directory works, but this seems like a common-enough situation that there should be an option to do this in rpmbuild. A related que