83 |
This package provides the ${kmod_name} kernel modules built for the Linux |
This package provides the ${kmod_name} kernel modules built for the Linux |
84 |
kernel ${verrel}${variant} for the %{_target_cpu} family of processors. |
kernel ${verrel}${variant} for the %{_target_cpu} family of processors. |
85 |
%post -n kmod-${kmod_name}${dashvariant} |
%post -n kmod-${kmod_name}${dashvariant} |
86 |
/sbin/depmod -aeF /boot/System.map-${verrel}${variant} ${verrel}${variant} > /dev/null || : |
test -f /boot/System.map-${verrel}${variant} && /sbin/depmod -aeF /boot/System.map-${verrel}${variant} ${verrel}${variant} > /dev/null || : |
87 |
%postun -n kmod-${kmod_name}${dashvariant} |
%postun -n kmod-${kmod_name}${dashvariant} |
88 |
/sbin/depmod -aF /boot/System.map-${verrel}${variant} ${verrel}${variant} &> /dev/null || : |
test -f /boot/System.map-${verrel}${variant} && /sbin/depmod -aF /boot/System.map-${verrel}${variant} ${verrel}${variant} &> /dev/null || : |
89 |
%files -n kmod-${kmod_name}${dashvariant} |
%files -n kmod-${kmod_name}${dashvariant} |
90 |
%defattr(644,root,root,755) |
%defattr(644,root,root,755) |
91 |
/lib/modules/${verrel}${variant}/updates/${kmod_name}/ |
/lib/modules/${verrel}${variant}/updates/${kmod_name}/ |