summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-04-05 12:12:13 -0700
committerBen Pfaff <blp@nicira.com>2015-04-05 13:39:59 -0700
commit31efbdb998b0267e245b8edc32b34c0dcc45e723 (patch)
treeb39b23f6d98538d1848a6db5bb4d4a9bd340d44a /rhel
parent7e84c25dbbee56ef39434cacac0d8ce755da88bb (diff)
downloadopenvswitch-31efbdb998b0267e245b8edc32b34c0dcc45e723.tar.gz
rhel: Package vport-*.ko in Fedora kernel package.
Fixes a presumed build break due to unpackaged files. (Only "presumed" at this point because it is masked in the VMware build system by the similar XenServer build failure.) Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'rhel')
-rw-r--r--rhel/openvswitch-kmod-fedora.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rhel/openvswitch-kmod-fedora.spec.in b/rhel/openvswitch-kmod-fedora.spec.in
index ed3800226..8f79fd29b 100644
--- a/rhel/openvswitch-kmod-fedora.spec.in
+++ b/rhel/openvswitch-kmod-fedora.spec.in
@@ -1,6 +1,6 @@
# Spec file for Open vSwitch.
-# Copyright (C) 2009, 2010 Nicira Networks, Inc.
+# Copyright (C) 2009, 2010, 2015 Nicira Networks, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
@@ -56,6 +56,7 @@ depmod %{kernel}
%files
%defattr(-,root,root)
/lib/modules/%{kernel}/kernel/extra/openvswitch/openvswitch.ko
+/lib/modules/%{kernel}/kernel/extra/openvswitch/vport-*.ko
%changelog
* Wed Sep 21 2011 Kyle Mestery <kmestery@cisco.com>