3b883b97ed
packages using the system wide libtool script compile. - Add gcc-c++ gcc-fortran and gcc-objc to buildrequires so that packages using the system wide libtool script compile. - Add a rpmlintrc to shut up rpmlint on most warnings. OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=31
7 lines
232 B
Plaintext
7 lines
232 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
addFilter("libtool.* shlib-policy-nonversioned-dir")
|
|
addFilter("libtool.* shlib-policy-missing-lib")
|
|
addFilter("libtool.* script-without-shebang")
|