Commit 39e63cf4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm requires: filter out rpmlib(* for rpm

parent 9ab65e8d
...@@ -30,7 +30,7 @@ epm_requires_files() ...@@ -30,7 +30,7 @@ epm_requires_files()
case "$PKGTYPE" in case "$PKGTYPE" in
rpm) rpm)
assure_exists rpm assure_exists rpm
docmd rpm -q --requires -p $pkg_files docmd rpm -q --requires -p $pkg_files | grep -v "^rpmlib("
;; ;;
deb) deb)
assure_exists dpkg assure_exists dpkg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment