Use compression level compatable with centos 7

This commit is contained in:
Daniel A. Wozniak 2023-02-06 20:52:30 -07:00 committed by Pedro Algarvio
parent ef9516eb19
commit cc976a5c3e

View file

@ -12,6 +12,8 @@
# Disable private libraries from showing in provides
%global __provides_exclude_from ^.*\\.so.*$
%global __requires_exclude_from ^.*\\.so.*$
%define _source_payload w2.gzdio
%define _binary_payload w2.gzdio
# Disable python bytecompile for MANY reasons
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')