RE: [e-smith-devinfo] Custom ISO modifying RPMs

2003-01-11 Thread Nathan Price
Thanks, for the additional info. -Nathan -Original Message- From: John Powell [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 11, 2003 9:59 AM To: Nathan Price Cc: e-smith-devinfo Subject: RE: [e-smith-devinfo] Custom ISO modifying RPMs Nathan, You will also find more verbose detai

RE: [e-smith-devinfo] Custom ISO modifying RPMs

2003-01-11 Thread John Powell
Nathan, You will also find more verbose details in the doc located on www.rpm.org. "RPM at Idle", and definitely "Maximum RPM", have more details on specifics of RPM building. I know I have found excellent details on diff, as it applies to RPM building specifically, there. Check out: http://www

RE: [e-smith-devinfo] Custom ISO modifying RPMs

2003-01-11 Thread robert2
Either cd to BUILD before running diff (and change output path to ../SOURCES, of course) and patch with option -p1 in the spec file, or patch with option -p2. On Fri, 10 Jan 2003, Nathan Price wrote: > Ahh..I see..diff builds the patch files for you. Much easier than what > I was trying to do.