- merge content of new rpmlintrc into existing Mesa-rpmlintrc file

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=715
This commit is contained in:
Stefan Dirsch 2018-02-27 09:59:23 +00:00 committed by Git OBS Bridge
parent 6a1bf12f3c
commit 37d3052c53
7 changed files with 28 additions and 11 deletions

View File

@ -1,2 +1,11 @@
# This line is mandatory to access the configuration functions
from Config import *
# Want to allow for multiple vendors
addFilter("shlib-policy-name-error")
addFilter("Mesa-libOpenCL.*library-without-ldconfig-postin")
addFilter("Mesa-libOpenCL.*library-without-ldconfig-postun")
addFilter("libXvMC_nouveau.*library-without-ldconfig-postin")
addFilter("libXvMC_nouveau.*library-without-ldconfig-postun")
addFilter("libXvMC_r600.*library-without-ldconfig-postin")
addFilter("libXvMC_r600.*library-without-ldconfig-postun")

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 27 09:58:06 UTC 2018 - sndirsch@suse.com
- merge content of new rpmlintrc into existing Mesa-rpmlintrc file
-------------------------------------------------------------------
Fri Feb 23 13:36:23 UTC 2018 - sndirsch@suse.com

View File

@ -131,7 +131,6 @@ Source3: README.updates
Source4: manual-pages.tar.bz2
Source6: %{name}-rpmlintrc
Source7: Mesa.keyring
Source8: rpmlintrc
# to be upstreamed
Patch11: u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
Patch12: u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch

View File

@ -1,2 +1,11 @@
# This line is mandatory to access the configuration functions
from Config import *
# Want to allow for multiple vendors
addFilter("shlib-policy-name-error")
addFilter("Mesa-libOpenCL.*library-without-ldconfig-postin")
addFilter("Mesa-libOpenCL.*library-without-ldconfig-postun")
addFilter("libXvMC_nouveau.*library-without-ldconfig-postin")
addFilter("libXvMC_nouveau.*library-without-ldconfig-postun")
addFilter("libXvMC_r600.*library-without-ldconfig-postin")
addFilter("libXvMC_r600.*library-without-ldconfig-postun")

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 27 09:58:06 UTC 2018 - sndirsch@suse.com
- merge content of new rpmlintrc into existing Mesa-rpmlintrc file
-------------------------------------------------------------------
Fri Feb 23 13:36:23 UTC 2018 - sndirsch@suse.com

View File

@ -130,7 +130,6 @@ Source3: README.updates
Source4: manual-pages.tar.bz2
Source6: %{name}-rpmlintrc
Source7: Mesa.keyring
Source8: rpmlintrc
# to be upstreamed
Patch11: u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
Patch12: u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch

View File

@ -1,9 +0,0 @@
# This line is mandatory to access the configuration functions
from Config import *
addFilter("Mesa-libOpenCL.*library-without-ldconfig-postin")
addFilter("Mesa-libOpenCL.*library-without-ldconfig-postun")
addFilter("libXvMC_nouveau.*library-without-ldconfig-postin")
addFilter("libXvMC_nouveau.*library-without-ldconfig-postun")
addFilter("libXvMC_r600.*library-without-ldconfig-postin")
addFilter("libXvMC_r600.*library-without-ldconfig-postun")