forked from pool/rpmlint
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=487
This commit is contained in:
parent
608ba7ddde
commit
7aa2b48d0f
@ -16,7 +16,7 @@ Index: rpmlint-rpmlint-1.10/TagsCheck.py
|
|||||||
has_pc = True
|
has_pc = True
|
||||||
if has_so:
|
if has_so:
|
||||||
- base_or_libs = base + '/' + base + '-libs/lib' + base
|
- base_or_libs = base + '/' + base + '-libs/lib' + base
|
||||||
+ base_or_libs = base + '/' + base + '-libs/lib' + base + '*'
|
+ base_or_libs = base + '*' + '/' + base + '-libs/lib' + base + '*'
|
||||||
# try to match *%_isa as well (e.g. "(x86-64)", "(x86-32)")
|
# try to match *%_isa as well (e.g. "(x86-64)", "(x86-32)")
|
||||||
base_or_libs_re = re.compile(
|
base_or_libs_re = re.compile(
|
||||||
- r'^(lib)?%s(-libs)?(\(\w+-\d+\))?$' % re.escape(base))
|
- r'^(lib)?%s(-libs)?(\(\w+-\d+\))?$' % re.escape(base))
|
||||||
|
Loading…
Reference in New Issue
Block a user