2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00

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 <tgraf@noironetworks.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Flavio Leitner <fbl@redhat.com>
This commit is contained in:
Ben Pfaff
2015-04-06 13:56:04 -07:00
parent 4862775802
commit dd2a1e9c59

View File

@@ -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 <kmestery@cisco.com>