From 1cc525296d06e7fa6dbba64169c384fce01594a5 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 21 Jan 2019 12:17:03 +0100 Subject: [PATCH] Add a conflict with older gcr versions glib 2.59.0 hash table changes broke gcr versions older than 3.28.1. Add an explicit conflict to make sure dnf updates these in lock step. --- glib2.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glib2.spec b/glib2.spec index 35f5707..5b23eb7 100644 --- a/glib2.spec +++ b/glib2.spec @@ -39,6 +39,9 @@ BuildRequires: python3-devel # for GIO content-type support Recommends: shared-mime-info +# glib 2.59.0 hash table changes broke older gcr versions / password prompts in gnome-shell +Conflicts: gcr < 3.28.1 + %description GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C,