18216 Provide a work-around for unbundled's use of Python 2.4
authordavid.comay@oracle.com
Tue, 26 Apr 2011 23:07:26 -0700
changeset 2308 2cbfdb88d111
parent 2307 759f5da48062
child 2309 5aa9213d0285
18216 Provide a work-around for unbundled's use of Python 2.4
src/util/publish/set-publisher.transforms
--- a/src/util/publish/set-publisher.transforms	Thu Apr 21 21:59:31 2011 -0700
+++ b/src/util/publish/set-publisher.transforms	Tue Apr 26 23:07:26 2011 -0700
@@ -1,1 +1,11 @@
 <transform set name=pkg.fmri -> edit value pkg://[^/]+/ pkg://solaris/>
+
+#
+# Temporary work-around to prevent obsoletion of Python 2.4 on update as
+# there are still unbundled consumers.
+#
+<transform depend fmri=SUNWPython@.* type=incorporate \
+    -> edit fmri .* [email protected],5.11-0.133>
+
+<transform depend fmri=runtime/python-24@.* type=incorporate \
+    -> edit fmri .* runtime/[email protected]>