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.
This commit is contained in:
Kalev Lember 2019-01-21 12:17:03 +01:00
parent 9f7e13d0db
commit 1cc525296d
1 changed files with 3 additions and 0 deletions

View File

@ -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,