spec: Explicitly call %meson_build in the %build section

It was never needed before as the %meson_install macro would perform a
project rebuild. However, most recent versions of meson have changed the
%meson_install macro to use `--no-rebuild`, exposing then this issue on
our spec file.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
Fabiano Fidêncio 2020-08-02 22:48:36 +02:00
parent b1c159535b
commit d5a6425f9a

View File

@ -58,6 +58,7 @@ Libraries, includes, etc. to compile with the libosinfo library
-Denable-tests=true \
-Denable-introspection=enabled \
-Denable-vala=enabled
%meson_build
%install
%meson_install