https://bugzilla.redhat.com/show_bug.cgi?id=1569333
Kevin Fenzi kevin@scrye.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #2 from Kevin Fenzi kevin@scrye.com --- ok. I think this is because we pull in florence, which in turn needs gnome-control-center, which in turn pulls in gnome-settings-daemon, which in turn in comps:
https://pagure.io/fedora-comps/blob/master/f/comps-f28.xml.in#_3240
<packagereq type="conditional" requires="gnome-settings-daemon">imsettings-gsettings</packagereq>
<packagereq type="conditional" requires="lxde-common">imsettings-lxde</packagereq>
<packagereq type="conditional" requires="mate-settings-daemon">imsettings-mate</packagereq>
<packagereq type="conditional" requires="qt">imsettings-qt</packagereq>
<packagereq type="conditional" requires="xfce4-panel">imsettings-xfce</packagereq>
it seems to have used the first conditional.
So, will make a PR to drop florence and see if that fixes it.
i18n-bugs@lists.fedoraproject.org