1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24#
25
26#
27# This remains 0.5.11,5.11-0.155.53 to ease upgrade from a stock onnv system, at
28# whatever build it may be.
29#
30set name=pkg.fmri value=pkg:/system/management/wbem/resource-management@0.5.11,5.11-0.155.53
31set name=pkg.obsolete value=true
32set name=variant.arch value=i386
33#
34# CDDL HEADER START
35#
36# The contents of this file are subject to the terms of the
37# Common Development and Distribution License (the "License").
38# You may not use this file except in compliance with the License.
39#
40# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
41# or http://www.opensolaris.org/os/licensing.
42# See the License for the specific language governing permissions
43# and limitations under the License.
44#
45# When distributing Covered Code, include this CDDL HEADER in each
46# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
47# If applicable, add the following below this CDDL HEADER, with the
48# fields enclosed by brackets "[]" replaced with your own identifying
49# information: Portions Copyright [yyyy] [name of copyright owner]
50#
51# CDDL HEADER END
52#
53
54#
55# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
56#
57
58#
59# These actions represent settings which should appear in every package.
60#
61
62#
63# Name the consolidation this package came from.
64#
65set name=org.opensolaris.consolidation value=osnet
66
67#
68# Indicate that the package was published in a zones aware
69# fashion.
70#
71set name=variant.opensolaris.zone value=global value=nonglobal
72#
73# CDDL HEADER START
74#
75# The contents of this file are subject to the terms of the
76# Common Development and Distribution License (the "License").
77# You may not use this file except in compliance with the License.
78#
79# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
80# or http://www.opensolaris.org/os/licensing.
81# See the License for the specific language governing permissions
82# and limitations under the License.
83#
84# When distributing Covered Code, include this CDDL HEADER in each
85# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
86# If applicable, add the following below this CDDL HEADER, with the
87# fields enclosed by brackets "[]" replaced with your own identifying
88# information: Portions Copyright [yyyy] [name of copyright owner]
89#
90# CDDL HEADER END
91#
92
93#
94# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
95# Use is subject to license terms.
96#
97
98#
99# Only publish packages for the currently specified architecture
100#
101# This is somewhat nonintuitive.  In English:
102#
103#	For any action of type "set",
104#	if the "name" property matches the regex "variant.arch",
105#	and *every* occurrence of the "value" property does not match
106#		$ARCH, then don't publish it.
107#
108# ...in other words, if *any* occurrence of "value" matches i386,
109# then the negative lookahead assertion in the regex will fail, and we
110# won't abort based on the action.
111#
112
113#
114# Catch don't-publish settings from manifest-embedded transforms
115#
116#
117# CDDL HEADER START
118#
119# The contents of this file are subject to the terms of the
120# Common Development and Distribution License (the "License").
121# You may not use this file except in compliance with the License.
122#
123# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
124# or http://www.opensolaris.org/os/licensing.
125# See the License for the specific language governing permissions
126# and limitations under the License.
127#
128# When distributing Covered Code, include this CDDL HEADER in each
129# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
130# If applicable, add the following below this CDDL HEADER, with the
131# fields enclosed by brackets "[]" replaced with your own identifying
132# information: Portions Copyright [yyyy] [name of copyright owner]
133#
134# CDDL HEADER END
135#
136
137#
138# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
139#
140
141#
142# This file and its contents are supplied under the terms of the
143# Common Development and Distribution License ("CDDL"), version 1.0.
144# You may only use this file in accordance with the terms of version
145# 1.0 of the CDDL.
146#
147# A full copy of the text of the CDDL should have accompanied this
148# source.  A copy of the CDDL is also available via the Internet
149# at http://www.illumos.org/license/CDDL.
150#
151
152# Copyright 2011, Richard Lowe
153
154# Manual pages are documentation, and more specifically 'man' documentation
155#
156# CDDL HEADER START
157#
158# The contents of this file are subject to the terms of the
159# Common Development and Distribution License (the "License").
160# You may not use this file except in compliance with the License.
161#
162# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
163# or http://www.opensolaris.org/os/licensing.
164# See the License for the specific language governing permissions
165# and limitations under the License.
166#
167# When distributing Covered Code, include this CDDL HEADER in each
168# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
169# If applicable, add the following below this CDDL HEADER, with the
170# fields enclosed by brackets "[]" replaced with your own identifying
171# information: Portions Copyright [yyyy] [name of copyright owner]
172#
173# CDDL HEADER END
174#
175
176#
177# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
178# Copyright 2011, Richard Lowe
179#
180
181#
182# For kernel/drv, set .conf files to mode 0644.  Assume all other
183# files there are drivers, and give them mode 0755 and reboot-needed.
184#
185# The (?<!r) construct in the reboot-needed transform is a negative
186# lookbehind assertion: it says "only match this regex if the
187# previously matched text does NOT match regex r."  So it will match
188# all files in the various kernel trees, except for .conf files.
189#
190
191
192#
193# Non-global zones should not have content in kernel, usr/kernel (and
194# other kernel dirs) or in boot/.
195#
196
197
198#
199# shared objects should generally have mode 0755
200#
201
202#
203# Catch some of the collections of largely read-only files
204#
205
206
207#
208# For what's left, go with root:bin 0644, +x for directories
209#
210
211#
212# Default values for legacy actions
213#
214#
215# CDDL HEADER START
216#
217# The contents of this file are subject to the terms of the
218# Common Development and Distribution License (the "License").
219# You may not use this file except in compliance with the License.
220#
221# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
222# or http://www.opensolaris.org/os/licensing.
223# See the License for the specific language governing permissions
224# and limitations under the License.
225#
226# When distributing Covered Code, include this CDDL HEADER in each
227# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
228# If applicable, add the following below this CDDL HEADER, with the
229# fields enclosed by brackets "[]" replaced with your own identifying
230# information: Portions Copyright [yyyy] [name of copyright owner]
231#
232# CDDL HEADER END
233#
234
235#
236# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
237#
238
239#
240# Pull out the license paths for staging in the proto area.  Ignore
241# those with no path separators, as that indicates a file kept in
242# $SRC/pkg/license_files, rather than alongside the associated source.
243#
244
245#
246# Ordering is important here, and the last line wins.
247#
248# The default of "current" is provided by the calling environment,
249# rather than a print operation.
250#
251#
252# This file and its contents are supplied under the terms of the
253# Common Development and Distribution License ("CDDL"). You may
254# only use this file in accordance with the terms of the CDDL.
255#
256# A full copy of the text of the CDDL should have accompanied this
257# source. A copy of the CDDL is also available via the Internet at
258# http://www.illumos.org/license/CDDL.
259#
260
261#
262# Copyright 2019 Alexander Pyhalov
263# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
264#
265
266#
267# These transforms drop the information that we don't want to appear
268# in final package versions.
269#
270
271# Drop pkg.depend.bypass-generate attributes
272
273# Drop pkg.depend.runpath attributes
274
275# Remove pkg debug information
276
277