From 98edfe65443bb6c607bd2d8ec2ae4babe78625a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20Schr=C3=B6der?= Date: Wed, 7 Jan 2009 15:56:12 +0000 Subject: [PATCH] - also accept RELEASE\d* for now --- substitutedeps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+)$/) { -- 2.7.4