From c25bfe74ecd201c2e8f318f89060d6650ade6f90 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 8 Feb 2022 18:32:04 +0100 Subject: [PATCH] Disable the lockdown backend, which depends on GNOME ... and has an identical implementation in xdg-desktop-portal-gnome. Fallout from bf54024610e51d558b2993102f29880358030648 https://src.fedoraproject.org/rpms/xdg-desktop-portal-gtk/pull-request/3 --- xdg-desktop-portal-gtk.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xdg-desktop-portal-gtk.spec b/xdg-desktop-portal-gtk.spec index 5cc8fb6..ad5a815 100644 --- a/xdg-desktop-portal-gtk.spec +++ b/xdg-desktop-portal-gtk.spec @@ -3,7 +3,7 @@ Name: xdg-desktop-portal-gtk Version: 1.12.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Backend implementation for xdg-desktop-portal using GTK+ License: LGPLv2+ @@ -44,6 +44,7 @@ A backend implementation for xdg-desktop-portal that is using GTK+. --enable-appchooser \ --enable-settings \ --disable-background \ + --disable-lockdown \ --disable-screencast \ --disable-screenshot \ --disable-wallpaper @@ -74,6 +75,9 @@ A backend implementation for xdg-desktop-portal that is using GTK+. %changelog +* Tue Feb 08 2022 Debarshi Ray - 1.12.0-3 +- Disable the lockdown backend, which depends on GNOME + * Sat Jan 22 2022 Fedora Release Engineering - 1.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild