Skip to content

Commit

Permalink
rhel: Make Fedora %files and %install section wildcards match.
Browse files Browse the repository at this point in the history
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]>
Acked-by: Flavio Leitner <[email protected]>
  • Loading branch information
blp committed Apr 7, 2015
1 parent 4862775 commit dd2a1e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rhel/openvswitch-kmod-fedora.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down

0 comments on commit dd2a1e9

Please sign in to comment.