From d5a6425f9abe362c26e14a462593ecfef2436c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Sun, 2 Aug 2020 22:48:36 +0200 Subject: [PATCH] spec: Explicitly call %meson_build in the %build section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- libosinfo.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libosinfo.spec b/libosinfo.spec index d1b15b6..695f7cb 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -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