Norm Jacobs
2013-02-23 caf62e911baf57c9643c0ed1de3cea59e04846a3
16389924 optional consolidation incorporation dependencies should be unlockable
1 files modified
13 ■■■■■ changed files
transforms/defaults 13 ●●●●● patch | view | raw | blame | history
transforms/defaults
@@ -20,7 +20,7 @@
#
#
# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
#
<transform dir path=etc$ -> default group sys>
@@ -123,3 +123,14 @@
#
<transform link mediator=python mediator-version=2.6 -> default mediator-priority vendor>
#
# Add a facet.version-lock.{package} to each 'optional' consolidation
# incorporation dependency so that we can install without having to
# mangle the system in some way.
#
<transform depend type=optional fmri=(pkg:/)?consolidation/.+-incorporation@ -> \
    default tmp.fmri %{pkg.fmri} >
<transform depend tmp.fmri=pkg:/(.+)@.*$ -> \
    default facet.version-lock.%<1> true >
<transform depend tmp.fmri=.*-> delete tmp.fmri .* >