Commit bc38e990 authored by Vitaly Lipatov's avatar Vitaly Lipatov

user get_release_number

parent 167ff50b
......@@ -20,8 +20,7 @@ alt_tolocal()
local SPECNAME
SPECNAME=$1
# get current release number
BASERELEASE=$(get_release $SPECNAME | sed -e "s/alt//" | sed -e "s/%{_vendor}//" | sed -e "s/eter//" | sed -e "s/%_vendor//")
BASERELEASE=$(get_release_number $SPECNAME)
# Set buildreq
if [ "$VENDOR" = "alt" ] ; then
......
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