mirror of
https://github.com/clearlinux/autospec.git
synced 2026-08-20 22:17:57 +00:00
fix lib32 misplacement
This commit is contained in:
@@ -283,6 +283,8 @@ def push_file(filename):
|
||||
return
|
||||
if file_pat_match(filename, r"^/usr/lib64/.*/[a-zA-Z0-9\.\_\-\+]*\.so", "lib"):
|
||||
return
|
||||
if file_pat_match(filename, r"^/usr/lib32/.*/[a-zA-Z0-9\.\_\-\+]*\.so", "lib32"):
|
||||
return
|
||||
|
||||
# locale data gets picked up via find_lang
|
||||
if file_pat_match(filename, r"^/usr/share/locale/", "ignore"):
|
||||
|
||||
Reference in New Issue
Block a user