Commit c36034fd authored by Vitaly Lipatov's avatar Vitaly Lipatov

require /usr/bin/rpmbuild, not rpm-build package

parent 285a93b1
......@@ -184,7 +184,7 @@ __epm_repack_to_rpm()
# install epm-repack for static (package based) dependencies
assure_exists fakeroot || fatal
assure_exists alien || fatal
assure_exists rpmbuild rpm-build || fatal
assure_exists /usr/bin/rpmbuild || fatal
# TODO: improve
if echo "$pkgs" | grep -q "\.deb" ; then
......
......@@ -37,7 +37,8 @@ See detailed description here: http://wiki.etersoft.ru/EPM
Summary: Etersoft EPM package manager (repack requirements)
Group: System/Configuration/Packaging
Requires: %name = %EVR
Requires: fakeroot alien rpm-build dpkg
Requires: fakeroot alien dpkg
Requires: /usr/bin/rpmbuild
%description repack
This package has requirements needed for using epm repack on ALT
......
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