<br><div class="gmail_quote">On Wed, Jul 7, 2010 at 10:13 AM, ma qiang <span dir="ltr"><<a href="mailto:maqiang1984@gmail.com">maqiang1984@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<br>
  I have installed a software using "yum install ...", but the<br>
version of rpm in centos is too old.  I have made a new rpm from<br>
source, and now I'd like to use this to replace the old version rpm in<br>
centos cd. So, When I install centos for my computer, I can choose<br>
to install it automaticly.<br>
 In my guess, I have to replace the rpm at first. After that, I<br>
need to edit something such as dependencies.<br>
 Who can tell me how?<br>
 Thanks a lot.<br>
<br>
Best Wishes!<br>
<font color="#888888">Qiang Ma<br>
_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</font></blockquote></div><br><br>changing the rpm package won't be so easy. i would suggest that you 
first try to use the rpm from rpmforge. maybe this version is new enough
 for you.<br>if not try finding some other repo.<br><br>If you still need a newer package, try first to install your version on a fresh install on centos and solve the dependencies. Make notes on what you changed and then replace all the rpms you changed on the install cd. or you can make your own yum repo and install the packages from the repo after the install using yum update. <br>
<br><br>