|
|
@ -678,7 +678,7 @@ popd > /dev/null |
|
|
|
# try to compress the module |
|
|
|
# try to compress the module |
|
|
|
%define __spec_install_post \ |
|
|
|
%define __spec_install_post \ |
|
|
|
find $RPM_BUILD_ROOT/lib/modules/ -type f -name '*.ko' -exec strip --strip-unneeded {} +; \ |
|
|
|
find $RPM_BUILD_ROOT/lib/modules/ -type f -name '*.ko' -exec strip --strip-unneeded {} +; \ |
|
|
|
find $RPM_BUILD_ROOT/lib/modules/ -type f -name '*.ko' | xargs xz -9 -e -T0 |
|
|
|
#find $RPM_BUILD_ROOT/lib/modules/ -type f -name '*.ko' | xargs xz -9 -e -T0 |
|
|
|
# replaced by .config settings |
|
|
|
# replaced by .config settings |
|
|
|
|
|
|
|
|
|
|
|
%clean |
|
|
|
%clean |
|
|
|