[ovs-dev] [PATCH] rhel: add missing man to ovs fedora spec file

Roi Dayan roi.dayan at gmail.com
Wed May 30 08:33:34 UTC 2018


On Tue, May 29, 2018, 17:54 Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
wrote:

> Fix following compilation error running 'make rpm-fedora'
>
> error: Installed (but unpackaged) file(s) found:
>    /usr/share/man/man1/ovs-sim.1.gz
>
> RPM build errors:
>     Installed (but unpackaged) file(s) found:
>    /usr/share/man/man1/ovs-sim.1.gz
> make: *** [Makefile:7049: rpm-fedora] Error 1
>
> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
> ---
>  rhel/openvswitch-fedora.spec.in | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/
> openvswitch-fedora.spec.in
> index 64a87a793..997ee662c 100644
> --- a/rhel/openvswitch-fedora.spec.in
> +++ b/rhel/openvswitch-fedora.spec.in
> @@ -567,6 +567,7 @@ fi
>  %{_mandir}/man1/ovsdb-client.1*
>  %{_mandir}/man1/ovsdb-server.1*
>  %{_mandir}/man1/ovsdb-tool.1*
> +%{_mandir}/man1/ovs-sim.1*
>  %{_mandir}/man5/ovsdb-server.5*
>  %{_mandir}/man5/ovs-vswitchd.conf.db.5*
>  %{_mandir}/man5/ovsdb.5*
> --
> 2.14.3
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev


The fix should be to ignore ovs-sim.1 from being installed to the temp
folder.
The ovs-sim utility is not part of the rpm package.



>


More information about the dev mailing list