mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-04 23:54:21 +00:00
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:
parent
b0d3bb2b25
commit
bf294a002c
@ -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*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user