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