From a92f603efb22e80cecb2b4d96480d514c3921df3 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Aug 13 2022 22:38:59 +0000 Subject: Add rich deps to pull in svg and webp pixbuf loaders (#2112390) Make sure to pull in the required pixbuf loaders for gdk-pixbuf2. https://bugzilla.redhat.com/show_bug.cgi?id=2112390 --- diff --git a/gnome-backgrounds.spec b/gnome-backgrounds.spec index 6aa8a21..abc48ac 100644 --- a/gnome-backgrounds.spec +++ b/gnome-backgrounds.spec @@ -13,6 +13,11 @@ BuildArch: noarch BuildRequires: gettext BuildRequires: meson +# svg pixbuf loader +Requires: (librsvg2 if gdk-pixbuf2) +# webp pixbuf loader +Requires: (webp-pixbuf-loader if gdk-pixbuf2) + %description The gnome-backgrounds package contains the default desktop background, known as the Adwaita background, @@ -87,6 +92,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/locale %changelog * Sat Aug 13 2022 Kalev Lember - 43~beta-1 - Update to 43.beta +- Add rich deps to pull in svg and webp pixbuf loaders (#2112390) * Thu Jul 21 2022 Fedora Release Engineering - 42.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild