bf294a0 Fix excluding java-1.8.0-openjdk

Authored and Committed by bruno 10 years ago
    Fix excluding java-1.8.0-openjdk
    
    The periods in java-1.8.0-openjdk appear to cause a problem
    with the exclude pattern matching. Using *s instead excludes
    java-1.8.0-openjdk, but not java-1.7.0-openjdk.
    
        
file modified
+2 -1