Your package php-pear-Auth-OpenID failed to build from source in current rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=4975656 Build logs: root.log: http://kojipkgs.fedoraproject.org/work/tasks/5656/4975656/root.log build.log: http://kojipkgs.fedoraproject.org/work/tasks/5656/4975656/build.log state.log: http://kojipkgs.fedoraproject.org/work/tasks/5656/4975656/state.log NOTE: build logs are cleaned up after 1 week For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Fixed. Thanks.
I'm curious, what was the problem/solution? The build.log is 404 now. Apologies for not getting to this sooner but I was buried.
Basically a one-liner... :) -rm -rf %{buildroot}%{pear_phpdir}/.??* +rm -rf %{buildroot}%{pear_metadir}/.??* The macro changed. ;)