components/meta-packages/group-feature/group-feature-smartcard.p5m
author Alex Chiu <Alex.Chiu@Oracle.COM>
Tue, 20 Sep 2016 10:52:06 -0700
changeset 6935 6b52769f860f
parent 6499 0488b543dda0
permissions -rw-r--r--
24617163 Missing code in libmlx4 when upgrading from ofed-1.5.3 to ofed-3.18
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6478
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
     1
#
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
     3
#
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
     7
#
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    12
#
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    18
#
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    20
#
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    21
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    22
#
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    24
#
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    25
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    27
    value=pkg:/group/feature/smartcard@$(PKG_SOLARIS_VERSION),$(BUILD_VERSION)
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary \
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    29
    value="Two-Factor Authentication Smart Card Stack for Oracle Solaris"
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    30
set name=pkg.description \
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    31
    value="Provides a set of components for using two-factor authentication with smart cards on Oracle Solaris."
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    33
    value="org.opensolaris.category.2008:Meta Packages/Group Packages" \
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:System/Security
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    35
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    36
depend type=group fmri=library/security/ocsp/openca-ocspd
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    37
depend type=group fmri=library/security/pam/module/pam-pkcs11
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    38
depend type=group fmri=library/security/pcsc-lite/ccid
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    39
depend type=group fmri=library/security/pcsc/pcsclite
6499
0488b543dda0 23633479 provide group feature package 'smartcard' (fix meta-package)
Stephen Gaul Jr <steve.gaul@oracle.com>
parents: 6478
diff changeset
    40
depend type=group fmri=system/library/security/pkcs11_coolkey
6478
8ec59567b8c8 PSARC/2016/412 Group feature package 'smartcard'
Stephen Gaul Jr <steve.gaul@oracle.com>
parents:
diff changeset
    41