summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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