components/bash/bash.p5m
author Shawn Ferry <shawn.ferry@oracle.com>
Mon, 28 Nov 2016 16:54:02 -0800
changeset 7565 48aa82a0931f
parent 7486 57b5a32e1ae4
child 7610 ab2133773782
permissions -rw-r--r--
PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0 19429313 address_object type should support vrrp addresses 19888183 publisher provider is applied on each puppet run 22125767 nsswitch provider missing ipnodes, protocols, printers 22126108 add process scheduler administration provider 22960016 Puppet needs a native way to set ZFS ACLs 23107546 race condition with smf provider and manifest-import 23119445 Upgrade Ruby Hiera to 3.2.0 23547788 Add ILB type to Puppet 23593229 rspec tests need to be written for solaris_providers boot_environment 23593308 rspec tests need to be written for solaris_providers ipmp_interface 23593316 rspec tests need to be written for solaris_providers protocol_properties 23593225 rspec tests need to be written for solaris_providers etherstub 23593319 rspec tests need to be written for solaris_providers vnic 23593310 puppet module rspec tests and validation for nsswitch 24674283 current puppet.stencil implementation restricts some valid puppet use cases 24680838 puppet agent failures should be visible to administrator via SMF interfaces 24681179 puppet's logadm.conf is pointing at wrong location for master, ignoring agent 24696742 puppet svccfg doesn't work for some value types 24696809 Puppet link aggregation modules cascading errors 24825868 Update to Puppet 4, Puppet 3 is EOL 24836004 '-' is valid in pkg mediator implementation 24836209 nis provider needs to support multiple securenets entries 24928890 keystone and horizon modules patches create invalid metadata.json 25022632 puppet ipmp_interface type should not validate interface existence 25022714 Puppet SMF service should not refresh on every apply operation 25225039 puppet svccfg should not declare a property absent if it does not match desired 25060925 puppet resource address_object generates invalid puppet code for dhcp interfaces 25065015 update puppet oracle-solaris_providers 2.0.0 25071521 puppet svccfg type should return a clear error if value is not provided 25071681 puppet dns resource generates invalid manifest 25071686 puppet resource ldap; Error: Could not run: No ability to determine if ldap... 25071690 puppet resource nis; Error: Could not run: No ability to determine if nis exists 25092384 puppet module files should be owned by root 25093408 puppet-solaris should be part of puppet again 25106150 Nis provider is not idempotent 25106155 DNS provider is not idempotent 25163776 puppet link_aggregation misunderstands 'address' -u output 25163791 puppet link_aggregation should use resource values instead of property_hash 25163815 puppet address_object errors and validations could be better 25163840 puppet Puppet::Property::List types conflict with internally generated arrays 25163864 puppet link_aggregation type specs need to be written 25177901 puppet beadm should not use both -e and -p 25178928 puppet link_aggregation should try to copy existing values on change of mode 25179040 puppet link_aggregation should delete with -t for temporary 25192742 puppet svccfg shouldn't try to update properties for a non-existent fmri 25196056 puppet interface and address _properties namevars are problematic 25191982 puppet type 'dns' is not able to set 'options' property in resolv.conf 25211935 puppet link_aggregation needs to permanently delete before modifying temporary 25217063 puppet protocol_properties is not idempotent 25218036 puppet resource svccfg emits a warning for every property 25218053 puppet svccfg prefetch should match individually specified parameters 25218208 puppet svccfg should enforce well-formedness in fmri parameters 25224661 puppet resource address_properties shouldn't output read-only properties 25224777 puppet address_properties should not reset unchanged properties 25306835 puppet boot_environment needs to understand the new snapshot format 25306877 puppet svccfg should check for pg and allow nested property groups 25306904 puppet dns,nis,ldap,protocol_properties prefetch fails after input auto munge 25348321 puppet boot_environment needs to validate all properties and parameters 25354751 puppet vnic provider needs to support / and - as valid vnic name characters

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
#

<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
set name=pkg.fmri \
    value=pkg:/shell/bash@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="GNU Bourne-Again shell (bash)"
set name=com.oracle.info.description value="GNU Bourne-Again shell (bash)"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification value=org.opensolaris.category.2008:System/Shells
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2000/488
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
file etc.bash.bash_completion path=etc/bash/bash_completion.example
#
file etc.bash.bashrc path=etc/bash/bashrc.example
file etc.bash.inputrc path=etc/bash/inputrc.example
file etc.skel.bashrc path=etc/skel/.bashrc
file path=usr/bin/bash
file path=usr/bin/bashbug
#
link path=usr/bin/rbash target=./bash
link path=usr/gnu/bin/sh target=../../bin/bash
#
file path=usr/share/bash/alias
file path=usr/share/bash/arith
file path=usr/share/bash/arith_for
file path=usr/share/bash/bg
file path=usr/share/bash/bind
file path=usr/share/bash/break
file path=usr/share/bash/builtin
file path=usr/share/bash/caller
file path=usr/share/bash/case
file path=usr/share/bash/cd
file path=usr/share/bash/colon
file path=usr/share/bash/command
file path=usr/share/bash/compgen
file path=usr/share/bash/complete
file path=usr/share/bash/compopt
file path=usr/share/bash/conditional
file path=usr/share/bash/continue
file path=usr/share/bash/coproc
file path=usr/share/bash/declare
file path=usr/share/bash/dirs
file path=usr/share/bash/disown
file path=usr/share/bash/dot
file path=usr/share/bash/echo
file path=usr/share/bash/enable
file path=usr/share/bash/eval
file path=usr/share/bash/exec
file path=usr/share/bash/exit
file path=usr/share/bash/export
file path=usr/share/bash/false
file path=usr/share/bash/fc
file path=usr/share/bash/fg
file path=usr/share/bash/fg_percent
file path=usr/share/bash/for
file path=usr/share/bash/function
file path=usr/share/bash/getopts
file path=usr/share/bash/grouping_braces
file path=usr/share/bash/hash
file path=usr/share/bash/help
file path=usr/share/bash/history
file path=usr/share/bash/if
file path=usr/share/bash/jobs
file path=usr/share/bash/kill
file path=usr/share/bash/let
file path=usr/share/bash/local
file path=usr/share/bash/logout
file path=usr/share/bash/mapfile
file path=usr/share/bash/popd
file path=usr/share/bash/printf
file path=usr/share/bash/pushd
file path=usr/share/bash/pwd
file path=usr/share/bash/read
file path=usr/share/bash/readarray
file path=usr/share/bash/readonly
file path=usr/share/bash/return
file path=usr/share/bash/select
file path=usr/share/bash/set
file path=usr/share/bash/shift
file path=usr/share/bash/shopt
file path=usr/share/bash/source
file path=usr/share/bash/suspend
file path=usr/share/bash/test
file path=usr/share/bash/test_bracket
file path=usr/share/bash/time
file path=usr/share/bash/times
file path=usr/share/bash/trap
file path=usr/share/bash/true
file path=usr/share/bash/type
file path=usr/share/bash/typeset
file path=usr/share/bash/ulimit
file path=usr/share/bash/umask
file path=usr/share/bash/unalias
file path=usr/share/bash/unset
file path=usr/share/bash/until
file path=usr/share/bash/variable_help
file path=usr/share/bash/wait
file path=usr/share/bash/while
#
file path=usr/share/info/bash.info
file path=usr/share/locale/af/LC_MESSAGES/bash.mo
file path=usr/share/locale/bg/LC_MESSAGES/bash.mo
file path=usr/share/locale/ca/LC_MESSAGES/bash.mo
file path=usr/share/locale/cs/LC_MESSAGES/bash.mo
file path=usr/share/locale/da/LC_MESSAGES/bash.mo
file path=usr/share/locale/de/LC_MESSAGES/bash.mo
file path=usr/share/locale/el/LC_MESSAGES/bash.mo
file path=usr/share/locale/en/LC_MESSAGES/bash.mo
file path=usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo
file path=usr/share/locale/en@quot/LC_MESSAGES/bash.mo
file path=usr/share/locale/en_CA/LC_MESSAGES/bash.mo
file path=usr/share/locale/en_GB/LC_MESSAGES/bash.mo
file path=usr/share/locale/eo/LC_MESSAGES/bash.mo
file path=usr/share/locale/es/LC_MESSAGES/bash.mo
file path=usr/share/locale/et/LC_MESSAGES/bash.mo
file path=usr/share/locale/fi/LC_MESSAGES/bash.mo
file path=usr/share/locale/fr/LC_MESSAGES/bash.mo
file path=usr/share/locale/ga/LC_MESSAGES/bash.mo
file path=usr/share/locale/gl/LC_MESSAGES/bash.mo
file path=usr/share/locale/hr/LC_MESSAGES/bash.mo
file path=usr/share/locale/hu/LC_MESSAGES/bash.mo
file path=usr/share/locale/id/LC_MESSAGES/bash.mo
file path=usr/share/locale/it/LC_MESSAGES/bash.mo
file path=usr/share/locale/ja/LC_MESSAGES/bash.mo
file path=usr/share/locale/lt/LC_MESSAGES/bash.mo
file path=usr/share/locale/nb/LC_MESSAGES/bash.mo
file path=usr/share/locale/nl/LC_MESSAGES/bash.mo
file path=usr/share/locale/pl/LC_MESSAGES/bash.mo
file path=usr/share/locale/pt_BR/LC_MESSAGES/bash.mo
file path=usr/share/locale/ro/LC_MESSAGES/bash.mo
file path=usr/share/locale/ru/LC_MESSAGES/bash.mo
file path=usr/share/locale/sk/LC_MESSAGES/bash.mo
file path=usr/share/locale/sl/LC_MESSAGES/bash.mo
file path=usr/share/locale/sr/LC_MESSAGES/bash.mo
file path=usr/share/locale/sv/LC_MESSAGES/bash.mo
file path=usr/share/locale/tr/LC_MESSAGES/bash.mo
file path=usr/share/locale/uk/LC_MESSAGES/bash.mo
file path=usr/share/locale/vi/LC_MESSAGES/bash.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/bash.mo
file path=usr/share/locale/zh_TW/LC_MESSAGES/bash.mo
#
file path=usr/share/man/man1/bash.1
file path=usr/share/man/man1/bashbug.1
file rbash.1 path=usr/share/man/man1/rbash.1
#
legacy pkg=SUNWbash desc="GNU Bourne-Again shell (bash) version 4.2" \
    name="GNU Bourne-Again shell (bash)"
legacy pkg=SUNWbashr \
    desc="GNU Bourne-Again shell (bash) version 4.2  (root package)" \
    name="GNU Bourne-Again shell (bash) (root)"
#
license bash.license license="GPLv3, FDLv1.2"