forked from pool/rpmlint
Accepting request 20532 from Base:System
Copy from Base:System/rpmlint based on submit request 20532 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/20532 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=46
This commit is contained in:
committed by
Git OBS Bridge
parent
6fb2056c2a
commit
eaf5a8d432
@@ -1,6 +1,8 @@
|
||||
--- BinariesCheck.py
|
||||
Index: BinariesCheck.py
|
||||
===================================================================
|
||||
--- BinariesCheck.py.orig
|
||||
+++ BinariesCheck.py
|
||||
@@ -165,6 +165,7 @@
|
||||
@@ -177,6 +177,7 @@ path_regex = re.compile('(.*/)([^/]+)')
|
||||
numeric_dir_regex = re.compile('/usr(?:/share)/man/man./(.*)\.[0-9](?:\.gz|\.bz2)')
|
||||
versioned_dir_regex = re.compile('[^.][0-9]')
|
||||
usr_share = re.compile('^/usr/share/')
|
||||
@@ -8,7 +10,7 @@
|
||||
etc = re.compile('^/etc/')
|
||||
not_stripped = re.compile('not stripped')
|
||||
unstrippable = re.compile('\.o$|\.static$')
|
||||
@@ -239,7 +240,7 @@
|
||||
@@ -251,7 +252,7 @@ class BinariesCheck(AbstractCheck.Abstra
|
||||
printError(pkg, 'arch-independent-package-contains-binary-or-object', fname)
|
||||
else:
|
||||
# in /usr/share ?
|
||||
|
Reference in New Issue
Block a user