Apply threaded glob() crash work-around
[Fedora-Rebuild.git] / bin / getperlsourcenames
blob79b8a27fa66285d26c6ac97f80e49ff6b8e343f5
1 #!/bin/sh
2 # Get list of base names of source packages that produce perl package
3 repoquery --exactdeps \
4 --whatrequires 'perl(:MODULE_COMPAT_*)' \
5 --qf '%{sourcerpm}' "$@" | \
6 sed 's/\(-[^-]*\)\{2\}$//' | \
7 sort -u