<div class="gmail_quote">On Wed, Mar 4, 2009 at 3:34 PM, seth vidal <span dir="ltr">&lt;<a href="mailto:skvidal@fedoraproject.org">skvidal@fedoraproject.org</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 Wed, 2009-03-04 at 11:30 -0300, Jorge Pereira wrote:<br>
&gt; Hello Everyone!<br>
&gt;<br>
&gt; I have an RPM package for a given application, and this package works<br>
&gt; perfectly!<br>
&gt; so now I need to make sure this package is a dependency, if not<br>
&gt; installed it will<br>
&gt; automatically install another RPM package that turns inside the package!<br>
&gt;<br>
&gt; Example:<br>
&gt;<br>
&gt; i have the RPM &quot;package-001.rpm&quot; that depends of &quot;adobe-air1.xx.rpm&quot;,<br>
&gt; if package of adboe-air is not installed, i need run eg something like<br>
&gt; rpm -ivh /path/install/adobe-air1.xx.rpm<br>
&gt;<br>
&gt; just is a some example! i try but don&#39;t works becouse the resource is locked by<br>
&gt; first instance of &quot;rpm -ivh&quot;, this is possible?<br>
&gt;<br>
<br>
</div>no. It&#39;s not possible.<br>
<font color="#888888"></font></blockquote><div><br>I have writed a similar in intent &quot;yum-pull-update&quot; ( e.g. a &quot;rpm package bundle&quot; for yum. It is very simple to do an rpm package bundle ) rpm that install, remove, update rpm  via yum.  Work perfectly on FC9-10/RHEL4/RHEL5.  But, yes, not everyone think it is a sane thing to do. But someone else yes. So it is a you. BTW, the support exists in rpm from some time.<br>
<br>rpm --showrc | grep -i conc<br>    <i>rpmlib(ConcurrentAccess) = 4.1-1</i><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font color="#888888"><br>

-sv<br>
</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Rpm-list mailing list<br>
<a href="mailto:Rpm-list@lists.rpm.org">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>