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:
parent
b1c159535b
commit
d5a6425f9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user