mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-28 01:53:07 +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*
|
-generic*
|
||||||
-GConf2-dbus*
|
-GConf2-dbus*
|
||||||
-bluez-gnome
|
-bluez-gnome
|
||||||
-java-1.8.0-openjdk
|
# Periods cause problems in paterns, so replace with *s
|
||||||
|
-java-1*8*0-openjdk
|
||||||
-community-mysql*
|
-community-mysql*
|
||||||
-jruby*
|
-jruby*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user