diff mbox

[ovs-dev] ovn-detrace: Add ovn-detrace to fedora rpm package.

Message ID 20170424043351.10540-1-ligs@dtdream.com
State Accepted
Headers show

Commit Message

Guoshuai Li April 24, 2017, 4:33 a.m. UTC
Otherwise, through the "make rpm-fedora" build fedora package will be error:
error: Installed (but unpackaged) file(s) found:
   /usr/bin/ovn-detrace
   /usr/share/man/man1/ovn-detrace.1.gz

Signed-off-by: Guoshuai Li <ligs@dtdream.com>
---
 rhel/openvswitch-fedora.spec.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Ben Pfaff April 24, 2017, 4:31 p.m. UTC | #1
On Mon, Apr 24, 2017 at 12:33:51PM +0800, Guoshuai Li wrote:
> Otherwise, through the "make rpm-fedora" build fedora package will be error:
> error: Installed (but unpackaged) file(s) found:
>    /usr/bin/ovn-detrace
>    /usr/share/man/man1/ovn-detrace.1.gz
> 
> Signed-off-by: Guoshuai Li <ligs@dtdream.com>

Thank you!  I applied this to master.
diff mbox

Patch

diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index 2d14660..dbcab00 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -553,6 +553,7 @@  fi
 %{_bindir}/ovn-nbctl
 %{_bindir}/ovn-sbctl
 %{_bindir}/ovn-trace
+%{_bindir}/ovn-detrace
 %{_datadir}/openvswitch/scripts/ovn-ctl
 %{_datadir}/openvswitch/scripts/ovndb-servers.ocf
 %{_datadir}/openvswitch/scripts/ovn-bugtool-nbctl-show
@@ -561,6 +562,7 @@  fi
 %{_mandir}/man8/ovn-ctl.8*
 %{_mandir}/man8/ovn-nbctl.8*
 %{_mandir}/man8/ovn-trace.8*
+%{_mandir}/man1/ovn-detrace.1*
 %{_mandir}/man7/ovn-architecture.7*
 %{_mandir}/man8/ovn-sbctl.8*
 %{_mandir}/man5/ovn-nb.5*