6033N/A#
6033N/A# CDDL HEADER START
6033N/A#
6033N/A# The contents of this file are subject to the terms of the
6033N/A# Common Development and Distribution License (the "License").
6033N/A# You may not use this file except in compliance with the License.
6033N/A#
6033N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6033N/A# or http://www.opensolaris.org/os/licensing.
6033N/A# See the License for the specific language governing permissions
6033N/A# and limitations under the License.
6033N/A#
6033N/A# When distributing Covered Code, include this CDDL HEADER in each
6033N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6033N/A# If applicable, add the following below this CDDL HEADER, with the
6033N/A# fields enclosed by brackets "[]" replaced with your own identifying
6033N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6033N/A#
6033N/A# CDDL HEADER END
6033N/A#
6033N/A
6033N/A#
6033N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6033N/A#
6033N/A
6033N/Aset name=pkg.fmri \
6033N/A value=pkg:/library/python/oslo.policy-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6033N/Aset name=pkg.summary \
6033N/A value="The Oslo Policy library provides support for RBAC policy enforcement across all Openstack services"
6033N/Aset name=com.oracle.info.description value="the Python oslo.policy module"
6033N/Aset name=com.oracle.info.tpno value=$(TPNO)
6033N/Aset name=info.classification \
6033N/A value=org.opensolaris.category.2008:Development/Python
6033N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
6033N/Aset name=info.upstream-url value="Openstack <openstack-dev@lists.openstack.org>"
6033N/Aset name=org.opensolaris.arc-caseid value=PSARC/2015/529
6033N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
6033N/A#
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.policy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.policy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.policy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.policy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.policy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.policy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.policy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.policy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_policy/__init__.py
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_policy/_checks.py
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_policy/_i18n.py
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_policy/_parser.py
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_policy/openstack/__init__.py
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_policy/openstack/common/__init__.py
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_policy/openstack/common/fileutils.py
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_policy/opts.py
6033N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_policy/policy.py
6033N/A#
6033N/Alicense oslo.policy.license license="Apache v2.0"
6033N/A
6033N/A# force a dependency on the Python runtime
6033N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
6033N/A pkg.debug.depend.path=usr/bin
6033N/A
6033N/A# force a dependency on oslo.config; pkgdepend work is needed to flush this out.
6033N/Adepend type=require fmri=library/python/oslo.config-$(PYV)
6033N/A
6033N/A# force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
6033N/Adepend type=require fmri=library/python/oslo.i18n-$(PYV)
6033N/A
6033N/A# force a dependency on the oslo.policy package
6033N/Adepend type=require \
6033N/A fmri=library/python/oslo.policy@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6033N/A
6033N/A# force a dependency on oslo.serialization; pkgdepend work is needed to flush this out.
6033N/Adepend type=require fmri=library/python/oslo.serialization-$(PYV)