diff mbox

[ovs-dev] rhel: Include ovn-trace in ovn-common package

Message ID 1471956826-12481-1-git-send-email-bschanmu@redhat.com
State Accepted
Headers show

Commit Message

Babu Shanmugam Aug. 23, 2016, 12:53 p.m. UTC
Include the ovn-trace binary and it's man page in ovn-common package

Signed-off-by: Babu Shanmugam <bschanmu@redhat.com>
---
 rhel/openvswitch-fedora.spec.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Russell Bryant Aug. 24, 2016, 2:17 a.m. UTC | #1
On Tue, Aug 23, 2016 at 8:53 AM, <bschanmu@redhat.com> wrote:

> Include the ovn-trace binary and it's man page in ovn-common package
>
> Signed-off-by: Babu Shanmugam <bschanmu@redhat.com>
> ---
>  rhel/openvswitch-fedora.spec.in | 2 ++
>  1 file changed, 2 insertions(+)
>

Thanks for the fix!  I applied this to master and branch-2.6.
diff mbox

Patch

diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index 580ffee..e61ff69 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -473,12 +473,14 @@  fi
 %files ovn-common
 %{_bindir}/ovn-nbctl
 %{_bindir}/ovn-sbctl
+%{_bindir}/ovn-trace
 %{_datadir}/openvswitch/scripts/ovn-ctl
 %{_datadir}/openvswitch/scripts/ovn-bugtool-nbctl-show
 %{_datadir}/openvswitch/scripts/ovn-bugtool-sbctl-lflow-list
 %{_datadir}/openvswitch/scripts/ovn-bugtool-sbctl-show
 %{_mandir}/man8/ovn-ctl.8*
 %{_mandir}/man8/ovn-nbctl.8*
+%{_mandir}/man8/ovn-trace.8*
 %{_mandir}/man7/ovn-architecture.7*
 %{_mandir}/man8/ovn-sbctl.8*
 %{_mandir}/man5/ovn-nb.5*