repo.or.cz
/
Fedora-Rebuild.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Apply threaded glob() crash work-around
[Fedora-Rebuild.git]
/
bin
/
getperlsourcenames
blob
79b8a27fa66285d26c6ac97f80e49ff6b8e343f5
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