Blame SOURCES/filter-provides-mrtg.sh

64137f
#!/bin/sh
64137f
64137f
/usr/lib/rpm/find-provides "$@" | grep -v 'perl(\(SNMP_util\|SNMP_Session\|BER\|SNMPv1_Session\|SNMPv2c_Session\))'
64137f
exit 0