diff --git a/autospec/files.py b/autospec/files.py index 8d9475f..bc26928 100644 --- a/autospec/files.py +++ b/autospec/files.py @@ -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"):