From 74816671ac9b7e6fa937311a01e55850df7ab6eb Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Sun, 24 Jan 2016 16:50:57 +0100
Subject: el6 mock config, Workaround for https://bugzilla.redhat.com/1301358

---
 mock/el6xscl54.cfg | 2 ++
 mock/el6xscl55.cfg | 2 ++
 mock/el6xscl56.cfg | 2 ++
 mock/el6xscl70.cfg | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/mock/el6xscl54.cfg b/mock/el6xscl54.cfg
index 578ccc1..f416cb7 100644
--- a/mock/el6xscl54.cfg
+++ b/mock/el6xscl54.cfg
@@ -73,6 +73,8 @@ failovermethod=priority
 name=epel
 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=x86_64
 failovermethod=priority
+# Workaround for https://bugzilla.redhat.com/1301358
+exclude=epel-rpm-macros
 
 [testing]
 name=epel-testing
diff --git a/mock/el6xscl55.cfg b/mock/el6xscl55.cfg
index 86bd431..fbf7b8c 100644
--- a/mock/el6xscl55.cfg
+++ b/mock/el6xscl55.cfg
@@ -73,6 +73,8 @@ failovermethod=priority
 name=epel
 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=x86_64
 failovermethod=priority
+# Workaround for https://bugzilla.redhat.com/1301358
+exclude=epel-rpm-macros
 
 [testing]
 name=epel-testing
diff --git a/mock/el6xscl56.cfg b/mock/el6xscl56.cfg
index 9a26a9f..a62c3e8 100644
--- a/mock/el6xscl56.cfg
+++ b/mock/el6xscl56.cfg
@@ -73,6 +73,8 @@ failovermethod=priority
 name=epel
 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=x86_64
 failovermethod=priority
+# Workaround for https://bugzilla.redhat.com/1301358
+exclude=epel-rpm-macros
 
 [testing]
 name=epel-testing
diff --git a/mock/el6xscl70.cfg b/mock/el6xscl70.cfg
index 927b3af..54a4bff 100644
--- a/mock/el6xscl70.cfg
+++ b/mock/el6xscl70.cfg
@@ -73,6 +73,8 @@ failovermethod=priority
 name=epel
 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=x86_64
 failovermethod=priority
+# Workaround for https://bugzilla.redhat.com/1301358
+exclude=epel-rpm-macros
 
 [testing]
 name=epel-testing
-- 
cgit