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()
case "$PKGTYPE" in
rpm)
assure_exists rpm
docmd rpm -q --requires -p $pkg_files
docmd rpm -q --requires -p $pkg_files | grep -v "^rpmlib("
;;
deb)
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