The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-29-2009
vibhor_agarwali vibhor_agarwali is offline
Registered User
  
 

Join Date: Jan 2005
Posts: 259
Package depend file

Hi,

The general syntax of depend file is:
Tag Name Description
<arch> version

I want to define a dependency which should apply for a particular version of package and higher.
eg. Version of "A" package should be 6.0 or higher

Giving the version in depend file, sticks to that particular version itself and doesn't consider higher versions.
How can i accomplish this?
Thanks