Own the /lib/modules dir.

This commit is contained in:
Ville Skyttä 2014-01-25 21:00:47 +02:00
parent 7430c1fa4d
commit b7897ab1e4
1 changed files with 4 additions and 0 deletions

View File

@ -2041,6 +2041,7 @@ fi
%endif\ %endif\
%attr(600,root,root) /boot/System.map-%{KVERREL}%{?2:+%{2}}\ %attr(600,root,root) /boot/System.map-%{KVERREL}%{?2:+%{2}}\
/boot/config-%{KVERREL}%{?2:+%{2}}\ /boot/config-%{KVERREL}%{?2:+%{2}}\
%dir /lib/modules\
%dir /lib/modules/%{KVERREL}%{?2:+%{2}}\ %dir /lib/modules/%{KVERREL}%{?2:+%{2}}\
/lib/modules/%{KVERREL}%{?2:+%{2}}/kernel\ /lib/modules/%{KVERREL}%{?2:+%{2}}/kernel\
/lib/modules/%{KVERREL}%{?2:+%{2}}/build\ /lib/modules/%{KVERREL}%{?2:+%{2}}/build\
@ -2090,6 +2091,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %changelog
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi>
- Own the /lib/modules dir.
* Sat Jan 25 2014 Peter Robinson <pbrobinson@fedoraproject.org> * Sat Jan 25 2014 Peter Robinson <pbrobinson@fedoraproject.org>
- Initial ARM config updates for 3.14 - Initial ARM config updates for 3.14
- Disable highbank cpuidle driver - Disable highbank cpuidle driver