Description of problem: Upstream supports both qt5 and qt4, but package only supports qt4 Actual results: Only qconf-qt4 available Expected results: qconf-qt5 and qconf-qt4 available Additional info: The configure script in qconf allows for the --qtselect=[N] flag, which allows to choose the Qt release to use (4 or 5)
The binary is indeed named as qconf-qt4 with help from a patch but it's linked against Qt5 libraries, this may be the confusing part. It can be used independently for both qt4 and qt5 because it reads XML to generate a configure script. The main purpose is to build psi and psi-plus. When we remove the mentioned patch, those won't build any more and need fixes.
Ok. Thanks.
*** This bug has been marked as a duplicate of bug 1234217 ***
qconf binary name has allready used by another package. So we can't use it. Maybe we can use symlink with name 'qconf-qt5' or 'qconf-qt' to avoid future 'notabug' bugreports. $ dnf provides /usr/bin/qconf Last metadata expiration check performed 2:50:22 ago on Sat Jan 7 11:05:33 2017. gridengine-2011.11p1-23.fc22.i686 : Grid Engine - Distributed Computing Management software Repo : fedora gridengine-2011.11p1-23.fc22.x86_64 : Grid Engine - Distributed Computing Management software Repo : fedora
https://bugzilla.redhat.com/show_bug.cgi?id=676129#c23
I added qconf-qt5 hard link to avoid extra questions.
(In reply to Ivan Romanov from comment #6) > I added qconf-qt5 hard link to avoid extra questions. IMHO that's the best solution ATM in concern of all known issues. Thanks!
@Daniele Please try the update: https://bodhi.fedoraproject.org/updates/FEDORA-2017-0f6e0e4159