]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-find-php-requires
- this one is dead
[packages/rpm.git] / rpm-find-php-requires
index 7b289a10ad2c7b9c934cb12d5953aa865caaa3e0..20c750252621782210d1734ee12d28ffc47f1fb5 100644 (file)
@@ -25,5 +25,7 @@ if [ -f __rpm_noautoreqdep ] ; then
        done
 fi
 
+requires_mod="`LC_ALL=C rpm -q --whatprovides --qf "%{NAME}\n"  $requires_php_t 2>/dev/null`"
 echo "$requires
-$requires_php"| grep -v "no package provides" | sort -u
+$requires_php
+$requires_mod"| grep -v "no package provides" | sort -u
This page took 0.029585 seconds and 4 git commands to generate.