>     $ rpm -q --whatrequires libarchive
>     no package requires libarchive

This does the trick for me:
rpm -q --whatrequires $(rpm -q --provides libarchive | awk '{print $1}')

Dridi
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to