Update Supplements to also install when snapd is installed

This commit is contained in:
Neal Gompa 2018-06-12 09:54:40 -04:00
parent c3247a3000
commit 3b0a13cb6d
1 changed files with 6 additions and 3 deletions

View File

@ -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 <ngompa13@gmail.com> - 0.11-2
- Update Supplements to also install when snapd is installed
* Wed Apr 25 2018 David King <amigadave@amigadave.com> - 0.11-1
- Update to 0.11 (#1545226)