b15aaa7 ruby.rpmlintrc: Remove prefix match.

1 file Authored by jaruga 2 years ago, Committed by jackorp 2 years ago,
    ruby.rpmlintrc: Remove prefix match.
    
    A result of ruby.spec file depends on how the spec file is called by rpmlint.
    
    ```
    $ rpmlint ruby.spec
    ruby.spec:20: E: use-of-RPM_SOURCE_DIR
    ..
    0 packages and 1 specfiles checked; 3 errors, 4 warnings.
    
    $ rpmlint ./ruby.spec
    ./ruby.spec:20: E: use-of-RPM_SOURCE_DIR
    ..
    0 packages and 1 specfiles checked; 3 errors, 4 warnings.
    ```
    
        
file modified
+5 -5