summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorAaron Conole <aconole@redhat.com>2016-06-08 17:49:56 -0400
committerBen Pfaff <blp@ovn.org>2016-06-23 15:03:50 -0700
commit8647686ee8ac496b54499d14f3c37de84fdd47df (patch)
treefb4f3f3c40edf1648434c69eefcfaa67370cbf48 /rhel
parent314ce6479a8380e2aeaa53eb5bab96a23c06d62d (diff)
downloadopenvswitch-8647686ee8ac496b54499d14f3c37de84fdd47df.tar.gz
fedora: Add pcap, tcpdump and tcpundump utilities to test
The openvswitch-test package is setup for enabling / performing tests for openvswitch setups. Adding these utilities would enable a richer set of debugging utilities for performing diagnostics. Signed-off-by: Aaron Conole <aconole@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Flavio Leitner <fbl@sysclose.org>
Diffstat (limited to 'rhel')
-rw-r--r--rhel/openvswitch-fedora.spec.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index 959c90a2b..16894b030 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -225,11 +225,7 @@ install -p -m 644 -D selinux/openvswitch-custom.pp \
# remove unpackaged files
rm -f $RPM_BUILD_ROOT%{_bindir}/ovs-parse-backtrace \
- $RPM_BUILD_ROOT%{_bindir}/ovs-pcap \
- $RPM_BUILD_ROOT%{_bindir}/ovs-tcpundump \
$RPM_BUILD_ROOT%{_sbindir}/ovs-vlan-bug-workaround \
- $RPM_BUILD_ROOT%{_mandir}/man1/ovs-pcap.1 \
- $RPM_BUILD_ROOT%{_mandir}/man1/ovs-tcpundump.1 \
$RPM_BUILD_ROOT%{_mandir}/man8/ovs-vlan-bug-workaround.8
%check
@@ -392,9 +388,15 @@ fi
%{_bindir}/ovs-test
%{_bindir}/ovs-vlan-test
%{_bindir}/ovs-l3ping
+%{_bindir}/ovs-pcap
+%{_bindir}/ovs-tcpdump
+%{_bindir}/ovs-tcpundump
%{_mandir}/man8/ovs-test.8*
%{_mandir}/man8/ovs-vlan-test.8*
%{_mandir}/man8/ovs-l3ping.8*
+%{_mandir}/man1/ovs-pcap.1*
+%{_mandir}/man8/ovs-tcpdump.8*
+%{_mandir}/man1/ovs-tcpundump.1*
%{python_sitelib}/ovstest
%files devel