Ismail Dönmez 2020-05-28 07:04:24 +00:00 committed by Git OBS Bridge
parent 123ac4065c
commit d1c16d9346

@ -42,8 +42,12 @@ REQUIRES=$(
(START==1) && /^\tName=/ {
sub(/Name=/, "", $1);
LIBNAME=$1
print "mono(" LIBNAME ") = " VERSION
# Allow rpm deps to be resolved for 1.0 profile version
if (VERSION=="1.0.3300.0")
OP=">="
else
OP="="
print "mono(" LIBNAME ") " OP " " VERSION
START=0
}
') 2> /dev/null