From 7cb12d79d3c23319198252ca98191231ef2838d3 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 8 Nov 2022 18:41:35 +0100 Subject: [PATCH] Also skip gnome-pwa-list-foss.xml when building without WebApps --- gnome-software.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnome-software.spec b/gnome-software.spec index 7670999..6db479d 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -21,7 +21,7 @@ Name: gnome-software Version: 43.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A software center for GNOME License: GPLv2+ @@ -202,7 +202,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_sysconfdir}/xdg/autostart/org.gnome.Software.desktop %dir %{_datadir}/swcatalog %dir %{_datadir}/swcatalog/xml +%if %{with_webapps} %{_datadir}/swcatalog/xml/gnome-pwa-list-foss.xml +%endif %{_datadir}/swcatalog/xml/org.gnome.Software.Curated.xml %{_datadir}/swcatalog/xml/org.gnome.Software.Featured.xml %{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service @@ -226,6 +228,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_datadir}/gtk-doc/html/gnome-software/ %changelog +* Tue Nov 08 2022 Milan Crha - 43.1-3 +- Also skip gnome-pwa-list-foss.xml when building without WebApps + * Tue Nov 08 2022 Milan Crha - 43.1-2 - Disable WebApps for RHEL builds