7018370 transfer.ips and js2ai.conv - pkg API client version needs uprev Build159
authorJohn Fischer <John.Fischer@Sun.COM>
Wed, 09 Feb 2011 16:03:18 -0800
changeset 1004 2c51f1e60afa
parent 1003 495c2e645aef
child 1005 4a59a181decd
7018370 transfer.ips and js2ai.conv - pkg API client version needs uprev
usr/src/cmd/js2ai/modules/conv.py
usr/src/lib/install_transfer/ips.py
--- a/usr/src/cmd/js2ai/modules/conv.py	Wed Feb 09 16:00:13 2011 -0800
+++ b/usr/src/cmd/js2ai/modules/conv.py	Wed Feb 09 16:03:18 2011 -0800
@@ -19,7 +19,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
 #
 
 import gettext
@@ -39,7 +39,7 @@
 
 # This is defined here since we can't collect this information from the
 # pkg api. This is needed to make the calls into the pkg api.
-CLIENT_API_VERSION = 46
+CLIENT_API_VERSION = 53
 
 # These validation patterns were taken directly from the jumpstart
 # check script
--- a/usr/src/lib/install_transfer/ips.py	Wed Feb 09 16:00:13 2011 -0800
+++ b/usr/src/lib/install_transfer/ips.py	Wed Feb 09 16:03:18 2011 -0800
@@ -21,7 +21,7 @@
 #
 
 #
-# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
 #
 '''Transfer IPS checkpoint. Sub-class of the checkpoint class'''
 
@@ -106,7 +106,7 @@
     __metaclass__ = abc.ABCMeta
 
     # Variables associated with the package image
-    CLIENT_API_VERSION = 46
+    CLIENT_API_VERSION = 53
     DEF_REPO_URI = "http://pkg.opensolaris.org/release"
     DEF_PROG_TRACKER = progress.CommandLineProgressTracker()