Your package gparted failed to build from source in current rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=12821582 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Created attachment 1124831 [details] build.log
Created attachment 1124832 [details] root.log
Created attachment 1124833 [details] state.log
See <https://bugzilla.gnome.org/show_bug.cgi?id=756035#c4>. A simple, but not thoroughly correct, fix is to make %{_datadir}/pixmaps/gparted.png conditional on %if 0%{?fedora} < 24.
(In reply to Yaakov Selkowitz from comment #4) > See <https://bugzilla.gnome.org/show_bug.cgi?id=756035#c4>. A simple, but > not thoroughly correct, fix is to make %{_datadir}/pixmaps/gparted.png > conditional on %if 0%{?fedora} < 24. Looking at the build logs, that's exactly what I was thinking ... I'll push that now and if there is a better fix I can update the package later.
nonamedotc's gparted-0.25.0-3.fc24 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=736466
(In reply to Mukundan Ragavan from comment #5) > I'll push that now and if there is a better fix I can update the package > later. FWIW, the proper fix for this is now upstream: https://git.gnome.org/browse/gparted/commit/?id=ff9aeb809277b03c2d46fb16985933cf4adae061 You'd have to BR: autoconf automake libtool, apply that patch then run autoreconf -fiv in %setup, and remove %{_datadir}/pixmaps/gparted.png from %files entirely. Or, just wait for the next version and do just the last step.
Thanks Yaakov. I will see if there is a new version that's planned ... if that's going to take a while I will push this as a patch instead.