From bf294a002ca56fad45f0ddf8db3cbbd7757588aa Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Fri, 5 Jul 2013 22:26:14 -0500 Subject: [PATCH] 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 file changed, 2 insertions(+), 1 deletion(-) 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*