[ovs-dev] [PATCH] rhel: Fix RHEL package build breakage

Ansis Atteka aatteka at ovn.org
Fri Jun 24 02:04:37 UTC 2016


This patch fixes following error:

error: Installed (but unpackaged) file(s) found:
   /usr/bin/ovs-tcpdump
   /usr/share/man/man8/ovs-tcpdump.8.gz

Signed-off-by: Ansis Atteka <aatteka at ovn.org>
---
 rhel/openvswitch.spec.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in
index b1e9fd0..ec555a7 100644
--- a/rhel/openvswitch.spec.in
+++ b/rhel/openvswitch.spec.in
@@ -164,6 +164,7 @@ exit 0
 /usr/bin/ovs-parse-backtrace
 /usr/bin/ovs-pcap
 /usr/bin/ovs-pki
+/usr/bin/ovs-tcpdump
 /usr/bin/ovs-tcpundump
 /usr/bin/ovs-vlan-test
 /usr/bin/ovs-vsctl
@@ -189,6 +190,7 @@ exit 0
 /usr/share/man/man8/ovs-ofctl.8.gz
 /usr/share/man/man8/ovs-parse-backtrace.8.gz
 /usr/share/man/man8/ovs-pki.8.gz
+/usr/share/man/man8/ovs-tcpdump.8.gz
 /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
-- 
2.7.4




More information about the dev mailing list