From: Flavio Leitner Date: Thu, 13 Aug 2015 19:06:29 +0000 (-0300) Subject: rhel: add installed but not packaged OVN tools X-Git-Tag: v2.5.0~740 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=600a8085e27f00a538e1abd14128606c67fcc7e1 rhel: add installed but not packaged OVN tools This patch adds the following to OVN %files: /usr/bin/ovn-controller-vtep /usr/bin/ovn-sbctl /usr/share/man/man8/ovn-controller-vtep.8.gz /usr/share/man/man8/ovn-sbctl.8.gz Signed-off-by: Flavio Leitner Signed-off-by: Justin Pettit Acked-by: Russell Bryant --- diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index 48c34de55..5198dbe1e 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -317,16 +317,20 @@ rm -rf $RPM_BUILD_ROOT %files ovn %{_bindir}/ovn-controller +%{_bindir}/ovn-controller-vtep %{_bindir}/ovn-nbctl %{_bindir}/ovn-northd +%{_bindir}/ovn-sbctl %{_datadir}/openvswitch/scripts/ovn-ctl %{_mandir}/man8/ovs-testcontroller.8* %{_mandir}/man5/ovn-nb.5* %{_mandir}/man5/ovn-sb.5* %{_mandir}/man7/ovn-architecture.7* %{_mandir}/man8/ovn-controller.8* +%{_mandir}/man8/ovn-controller-vtep.8* %{_mandir}/man8/ovn-ctl.8* %{_mandir}/man8/ovn-nbctl.8* +%{_mandir}/man8/ovn-sbctl.8* %config %{_datadir}/openvswitch/ovn-nb.ovsschema %config %{_datadir}/openvswitch/ovn-sb.ovsschema %{_unitdir}/ovn-controller.service