From 1e2c0b7474885bf58b1e63ba6373ee9ad3f6e47f Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 16 Jun 2022 11:18:32 +0100 Subject: [PATCH] Filter private libraries from Provides --- gnome-software.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnome-software.spec b/gnome-software.spec index e2ed0ec..102f7d1 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -14,9 +14,11 @@ %global tarball_version %%(echo %{version} | tr '~' '.') +%global __provides_exclude_from ^%{_libdir}/%{name}/plugins-%{gs_plugin_version}/.*\\.so.*$ + Name: gnome-software Version: 42.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A software center for GNOME License: GPLv2+ @@ -200,6 +202,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_datadir}/gtk-doc/html/gnome-software %changelog +* Thu Jun 16 2022 David King - 42.2-3 +- Filter private libraries from Provides + * Mon Jun 13 2022 Milan Crha - 42.2-2 - Add patch for crash under gs_flatpak_refine_app_unlocked()