Commit 7eec830f authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbps: disable rpmcs call for other systems (eterbug #13034)

parent 0cbd7162
...@@ -130,7 +130,8 @@ if [ "$PKGVENDOR" = "alt" ] ; then ...@@ -130,7 +130,8 @@ if [ "$PKGVENDOR" = "alt" ] ; then
fi fi
else else
# All non ALT Linux distros # All non ALT Linux distros
docmd $ETERBUILDBIN/rpmcs --skip-reqs $SPECNAME # disabled by Lav https://bugs.etersoft.ru/show_bug.cgi?id=13034
# docmd $ETERBUILDBIN/rpmcs --skip-reqs $SPECNAME
BUILDREQ="BuildRequires:" BUILDREQ="BuildRequires:"
# Korinf hack # Korinf hack
......
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