https://bugzilla.redhat.com/show_bug.cgi?id=1187077
André Rainho arainho.it@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arainho.it@gmail.com
--- Comment #7 from André Rainho arainho.it@gmail.com --- You can solve it running "yum clean all" before the "yum update" I my case i add it on a Dockerfile
FROM fedora:21 RUN yum clean all && yum update -y && yum upgrade -y