transforms/report
author Jacob Varughese <jacob.varughese@oracle.com>
Fri, 22 May 2015 09:41:01 -0700
branchs11-update
changeset 4343 df06342a3259
parent 2434 6c9bb5cf5610
child 5282 b4df500d2f24
permissions -rw-r--r--
20995313 Update to OpenSCAP 1.2.3 to pickup important bug fixes 20446640 CPE dictionary
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>" >