From: Ben Pfaff Date: Mon, 6 Apr 2015 20:56:04 +0000 (-0700) Subject: rhel: Make Fedora %files and %install section wildcards match. X-Git-Tag: v2.4.0~372 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;ds=sidebyside;h=dd2a1e9c59c75dc9bac4f5bc4aee70a1af568e07;p=cascardo%2Fovs.git rhel: Make Fedora %files and %install section wildcards match. Since %install puts every .ko file into /lib/modules, %files should make sure that all of them are packaged. Suggested-by: Thomas Graf Signed-off-by: Ben Pfaff Acked-by: Flavio Leitner --- diff --git a/rhel/openvswitch-kmod-fedora.spec.in b/rhel/openvswitch-kmod-fedora.spec.in index 8f79fd29b..ecea16c8b 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