Re: Customizing src.rpm to fit my need...

2003-08-28 Thread Michael Viron
If you go into /usr/src/redhat/SPECS , you will see a file named packagename.spec In the .spec file, there is a line that details which package it depends on, at the very least BuildRequires. If you change those, it should no longer error. Once you've done that, do an rpm -ba

Customizing src.rpm to fit my need...

2003-08-27 Thread Jason Williams
Hello everyone. Well, I downloaded a source rpm that I need to install on my RH 8.0 system. The source rpm is: cyrus-sasl-2.1.15.src.rpm The problem is that when I go to build the RPM, it fails on a dependency for: db3-devel. Well, the flipside is that, RH 8.0 comes with db4 and db4-devel So

Re: Customizing src.rpm to fit my need...

2003-08-27 Thread Sean Estabrooks
On Wed, 27 Aug 2003 14:31:57 -0700 Jason Williams [EMAIL PROTECTED] wrote: Hello everyone. Well, I downloaded a source rpm that I need to install on my RH 8.0 system. The source rpm is: cyrus-sasl-2.1.15.src.rpm The problem is that when I go to build the RPM, it fails on a dependency

Re: Customizing src.rpm to fit my need...

2003-08-27 Thread Jason Williams
Thanks Sean...I'll give that a shot. Jason At 05:54 PM 8/27/2003 -0400, you wrote: On Wed, 27 Aug 2003 14:31:57 -0700 Jason Williams [EMAIL PROTECTED] wrote: Hello everyone. Well, I downloaded a source rpm that I need to install on my RH 8.0 system. The source rpm is: