exception_lists/packaging
author X gate hg captive account <xhg@xserver.us.oracle.com>
Wed, 24 Jun 2015 13:57:28 -0700
changeset 1474 608afd4c2c0b
parent 1447 b26f1451b601
permissions -rw-r--r--
Added tag s11u3_26 for changeset 10cd592b4429
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
970
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
1439
e4614bd11218 20617872 X needs to start using python 2.7 in its builds
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1402
diff changeset
     2
# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
970
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# Permission is hereby granted, free of charge, to any person obtaining a
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# copy of this software and associated documentation files (the "Software"),
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# to deal in the Software without restriction, including without limitation
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# and/or sell copies of the Software, and to permit persons to whom the
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# Software is furnished to do so, subject to the following conditions:
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
#
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# The above copyright notice and this permission notice (including the next
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
# paragraph) shall be included in all copies or substantial portions of the
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# Software.
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
#
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
# DEALINGS IN THE SOFTWARE.
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
#
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
# Exception List for validate_pkg
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
#
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
#
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
# The following entries are built in the proto/ area
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
# but not included in any packages - this is intentional.
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
#
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
1124
7bc7e624f965 7042476 Xorg 1.10 & associated module updates [PSARC/2011/214]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1116
diff changeset
    33
# These should be empty directories left from the libdrm workaround for
7bc7e624f965 7042476 Xorg 1.10 & associated module updates [PSARC/2011/214]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1116
diff changeset
    34
# pkgconfig installation
7bc7e624f965 7042476 Xorg 1.10 & associated module updates [PSARC/2011/214]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1116
diff changeset
    35
usr/lib/xorg/pkgconfig
7bc7e624f965 7042476 Xorg 1.10 & associated module updates [PSARC/2011/214]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1116
diff changeset
    36
usr/lib/xorg/amd64/pkgconfig		i386
7bc7e624f965 7042476 Xorg 1.10 & associated module updates [PSARC/2011/214]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1116
diff changeset
    37
usr/lib/xorg/sparcv9/pkgconfig		sparc
7bc7e624f965 7042476 Xorg 1.10 & associated module updates [PSARC/2011/214]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1116
diff changeset
    38
1072
88d1d779286d 7010623 X11R7.6 Update: Library modules
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1056
diff changeset
    39
# /var/run is a symlink to a tmpfs filesystem created at system boot
970
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
var/run
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
1056
7ab8c847a602 7009232 X11R7.6 Update: Documentation modules
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1031
diff changeset
    42
# Documentation it doesn't make sense to ship in our packages
7ab8c847a602 7009232 X11R7.6 Update: Documentation modules
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1031
diff changeset
    43
usr/share/doc/X11/graphics/dps.xml
7ab8c847a602 7009232 X11R7.6 Update: Documentation modules
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1031
diff changeset
    44
usr/share/doc/X11/platforms/Darwin.xml
1276
52f85727ce94 7161868 Update X.Org modules to X11R7.7 RC1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1266
diff changeset
    45
usr/share/doc/X11/xext/lbxalg.xml
52f85727ce94 7161868 Update X.Org modules to X11R7.7 RC1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1266
diff changeset
    46
usr/share/doc/X11/Xserver/XACE-Spec.xml
52f85727ce94 7161868 Update X.Org modules to X11R7.7 RC1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1266
diff changeset
    47
usr/share/doc/X11/Xserver/appgroup.xml
52f85727ce94 7161868 Update X.Org modules to X11R7.7 RC1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1266
diff changeset
    48
usr/share/doc/X11/Xserver/analysis.xml
52f85727ce94 7161868 Update X.Org modules to X11R7.7 RC1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1266
diff changeset
    49
usr/share/doc/X11/Xserver/secint.xml
970
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
usr/share/doc/X11/MAINTAINERS
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
# Obsolete man pages
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
usr/share/man/man5/Consortium.5
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
usr/share/man/man5/XProjectTeam.5
1402
7373cf518070 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1370
diff changeset
    55
usr/share/man/man5/Xprint.5
970
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
1116
605549b491ac 7039092 Move efb module for Xorg to X consolidation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1097
diff changeset
    57
# Upstream ati man pages don't apply to efb driver on sparc
605549b491ac 7039092 Move efb module for Xorg to X consolidation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1097
diff changeset
    58
usr/share/man/man7/ati.7       	        sparc
605549b491ac 7039092 Move efb module for Xorg to X consolidation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1097
diff changeset
    59
usr/share/man/man7/r128.7		sparc
605549b491ac 7039092 Move efb module for Xorg to X consolidation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1097
diff changeset
    60
usr/share/man/man7/radeon.7		sparc
605549b491ac 7039092 Move efb module for Xorg to X consolidation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1097
diff changeset
    61
1196
1ce455dae979 7081325 X builds should run check_rtime to ensure binaries are linked well
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1132
diff changeset
    62
# ON delivers the packaged version of this link
1ce455dae979 7081325 X builds should run check_rtime to ensure binaries are linked well
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1132
diff changeset
    63
usr/lib/64
1ce455dae979 7081325 X builds should run check_rtime to ensure binaries are linked well
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1132
diff changeset
    64
1266
79ac6b45d8f4 7083537 Xorg 1.12 & associated module updates (fix packaging)
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1265
diff changeset
    65
# Skip delivering the header file for an intel internal validation tool
1276
52f85727ce94 7161868 Update X.Org modules to X11R7.7 RC1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1266
diff changeset
    66
usr/include/libdrm/intel_aub.h		i386
1266
79ac6b45d8f4 7083537 Xorg 1.12 & associated module updates (fix packaging)
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1265
diff changeset
    67
1031
2e0fa97e6af8 6996309 Introduce libXcb in Solaris [fix packaging]
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1030
diff changeset
    68
# We don't install the XCB SELinux extension
2e0fa97e6af8 6996309 Introduce libXcb in Solaris [fix packaging]
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1030
diff changeset
    69
usr/include/xcb/xselinux.h
2e0fa97e6af8 6996309 Introduce libXcb in Solaris [fix packaging]
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1030
diff changeset
    70
usr/share/xcb/xselinux.xml
2e0fa97e6af8 6996309 Introduce libXcb in Solaris [fix packaging]
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1030
diff changeset
    71
1088
1c99106ccbe0 6983602 Xorg 1.9 integration [PSARC/2011/008]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1072
diff changeset
    72
# Don't install until we move off HAL .fdi file for synaptics
1c99106ccbe0 6983602 Xorg 1.9 integration [PSARC/2011/008]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1072
diff changeset
    73
usr/share/X11/xorg.conf.d/50-synaptics.conf	i386
1132
d9f96853a754 7047456 X could do better at building & packaging python bits
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1124
diff changeset
    74
d9f96853a754 7047456 X could do better at building & packaging python bits
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1124
diff changeset
    75
# Only need the normal *.pyc compiled byte-code, not the "optimized" *.pyo
1439
e4614bd11218 20617872 X needs to start using python 2.7 in its builds
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1402
diff changeset
    76
usr/lib/python2.7/vendor-packages/xcbgen/__init__.pyo
e4614bd11218 20617872 X needs to start using python 2.7 in its builds
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1402
diff changeset
    77
usr/lib/python2.7/vendor-packages/xcbgen/error.pyo
e4614bd11218 20617872 X needs to start using python 2.7 in its builds
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1402
diff changeset
    78
usr/lib/python2.7/vendor-packages/xcbgen/expr.pyo
e4614bd11218 20617872 X needs to start using python 2.7 in its builds
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1402
diff changeset
    79
usr/lib/python2.7/vendor-packages/xcbgen/matcher.pyo
e4614bd11218 20617872 X needs to start using python 2.7 in its builds
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1402
diff changeset
    80
usr/lib/python2.7/vendor-packages/xcbgen/state.pyo
e4614bd11218 20617872 X needs to start using python 2.7 in its builds
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1402
diff changeset
    81
usr/lib/python2.7/vendor-packages/xcbgen/xtypes.pyo
1351
9ad483eabd22 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1276
diff changeset
    82
9ad483eabd22 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1276
diff changeset
    83
# No need to deliver libdrm_radeon on sparc
9ad483eabd22 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1276
diff changeset
    84
usr/lib/xorg/libdrm_radeon.so	     		sparc
9ad483eabd22 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1276
diff changeset
    85
usr/lib/xorg/libdrm_radeon.so.1	     		sparc
9ad483eabd22 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1276
diff changeset
    86
usr/lib/xorg/sparcv9/libdrm_radeon.so	     	sparc
9ad483eabd22 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1276
diff changeset
    87
usr/lib/xorg/sparcv9/libdrm_radeon.so.1	     	sparc
1357
e1dae316d753 16739296 Deliver intel-gpu-tools
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1351
diff changeset
    88
e1dae316d753 16739296 Deliver intel-gpu-tools
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1351
diff changeset
    89
# Deliver it once the driver provides the correct plumbing for use on solaris
e1dae316d753 16739296 Deliver intel-gpu-tools
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1351
diff changeset
    90
usr/bin/intel_gpu_abrt                         i386