From dd2d06c39503c93508516a1f6453ea78c01e15bb Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Thu, 17 Oct 2013 19:41:08 -0700 Subject: [PATCH] rhel: Add VTEP packaging. Add VTEP files so RHEL build doesn't fail. Bug #20487 Signed-off-by: Justin Pettit --- rhel/openvswitch.spec.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in index f77cd3a65..3faf463b0 100644 --- a/rhel/openvswitch.spec.in +++ b/rhel/openvswitch.spec.in @@ -124,6 +124,7 @@ exit 0 /usr/bin/ovs-vsctl /usr/bin/ovsdb-client /usr/bin/ovsdb-tool +/usr/bin/vtep-ctl /usr/sbin/ovs-bugtool /usr/sbin/ovs-vswitchd /usr/sbin/ovsdb-server @@ -134,6 +135,7 @@ exit 0 /usr/share/man/man1/ovsdb-server.1.gz /usr/share/man/man1/ovsdb-tool.1.gz /usr/share/man/man5/ovs-vswitchd.conf.db.5.gz +/usr/share/man/man5/vtep.5.gz /usr/share/man/man8/ovs-appctl.8.gz /usr/share/man/man8/ovs-bugtool.8.gz /usr/share/man/man8/ovs-ctl.8.gz @@ -145,6 +147,7 @@ exit 0 /usr/share/man/man8/ovs-vlan-test.8.gz /usr/share/man/man8/ovs-vsctl.8.gz /usr/share/man/man8/ovs-vswitchd.8.gz +/usr/share/man/man8/vtep-ctl.8.gz /usr/share/openvswitch/bugtool-plugins/ /usr/share/openvswitch/python/ /usr/share/openvswitch/scripts/ovs-bugtool-* @@ -152,8 +155,10 @@ exit 0 /usr/share/openvswitch/scripts/ovs-ctl /usr/share/openvswitch/scripts/ovs-lib /usr/share/openvswitch/scripts/ovs-save +/usr/share/openvswitch/scripts/ovs-vtep /usr/share/openvswitch/scripts/sysconfig.template /usr/share/openvswitch/vswitch.ovsschema +/usr/share/openvswitch/vtep.ovsschema /usr/share/doc/openvswitch-%{version}/FAQ /usr/share/doc/openvswitch-%{version}/README.RHEL /var/lib/openvswitch -- 2.47.0