From: Michael Schröder Date: Wed, 7 Jan 2009 15:56:12 +0000 (+0000) Subject: - also accept RELEASE\d* for now X-Git-Tag: obs_2.0~294 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98edfe65443bb6c607bd2d8ec2ae4babe78625a9;p=platform%2Fupstream%2Fbuild.git - also accept RELEASE\d* for now --- diff --git a/substitutedeps b/substitutedeps index 3d0e328..ff27e2f 100755 --- a/substitutedeps +++ b/substitutedeps @@ -82,7 +82,7 @@ for my $l (@$xspec) { if ($release) { if ($l =~ /^Release:/i) { - if (!($l =~ s//$release/g)) { + if (!($l =~ s//$release/g)) { if ($l =~ /<(?:CI_CNT|B_CNT)>/) { # XXX: should pass ci_cnt/b_cnt instead if ($release =~ /(\d+)\.(\d+)$/) {