Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 0.8.4-1 - update to 0.8.4 - fix alsa09 plugin to work with alsa-1.0.0pre
8 lines
191 B
Bash
Executable File
8 lines
191 B
Bash
Executable File
#!/bin/sh
|
|
|
|
filelist=`sed "s/['\"]/\\\&/g"`
|
|
|
|
{ echo $filelist | tr [:blank:] \\n | /usr/lib/rpm/find-requires | \
|
|
grep -v artsc | grep -v esd | grep -v audiofile | grep -v asound
|
|
} | sort -u
|