Commit 26a132a2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: do not add rpm-build-compat buildreq to backported specs

parent 67b4ed4d
......@@ -30,7 +30,8 @@ echo "Converting spec $SPECNAME to $MDISTR..."
# Set buildreq
if [ "$VENDOR" = "alt" ] ; then
BUILDREQ="BuildRequires: rpm-build-compat >= 0.95"
#BUILDREQ="BuildRequires: rpm-build-compat >= 0.95"
BUILDREQ=
# Change release according to alt policy with extensions
# General rule: alwars alt(N-1).MM.(N)
set_release $SPECNAME $(get_txtrelease $SPECNAME)$(decrement_release $BASERELEASE).$MDISTR.$BASERELEASE
......
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