summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2015-06-22 11:37:29 -0400
committerGurucharan Shetty <gshetty@nicira.com>2015-06-22 10:26:11 -0700
commit4b131a01d83babc984bfda35817877d5d2cef36f (patch)
tree4ea858e59e50bf2788ab8bbc34a595bced183b87 /rhel
parentd54ac8032cd7c46a965ecd48fbf07fa430ce826d (diff)
downloadopenvswitch-4b131a01d83babc984bfda35817877d5d2cef36f.tar.gz
rpms: Exclude OVN files from openvswitch packages.
Currently rhel rpm does not build because of OVN files. This patch only fixes the build failures. We eventually may have to add OVN packages for RHEL, Xenserver and Debian. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'rhel')
-rw-r--r--rhel/openvswitch.spec.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in
index 1ea685d3b..bc1a5f6fa 100644
--- a/rhel/openvswitch.spec.in
+++ b/rhel/openvswitch.spec.in
@@ -182,3 +182,10 @@ exit 0
%doc INSTALL.DPDK.md rhel/README.RHEL README-native-tunneling.md
/var/lib/openvswitch
/var/log/openvswitch
+%exclude /usr/bin/ovn-*
+%exclude /usr/share/man/man1/ovs-sim.1.gz
+%exclude /usr/share/man/man5/ovn-*
+%exclude /usr/share/man/man7/ovn-*
+%exclude /usr/share/man/man8/ovn-*
+%exclude /usr/share/openvswitch/ovn-*
+%exclude /usr/share/openvswitch/scripts/ovn-*