[csw-devel] SF.net SVN: gar:[21908] csw/mgar/gar/v2/lib/python/dependency_checks.py

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Wed Sep 11 21:48:35 CEST 2013


Revision: 21908
          http://gar.svn.sourceforge.net/gar/?rev=21908&view=rev
Author:   chninkel
Date:     2013-09-11 19:48:35 +0000 (Wed, 11 Sep 2013)
Log Message:
-----------
gar/v2: add SunOS5.9 in the table listing the allowed library version dependencies per OS

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/dependency_checks.py

Modified: csw/mgar/gar/v2/lib/python/dependency_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/dependency_checks.py	2013-09-11 19:43:41 UTC (rev 21907)
+++ csw/mgar/gar/v2/lib/python/dependency_checks.py	2013-09-11 19:48:35 UTC (rev 21908)
@@ -58,6 +58,7 @@
     "libc.so.1": {
         u'SunOS5.11': ['SYSVABI_1.3', 'SUNWprivate_1.1', 'SUNW_1.23', 'SISCD_2.3'],
         u'SunOS5.10': ['SYSVABI_1.3', 'SUNWprivate_1.1', 'SUNW_1.22.6', 'SISCD_2.3'],
+        u'SunOS5.9': ['SYSVABI_1.3', 'SUNWprivate_1.1', 'SUNW_1.21.2', 'SISCD_2.3'],
     },
 }
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list