From a1fcd5b5ba5f7454925f10e066640ab61399c6d6 Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Mon, 20 Sep 2021 21:19:08 +0200 Subject: [PATCH] Use appstreamcli instead of appstream-util https://github.com/hughsie/appstream-glib/issues/418#issuecomment-923831944 --- mixxx.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mixxx.spec b/mixxx.spec index 3470078..0887470 100644 --- a/mixxx.spec +++ b/mixxx.spec @@ -194,9 +194,9 @@ rm -rf \ %endif # Validate AppStream data -appstream-util \ - validate-relax \ - --nonet \ +appstreamcli \ + validate \ + --no-net \ %{buildroot}%{_metainfodir}/%{name}.metainfo.xml