SHA256
1
0
forked from pool/rpmlint
rpmlint/suse-devel-dependencies.diff

12 lines
345 B
Diff

--- TagsCheck.py
+++ TagsCheck.py
@@ -515,7 +515,7 @@
break
if has_so:
for d in deps:
- if d[0] == base:
+ if d[0].startswith(base):
dep=d
break
if not dep: