forked from pool/rpmlint
Accepting request 74399 from devel:openSUSE:Factory:rpmlint
- remove some false positives of the no-dependency-on checker OBS-URL: https://build.opensuse.org/request/show/74399 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=127
This commit is contained in:
commit
822a6c7445
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 23 14:39:51 CEST 2011 - dmueller@suse.de
|
||||
|
||||
- remove some false positives of the no-dependency-on checker
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 12:34:09 UTC 2011 - lnussel@suse.de
|
||||
|
||||
|
@ -11,7 +11,7 @@ Index: TagsCheck.py
|
||||
# try to match *%_isa as well (e.g. "(x86-64)", "(x86-32)")
|
||||
base_or_libs_re = re.compile(
|
||||
- '^(lib)?%s(-libs)?(\(\w+-\d+\))?$' % re.escape(base))
|
||||
+ '^(lib)?%s(-libs)?[\d_]*(\(\w+-\d+\))?$' % re.escape(base))
|
||||
+ '^(lib)?%s(-libs)?[\d_]*(\(\w+-\d+\))?' % re.escape(base))
|
||||
for d in deps:
|
||||
if base_or_libs_re.match(d[0]):
|
||||
dep = d
|
||||
|
Loading…
Reference in New Issue
Block a user