Bug 23476

Summary: too wide pattern in GB_REPO_REL_SUFF_MUST_NOT affects existing innocent packages.
Product: Infrastructure Reporter: viy <viy>
Component: girarAssignee: Dmitry V. Levin <ldv>
Status: CLOSED FIXED QA Contact: Mikhail Gusarov <dottedmag>
Severity: normal    
Priority: P3    
Version: unspecified   
Hardware: all   
OS: Linux   
URL: http://git.altlinux.org/tasks/24462/task/log

Description viy 2010-05-13 22:07:55 MSD
too wide GB_REPO_REL_SUFF_MUST_NOT:
should be *.M[4-9][0-9]*, not *.M[4-9]*

reason: *.M[4-9]* covers pretty legal .M4, which is Milestone 4 and
can't be misinterpreted as *.M[4-9][0-9]* which is our 
current scheme for M4x, M50, M51, M50P.

http://git.altlinux.org/tasks/24462/task/log
#1 build mina-2.0.0-alt1_0.M4.1jpp5.src.rpm
2010-May-12 20:46:54 :: [x86_64] #1 mina-2.0.0-alt1_0.M4.1jpp5.src.rpm: build OK
2010-May-12 20:47:00 :: [i586] #1 mina-2.0.0-alt1_0.M4.1jpp5.src.rpm: build OK
2010-May-12 20:47:04 :: #1: mina-2.0.0-alt1_0.M4.1jpp5.src.rpm: release name
+alt1_0.M4.1jpp5 contains *.M[4-9]* suffix
2010-May-12 20:47:04 :: build check FAILED for #1
2010-May-12 20:47:04 :: task #24462 for sisyphus FAILED
Comment 1 Dmitry V. Levin 2010-05-17 01:14:40 MSD
Fixed, thanks.
Comment 2 viy 2010-05-17 14:40:17 MSD
thanks!