5ce88f2 Append a '-' to the name provided when searching packages by their source name

Authored and Committed by pingou 4 years ago
    Append a '-' to the name provided when searching packages by their source name
    
    This way the LIKE query that is done will match <foo>- rather than all
    the packages starting with <foo> (which may results in foo1 being returned
    instead of foo).
    
    Fixes https://pagure.io/mdapi/issue/96
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+1 -1