Hi! On Tue, 2014-04-08 at 18:30 +0400, Pavel Alexeev wrote: > Packages for rebuild: > $ repoquery --repoid=rawhide --whatrequires --alldeps ImageMagick\* | > fgrep -v 'ImageMagick-' | sort -u As Michael Schwendt already pointed out, your query missed some packages that need rebuilding (BTW, I noticed this because my package, techne, was not listed on your list). Comparing: repoquery --whatrequires 'libMagick*.so.*' --repoid=rawhide --source --qf '%{name}' | sed 's!-[^-]\+-[^-]\+\.src\.rpm$!!g' | sort -u to: repoquery --whatrequires 'ImageMagick*' --repoid=rawhide --source --qf '%{name}' | sed 's!-[^-]\+-[^-]\+\.src\.rpm$!!g' | sort -u revealed that the first command catches some packages that the second command doesn't. These are: ale imageinfo php-magickwand php-pecl-imagick psiconv q ripright techne But it also goes the other way around. The second command catches a lot more packages that the first one. These are: a2ps anyremote caja-extensions c-graph dblatex epix fbida freewrl fvwm gallery2 ... Best regards, Tadej -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct