Added mail notifier for fedora-llvm-x86_64 builder
diff --git a/buildbot/osuosl/master/config/status.py b/buildbot/osuosl/master/config/status.py
index ff62a0f..dc9b2cd 100644
--- a/buildbot/osuosl/master/config/status.py
+++ b/buildbot/osuosl/master/config/status.py
@@ -218,6 +218,14 @@
         InformativeMailNotifier(
             fromaddr = "llvm.buildmaster@lab.llvm.org",
             sendToInterestedUsers = True,
+            extraRecipients = ["kkleine@redhat.com"],
+            subject="Build %(builder)s Failure",
+            mode = "failing",
+            builders = ["fedora-llvm-x86_64"],
+            addLogs=False),
+        InformativeMailNotifier(
+            fromaddr = "llvm.buildmaster@lab.llvm.org",
+            sendToInterestedUsers = True,
             extraRecipients = ["labath@google.com"],
             subject="Build %(builder)s Failure",
             mode = "failing",