Marcel Telka
2024-04-06 7a1e91471d4b540f48a912dfcca9f65211aa599c
1
2
3
4
5
6
7
 
<transform set name=pkg.fmri value=pkg:/(.*)@(.*),.* -> \
    print PACKAGE += "%<1>@%<2>" >
<transform set name=org.opensolaris.arc-caseid value=(.*) -> \
    print ARC_CASE += "%<1>" >
 
<transform license license=(.*) -> print LICENSE += "%<1>" >