[Fedora-spins] [spin-kickstarts] Fix excluding java-1.8.0-openjdk

Bruno Wolff III bruno at fedoraproject.org
Sat Jul 6 03:33:15 UTC 2013


commit bf294a002ca56fad45f0ddf8db3cbbd7757588aa
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Fri Jul 5 22:26:14 2013 -0500

    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.

 fedora-install-fedora.ks |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/fedora-install-fedora.ks b/fedora-install-fedora.ks
index 457a64b..f630b1e 100644
--- a/fedora-install-fedora.ks
+++ b/fedora-install-fedora.ks
@@ -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*
 


More information about the spins mailing list