#5996: epel-6 buildroot broken dep: gstreamer-plugins-bad-free-0.10.19-3.el6_5 ---------------------+------------------------ Reporter: rdieter | Owner: rel-eng@… Type: task | Status: new Milestone: | Component: epel Keywords: | Blocked By: Blocking: | ---------------------+------------------------ Trying a epel-6 build today, and hit broken dep, {{{ DEBUG util.py:283: Error: Package: gstreamer-plugins-bad- free-0.10.19-3.el6_5.i686 (build) DEBUG util.py:283: Requires: libvpx.so.1 }}}
I think it's because a newer libvpx is included in el6 now. I see in centos6 updates at least, {{{ libvpx-1.3.0-5.el6_5 }}}
but, {{{ koji latest-pkg dist-6E-epel-build libvpx Build Tag Built by ---------------------------------------- -------------------- ---------------- libvpx-0.9.5-2.el6 dist-6E-epel spot }}}
So, I'm guessing libvpx-0.9.5-2.el6 needs to be removed from epel.
#5996: epel-6 buildroot broken dep: gstreamer-plugins-bad-free-0.10.19-3.el6_5 ----------------------+----------------------- Reporter: rdieter | Owner: rel-eng@… Type: task | Status: closed Milestone: | Component: epel Resolution: fixed | Keywords: Blocked By: | Blocking: ----------------------+----------------------- Changes (by ausil):
* resolution: => fixed * status: new => closed
Comment:
the old epel builds were not untagged when epel was blocked so they were showing up in the buildroot
{{{ $ koji unblock-pkg dist-6E-epel libvpx $ koji list-tagged dist-6E-epel libvpx Build Tag Built by ---------------------------------------- -------------------- ---------------- libvpx-0.9.1-3.el6.1 dist-6E-epel spot libvpx-0.9.5-2.el6 dist-6E-epel spot $ koji untag-pkg dist-6E-epel libvpx-0.9.5-2.el6 libvpx-0.9.1-3.el6.1 $ koji block-pkg dist-6E-epel libvpx }}}
rel-eng@lists.fedoraproject.org