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.
This commit is contained in:
Bruno Wolff III 2013-07-05 22:26:14 -05:00
parent b0d3bb2b25
commit bf294a002c
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror
-generic*
-GConf2-dbus*
-bluez-gnome
-java-1.8.0-openjdk
# Periods cause problems in paterns, so replace with *s
-java-1*8*0-openjdk
-community-mysql*
-jruby*