From 3b0a13cb6d06024e240c6149eadf486b686611a3 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 12 Jun 2018 09:54:40 -0400 Subject: [PATCH] Update Supplements to also install when snapd is installed --- xdg-desktop-portal-gtk.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xdg-desktop-portal-gtk.spec b/xdg-desktop-portal-gtk.spec index 53ad64f..82d452e 100644 --- a/xdg-desktop-portal-gtk.spec +++ b/xdg-desktop-portal-gtk.spec @@ -3,7 +3,7 @@ Name: xdg-desktop-portal-gtk Version: 0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Backend implementation for xdg-desktop-portal using GTK+ License: LGPLv2+ @@ -18,8 +18,8 @@ BuildRequires: systemd Requires: dbus Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version} %if 0%{?fedora} -# Use rich deps to pull in this package when flatpak and gtk3 are both installed -Supplements: (flatpak and gtk3) +# Use rich deps to pull in this package when gtk3 and flatpak (or snapd) are both installed +Supplements: (gtk3 and (flatpak or snapd)) %endif %description @@ -61,6 +61,9 @@ org.gnome.SessionManager D-Bus interfaces. %changelog +* Tue Jun 12 2018 Neal Gompa - 0.11-2 +- Update Supplements to also install when snapd is installed + * Wed Apr 25 2018 David King - 0.11-1 - Update to 0.11 (#1545226)