This has been present in the pyparted repo ever since it was converted from CVS off elvis.redhat.com. There is a bogus tag that git hates: pyparted-1.7.2-1%{?dist}. It chokes and displays error messages, but otherwise the repo appears to work fine.
I can't delete the tag because it's not there. There is a bogus reference to it. The exact error I get is:
error: * Ignoring funny ref 'refs/tags/pyparted-1.7.2-1%{?dist}' locally error: no such remote ref refs/tags/pyparted-1.7.2-1%{?dist} error: Could not fetch origin
I imagine there's some black magic that can be performed on the server side and manual editing of the repo to remove this reference, but I'm not that skilled in git. Also, I don't have the ability to ssh in to git.fedorahosted.org.
Ideas? Solutions?
Fixed.
I simply had to delete the bad tag against the bare repo. :)
Let me know if you spot any problems or issues with it.