This looks good to me.
I verified that the Fedora rpm gets built fine after applying your patch.

I applied it to master.

Thanks.

On Thu, Oct 24, 2013 at 12:35 PM, Kyle Mestery <kmest...@cisco.com> wrote:
> Add the appropriate vtep files into the Fedora RPM build
> to make this work on master again.
>
> Signed-off-by: Kyle Mestery <kmest...@cisco.com>
> ---
>  rhel/openvswitch-fedora.spec.in | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
> index 27a3b03..73b09ba 100644
> --- a/rhel/openvswitch-fedora.spec.in
> +++ b/rhel/openvswitch-fedora.spec.in
> @@ -144,12 +144,15 @@ systemctl start openvswitch.service
>  /usr/share/openvswitch/scripts/ovs-bugtool-*
>  /usr/share/openvswitch/scripts/ovs-check-dead-ifs
>  /usr/share/openvswitch/scripts/ovs-lib
> +/usr/share/openvswitch/scripts/ovs-vtep
>  %config /usr/share/openvswitch/vswitch.ovsschema
> +%config /usr/share/openvswitch/vtep.ovsschema
>  /usr/sbin/ovs-bugtool
>  /usr/sbin/ovs-vswitchd
>  /usr/sbin/ovsdb-server
>  /usr/bin/ovs-appctl
>  /usr/bin/ovs-dpctl
> +/usr/bin/ovs-dpctl-top
>  /usr/bin/ovs-ofctl
>  /usr/bin/ovs-vsctl
>  /usr/bin/ovsdb-client
> @@ -158,21 +161,25 @@ systemctl start openvswitch.service
>  /usr/bin/ovs-pki
>  /usr/bin/ovs-test
>  /usr/bin/ovs-l3ping
> +/usr/bin/vtep-ctl
>  %doc /usr/share/man/man8/ovs-controller.8.gz
>  %doc /usr/share/man/man8/ovs-pki.8.gz
>  %doc /usr/share/man/man1/ovsdb-client.1.gz
>  %doc /usr/share/man/man1/ovsdb-server.1.gz
>  %doc /usr/share/man/man1/ovsdb-tool.1.gz
>  %doc /usr/share/man/man5/ovs-vswitchd.conf.db.5.gz
> +%doc /usr/share/man/man5/vtep.5.gz
>  %doc /usr/share/man/man8/ovs-appctl.8.gz
>  %doc /usr/share/man/man8/ovs-bugtool.8.gz
>  %doc /usr/share/man/man8/ovs-dpctl.8.gz
> +%doc /usr/share/man/man8/ovs-dpctl-top.8.gz
>  %doc /usr/share/man/man8/ovs-ofctl.8.gz
>  %doc /usr/share/man/man8/ovs-parse-backtrace.8.gz
>  %doc /usr/share/man/man8/ovs-vsctl.8.gz
>  %doc /usr/share/man/man8/ovs-vswitchd.8.gz
>  %doc /usr/share/man/man8/ovs-test.8.gz
>  %doc /usr/share/man/man8/ovs-l3ping.8.gz
> +%doc /usr/share/man/man8/vtep-ctl.8.gz
>  /var/lib/openvswitch
>  /var/log/openvswitch
>  /usr/share/openvswitch/scripts/ovs-ctl
> --
> 1.8.3.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to