Description of problem: glogg has incomplete build requirement for qt-devel On rhel6 there are two packages providing qt-devel, qt3-devel and qt-devel. With rhel6 yum qt3-devel is installed to build root and build fails. Changing spec to require qt-devel > 1:4.0 build will work. Note, qt package has epoch 1 which must be included in this requirement. diff --git a/glogg.spec b/glogg.spec index 6994ab4..0373182 100644 --- a/glogg.spec +++ b/glogg.spec @@ -17,7 +17,7 @@ BuildRequires: boost-devel BuildRequires: desktop-file-utils BuildRequires: hicolor-icon-theme BuildRequires: python-markdown2 -BuildRequires: qt-devel +BuildRequires: qt-devel > 1:4.0 %description
Thanks for pointing this out. But how it happened that it succeeded on koji[1] for both x86_64 and x86? [1] http://koji.fedoraproject.org/koji/buildinfo?buildID=512966
glogg-0.9.2-2.el6.1 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/glogg-0.9.2-2.el6.1
Package glogg-0.9.2-2.el6.1: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing glogg-0.9.2-2.el6.1' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1374/glogg-0.9.2-2.el6.1 then log in and leave karma (feedback).
glogg-0.9.2-2.el6.1 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.