From 7069f5cd7375e4a1eb71ffe39233ad1faf791011 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 20 May 2021 13:39:39 +0200 Subject: [PATCH] Add missing bundled(libgd) provides statement See: https://fedoraproject.org/wiki/Bundled_Libraries --- nautilus.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nautilus.spec b/nautilus.spec index b38576c..a5a3d3f 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -6,7 +6,7 @@ Name: nautilus Version: 40.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: File manager for GNOME License: GPLv3+ @@ -53,6 +53,8 @@ Requires: %{name}-extensions%{_isa} = %{version}-%{release} # For the org.freedesktop.Tracker3.Miner.Files GSettings schema. Requires: tracker3-miners +Provides: bundled(libgd) + %description Nautilus is the file manager and graphical shell for the GNOME desktop that makes it easy to manage your files and the rest of your system. @@ -145,6 +147,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop %doc %{_datadir}/gtk-doc/html/libnautilus-extension/ %changelog +* Thu May 20 2021 Ondrej Holy - 40.1-3 +- Add missing bundled(libgd) provides statement + * Thu May 06 2021 Kalev Lember - 40.1-2 - Backport upstream fix to keep working directory when executing programs