transforms/report
author Ronald Jordan <ron.jordan@oracle.com>
Fri, 15 Aug 2014 15:07:33 -0700
branchs11u2-sru
changeset 3272 e797eda2f68f
parent 2434 6c9bb5cf5610
child 5282 b4df500d2f24
permissions -rw-r--r--
19385782 Upgrade OpenSSL version to 1.0.1i 19385718 problem in LIBRARY/OPENSSL 19385708 problem in LIBRARY/OPENSSL 19385699 problem in LIBRARY/OPENSSL 19385688 problem in LIBRARY/OPENSSL 19385678 problem in LIBRARY/OPENSSL 19385675 problem in LIBRARY/OPENSSL 19385660 problem in LIBRARY/OPENSSL 19385653 problem in LIBRARY/OPENSSL 19385643 problem in LIBRARY/OPENSSL
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2434
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
<transform set name=pkg.fmri value=pkg:/(.*)@(.*),.* -> \
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
	print PACKAGE += "%<1>@%<2>" >
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
<transform set name=org.opensolaris.arc-caseid value=(.*) -> \
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
	print ARC_CASE += "%<1>" >
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
<transform license license=(.*) -> print LICENSE += "%<1>" >