From 9d7c56431990fc56a1b26dd32c1e7a8d9258345f Mon Sep 17 00:00:00 2001 From: Ansis Atteka Date: Fri, 18 Nov 2011 13:11:46 -0800 Subject: [PATCH] packaging: Fix Xen and RH packaging error that was introduced with ovs-test utility My previous ovs-test utility commit broke Xen and RH packaging. This commit will address this issue by not including any ovs-test related files into those two packages. --- rhel/openvswitch.spec.in | 2 ++ xenserver/openvswitch-xen.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in index 46f65e237..14496e7dd 100644 --- a/rhel/openvswitch.spec.in +++ b/rhel/openvswitch.spec.in @@ -55,6 +55,8 @@ install python/compat/argparse.py $RPM_BUILD_ROOT/usr/share/openvswitch/python rm \ $RPM_BUILD_ROOT/usr/bin/ovs-controller \ $RPM_BUILD_ROOT/usr/share/man/man8/ovs-controller.8 \ + $RPM_BUILD_ROOT/usr/bin/ovs-test \ + $RPM_BUILD_ROOT/usr/share/man/man8/ovs-test.8 \ $RPM_BUILD_ROOT/usr/sbin/ovs-vlan-bug-workaround \ $RPM_BUILD_ROOT/usr/share/man/man8/ovs-vlan-bug-workaround.8 diff --git a/xenserver/openvswitch-xen.spec b/xenserver/openvswitch-xen.spec index f5c123165..a53fcc73f 100644 --- a/xenserver/openvswitch-xen.spec +++ b/xenserver/openvswitch-xen.spec @@ -116,6 +116,8 @@ rm \ $RPM_BUILD_ROOT/usr/sbin/ovs-bugtool \ $RPM_BUILD_ROOT/usr/bin/ovs-controller \ $RPM_BUILD_ROOT/usr/bin/ovs-pki \ + $RPM_BUILD_ROOT/usr/bin/ovs-test \ + $RPM_BUILD_ROOT/usr/share/man/man8/ovs-test.8 \ $RPM_BUILD_ROOT/usr/share/man/man1/ovs-benchmark.1 \ $RPM_BUILD_ROOT/usr/share/man/man8/ovs-bugtool.8 \ $RPM_BUILD_ROOT/usr/share/man/man8/ovs-controller.8 \ -- 2.43.0