Hi! i compiled rpms like postfix with mysql support. My problem is when i compile programs i can't distinguish the difference between postfix w/o mysql and postfix w/ mysql because they have the same filename(postfix-2.x.x.i386.rpm), what i like to happen is when i compile postfix w/ mysql support it will show something like postfix-mysql-2.x.x.i386.rpm. so when i install and try to query it, it will show postfix-mysql-2.x.x not just postfix-2.x.x. what file should i edit to make this happen? TIA -- Regards, Mark Quitoriano, CCNA http://www.atamanetworks.com Fan the flame... http://www.spreadfirefox.com/?q=user/register&r=19441
Mark Quitoriano wrote:> Hi! > > i compiled rpms like postfix with mysql support. My problem is when i > compile programs i can't distinguish the difference between postfix > w/o mysql and postfix w/ mysql because they have the same > filename(postfix-2.x.x.i386.rpm), what i like to happen is when i > compile postfix w/ mysql support it will show something like > postfix-mysql-2.x.x.i386.rpm. so when i install and try to query it, > it will show postfix-mysql-2.x.x not just postfix-2.x.x. what file > should i edit to make this happen?The postfix.spec file that you feed to rpmbuild. Add a definition for a postfix-mysql package. Then add a files section for the files under the postfix-mysql package.
Hi, Change the .spec file. Change the release line. Regards, Marc Picornell de Louvigny On 8/5/05, Mark Quitoriano <markquitoriano at gmail.com> wrote:> > Hi! > > i compiled rpms like postfix with mysql support. My problem is when i > compile programs i can't distinguish the difference between postfix > w/o mysql and postfix w/ mysql because they have the same > filename(postfix-2.x.x.i386.rpm), what i like to happen is when i > compile postfix w/ mysql support it will show something like > postfix-mysql-2.x.x.i386.rpm. so when i install and try to query it, > it will show postfix-mysql-2.x.x not just postfix-2.x.x. what file > should i edit to make this happen? > > TIA > > -- > Regards, > Mark Quitoriano, CCNA > http://www.atamanetworks.com > > Fan the flame... > http://www.spreadfirefox.com/?q=user/register&r=19441 > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20050805/8b6659ad/attachment-0002.html>
ok tnx guys! On 8/6/05, Marc Picornell <marc.picornell at gmail.com> wrote:> Hi, > > Change the .spec file. > Change the release line. > > Regards, > Marc Picornell de Louvigny > > On 8/5/05, Mark Quitoriano <markquitoriano at gmail.com> wrote: > > > > Hi! > > > > i compiled rpms like postfix with mysql support. My problem is when i > > compile programs i can't distinguish the difference between postfix > > w/o mysql and postfix w/ mysql because they have the same > > filename(postfix-2.x.x.i386.rpm), what i like to happen is when i > > compile postfix w/ mysql support it will show something like > > postfix-mysql-2.x.x.i386.rpm . so when i install and try to query it, > > it will show postfix-mysql-2.x.x not just postfix-2.x.x. what file > > should i edit to make this happen? > > > > TIA > > > > -- > > Regards, > > Mark Quitoriano, CCNA > > http://www.atamanetworks.com > > > > Fan the flame... > > http://www.spreadfirefox.com/?q=user/register&r=19441 > > _______________________________________________ > > CentOS mailing list > > CentOS at centos.org > > http://lists.centos.org/mailman/listinfo/centos > > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > > >-- Regards, Mark Quitoriano, CCNA http://www.atamanetworks.com Fan the flame... http://www.spreadfirefox.com/?q=user/register&r=19441