Since %install puts every .ko file into /lib/modules, %files should make sure that all of them are packaged.
Suggested-by: Thomas Graf <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> --- Not tested. rhel/openvswitch-kmod-fedora.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rhel/openvswitch-kmod-fedora.spec.in b/rhel/openvswitch-kmod-fedora.spec.in index 8f79fd2..ecea16c 100644 --- a/rhel/openvswitch-kmod-fedora.spec.in +++ b/rhel/openvswitch-kmod-fedora.spec.in @@ -55,8 +55,7 @@ depmod %{kernel} %files %defattr(-,root,root) -/lib/modules/%{kernel}/kernel/extra/openvswitch/openvswitch.ko -/lib/modules/%{kernel}/kernel/extra/openvswitch/vport-*.ko +/lib/modules/%{kernel}/kernel/extra/openvswitch/*.ko %changelog * Wed Sep 21 2011 Kyle Mestery <[email protected]> -- 1.7.10.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
