Commit bc38e990 authored by Vitaly Lipatov's avatar Vitaly Lipatov

user get_release_number

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