Hi all,<br><br>Thanks for all your quick help, for now it solved removing the file.<br><br>The only issue is that&#39;s not just about installing the RPM&#39;s, but
there&#39;s a python script that installs them and make some checks
after(and before) , I don&#39;t think is a good idea to skip them on the
script, otherwise a previous check could fail, as it expects the RPMs
not installed. I don&#39;t know, but to do that I may have to mess with the
script.<br><br>For my luck and overall sanity I can test it when time is not an issue anymore, I do have an yum repository, having an apache and &quot;createrepo&quot; is great hehehe.<br><br>Cheers,<br>Samir<br>

<br><br><div class="gmail_quote">On Mon, Jul 5, 2010 at 4:15 AM, FlorianFesti <span dir="ltr">&lt;<a href="mailto:ffesti@redhat.com">ffesti@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 07/04/2010 06:46 PM, Samir Cury wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
run on %post that actually installs other RPMs<br>
</blockquote></div>
Don&#39;t! The right way of doing this would be setting up a yum repository. You can then either set up a comps group or create a meta package containing Requires: to the other packages. If you don&#39;t want to use any higher level tools you can still just use Requires: within a meta package - which will require listing them at the CLI or use a manifest file. This is simply a textfile listing all the packages that should be installed. RPM can just read them in if given at the command line and then opens and installs the packages listed there.<br>

<br>
Florian<div><div></div><div class="h5"><br>
_______________________________________________<br>
Rpm-list mailing list<br>
<a href="mailto:Rpm-list@lists.rpm.org" target="_blank">Rpm-list@lists.rpm.org</a><br>
<a href="http://lists.rpm.org/mailman/listinfo/rpm-list" target="_blank">http://lists.rpm.org/mailman/listinfo/rpm-list</a><br>
</div></div></blockquote></div><br>