From 4bd2a6a0b702131db30c170c3d7558fe68409017 Mon Sep 17 00:00:00 2001 From: Kyle Mestery Date: Thu, 24 Oct 2013 15:35:14 -0400 Subject: [PATCH] package: Make Fedora RPMs build after vtep changes. Add the appropriate vtep files into the Fedora RPM build to make this work on master again. Signed-off-by: Kyle Mestery Signed-off-by: Gurucharan Shetty --- rhel/openvswitch-fedora.spec.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index 27a3b0368..73b09baff 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -144,12 +144,15 @@ systemctl start openvswitch.service /usr/share/openvswitch/scripts/ovs-bugtool-* /usr/share/openvswitch/scripts/ovs-check-dead-ifs /usr/share/openvswitch/scripts/ovs-lib +/usr/share/openvswitch/scripts/ovs-vtep %config /usr/share/openvswitch/vswitch.ovsschema +%config /usr/share/openvswitch/vtep.ovsschema /usr/sbin/ovs-bugtool /usr/sbin/ovs-vswitchd /usr/sbin/ovsdb-server /usr/bin/ovs-appctl /usr/bin/ovs-dpctl +/usr/bin/ovs-dpctl-top /usr/bin/ovs-ofctl /usr/bin/ovs-vsctl /usr/bin/ovsdb-client @@ -158,21 +161,25 @@ systemctl start openvswitch.service /usr/bin/ovs-pki /usr/bin/ovs-test /usr/bin/ovs-l3ping +/usr/bin/vtep-ctl %doc /usr/share/man/man8/ovs-controller.8.gz %doc /usr/share/man/man8/ovs-pki.8.gz %doc /usr/share/man/man1/ovsdb-client.1.gz %doc /usr/share/man/man1/ovsdb-server.1.gz %doc /usr/share/man/man1/ovsdb-tool.1.gz %doc /usr/share/man/man5/ovs-vswitchd.conf.db.5.gz +%doc /usr/share/man/man5/vtep.5.gz %doc /usr/share/man/man8/ovs-appctl.8.gz %doc /usr/share/man/man8/ovs-bugtool.8.gz %doc /usr/share/man/man8/ovs-dpctl.8.gz +%doc /usr/share/man/man8/ovs-dpctl-top.8.gz %doc /usr/share/man/man8/ovs-ofctl.8.gz %doc /usr/share/man/man8/ovs-parse-backtrace.8.gz %doc /usr/share/man/man8/ovs-vsctl.8.gz %doc /usr/share/man/man8/ovs-vswitchd.8.gz %doc /usr/share/man/man8/ovs-test.8.gz %doc /usr/share/man/man8/ovs-l3ping.8.gz +%doc /usr/share/man/man8/vtep-ctl.8.gz /var/lib/openvswitch /var/log/openvswitch /usr/share/openvswitch/scripts/ovs-ctl -- 2.43.0