<div dir="ltr"><span style="margin:0px;padding:0px;border:0px;outline:0px;font-size:13px;background-color:rgb(254,254,254);color:rgb(51,51,51);font-family:&#39;book antiqua&#39;">Hi:<br><br>Thank you for your time and attention in advance.<br>
<br>I have buillt an rpm like this<br><br><div class="" style="margin:5px 20px 20px;padding:0px;border:0px;outline:0px;background-color:transparent"><div class="" style="margin:0px;padding:0px;border:0px;outline:0px;background-color:transparent">
Code:</div><pre class="" style="margin-top:0px;margin-bottom:0px;padding:6px;line-height:12px;border:1px inset;background-color:rgb(242,246,248);overflow:scroll;white-space:pre-wrap;word-wrap:break-word;outline:0px;font-size:12px;background-image:none;direction:ltr;height:48px;background-repeat:repeat no-repeat">
narahari-test-80-1.noarch.rpm
narahari-test-81-1.noarch.rpm</pre></div>When I install the narahari-test-80-1.noarch.rpm using the command<br><br><div class="" style="margin:5px 20px 20px;padding:0px;border:0px;outline:0px;background-color:transparent">
<div class="" style="margin:0px;padding:0px;border:0px;outline:0px;background-color:transparent">Code:</div><pre class="" style="margin-top:0px;margin-bottom:0px;padding:6px;line-height:12px;border:1px inset;background-color:rgb(242,246,248);overflow:scroll;white-space:pre-wrap;word-wrap:break-word;outline:0px;font-size:12px;background-image:none;direction:ltr;height:36px;background-repeat:repeat no-repeat">
sudo zypper -vvv --non-interactive in -C narahari-test.noarch=80-1</pre></div>the version 80 gets installed.<br><br>Now when I go and try<br><br><div class="" style="margin:5px 20px 20px;padding:0px;border:0px;outline:0px;background-color:transparent">
<div class="" style="margin:0px;padding:0px;border:0px;outline:0px;background-color:transparent">Code:</div><pre class="" style="margin-top:0px;margin-bottom:0px;padding:6px;line-height:12px;border:1px inset;background-color:rgb(242,246,248);overflow:scroll;white-space:pre-wrap;word-wrap:break-word;outline:0px;font-size:12px;background-image:none;direction:ltr;height:36px;background-repeat:repeat no-repeat">
sudo zypper -vvv --non-interactive in -C narahari-test.noarch=81-1</pre></div>the install goes thru fine.<br><br>However when I do <br><div class="" style="margin:5px 20px 20px;padding:0px;border:0px;outline:0px;background-color:transparent">
<div class="" style="margin:0px;padding:0px;border:0px;outline:0px;background-color:transparent">Code:</div><pre class="" style="margin-top:0px;margin-bottom:0px;padding:6px;line-height:12px;border:1px inset;background-color:rgb(242,246,248);overflow:scroll;white-space:pre-wrap;word-wrap:break-word;outline:0px;font-size:12px;background-image:none;direction:ltr;height:36px;background-repeat:repeat no-repeat">
rpm -qa | grep narahari</pre></div>I see only <br><div class="" style="margin:5px 20px 20px;padding:0px;border:0px;outline:0px;background-color:transparent"><div class="" style="margin:0px;padding:0px;border:0px;outline:0px;background-color:transparent">
Code:</div><pre class="" style="margin-top:0px;margin-bottom:0px;padding:6px;line-height:12px;border:1px inset;background-color:rgb(242,246,248);overflow:scroll;white-space:pre-wrap;word-wrap:break-word;outline:0px;font-size:12px;background-image:none;direction:ltr;height:36px;background-repeat:repeat no-repeat">
narahari-test-81-1</pre></div>As you can see the<div class="" style="margin:5px 20px 20px;padding:0px;border:0px;outline:0px;background-color:transparent"><div class="" style="margin:0px;padding:0px;border:0px;outline:0px;background-color:transparent">
Code:</div><pre class="" style="margin-top:0px;margin-bottom:0px;padding:6px;line-height:12px;border:1px inset;background-color:rgb(242,246,248);overflow:scroll;white-space:pre-wrap;word-wrap:break-word;outline:0px;font-size:12px;background-image:none;direction:ltr;height:36px;background-repeat:repeat no-repeat">
narahari-test-80-1</pre></div>is not available and it is getting removed and 81 is taking its place.<br><br>My requirement is that both of these should be available side by side <br><br>So not sure what I am doing wrong or I have understood wrong about packages<br>
</span><br style="color:rgb(51,51,51);font-family:Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;font-size:13px;background-color:rgb(254,254,254)"><span style="margin:0px;padding:0px;border:0px;outline:0px;font-size:13px;background-color:rgb(254,254,254);color:rgb(51,51,51);font-family:&#39;century gothic&#39;">PS: If I install the rpm&#39;s directly using the<div class="" style="margin:5px 20px 20px;padding:0px;border:0px;outline:0px;background-color:transparent">
<div class="" style="margin:0px;padding:0px;border:0px;outline:0px;background-color:transparent">Code:</div><pre class="" style="margin-top:0px;margin-bottom:0px;padding:6px;line-height:12px;border:1px inset;background-color:rgb(242,246,248);overflow:scroll;white-space:pre-wrap;word-wrap:break-word;outline:0px;font-size:12px;background-image:none;direction:ltr;height:36px;background-repeat:repeat no-repeat">
rpm -ivh &lt;rpm name&gt;</pre></div>command, both rpm&#39;s co exist in the rpm db</span><br style="color:rgb(51,51,51);font-family:Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;font-size:13px;background-color:rgb(254,254,254)">
<br style="color:rgb(51,51,51);font-family:Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;font-size:13px;background-color:rgb(254,254,254)"><span style="margin:0px;padding:0px;border:0px;outline:0px;font-size:13px;background-color:rgb(254,254,254);color:rgb(51,51,51);font-family:&#39;book antiqua&#39;">Can I please get some help ?<br>
<br>Thank you for your time and attention in advance.<br><br>-Narahari</span><br></div>