Commit 76476095 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmreqs: drop (VERSION) only for lib*

parent 44899194
......@@ -19,7 +19,7 @@ fi
# moved from aptU
get_rpm_package_requires()
{
rpmquery --requires $@ | cut -f1 -d" " | sed -e "s|(.*[0-9])||g" | grep -v "^rpmlib" | sort -u
rpmquery --requires $@ | cut -f1 -d" " | sed -e "s|\(^lib.*\)(.*[0-9])|\1|g" | grep -v "^rpmlib" | sort -u
}
filter_pkgname()
......
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