Commit be707f1b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repack subpackage: require eepm-rpm-build for ALT and /usr/bin/rpm-build for other distros

parent 8c3f65cd
...@@ -50,8 +50,11 @@ Group: System/Configuration/Packaging ...@@ -50,8 +50,11 @@ Group: System/Configuration/Packaging
Requires: %name Requires: %name
# = %EVR # = %EVR
Requires: alien dpkg patchelf p7zip Requires: alien dpkg patchelf p7zip
# preferable eepm-rpm-build %if "%_vendor" == "alt"
#Requires: /usr/bin/rpmbuild Requires: eepm-rpm-build
%else
Requires: /usr/bin/rpmbuild
%endif
%description repack %description repack
This package has requirements needed for using epm repack on ALT 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