components/openscap/openscap-gconf-probe.p5m
author Jacob Varughese <jacob.varughese@oracle.com>
Tue, 07 Jul 2015 10:15:05 -0700
changeset 4602 4474aa6687fa
child 7681 0bc3311966eb
permissions -rw-r--r--
PSARC/2015/315 probe_gconf packaging 21328149 security/compliance/openscap dependency issue with gconf and minimization impact
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4602
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
     1
#
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
     3
#
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
     7
#
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    12
#
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    18
#
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    20
#
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    22
#
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    23
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    25
    value=pkg:/security/compliance/openscap/openscap-gconf-probe@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="gconf probe for the Open implementation of SCAP"
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    27
set name=com.oracle.info.description \
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    28
    value="the gconf probe for the Open implementation of SCAP"
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    29
set name=com.oracle.info.tpno value=$(TPNO)
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    30
set name=info.classification value=org.opensolaris.category.2008:System/Security
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    31
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    32
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    33
set name=org.opensolaris.arc-caseid value=PSARC/2012/152
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    34
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    35
#
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    36
file path=usr/lib/$(MACH64)/openscap/probe_gconf
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    37
license openscap.license license="LGPLv2.1, LGPLv3, OVAL"
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    38
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    39
# force a dependency on libgconf-2
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    40
depend type=require fmri=__TBD pkg.debug.depend.file=libgconf-2.so \
4474aa6687fa PSARC/2015/315 probe_gconf packaging
Jacob Varughese <jacob.varughese@oracle.com>
parents:
diff changeset
    41
    pkg.debug.depend.path=usr/lib