diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-01-24 16:50:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-01-24 16:50:57 +0100 |
commit | 4a1d92cee5b05e39339760498a284327664e2fb8 (patch) | |
tree | c7fc801532d38012a31a0b497fef198243674613 | |
parent | 5a2b85c664598aa6e893d2267df89e4b58322301 (diff) |
el6 mock config, Workaround for https://bugzilla.redhat.com/1301358
-rw-r--r-- | el6xscl54.cfg | 2 | ||||
-rw-r--r-- | el6xscl55.cfg | 2 | ||||
-rw-r--r-- | el6xscl56.cfg | 2 | ||||
-rw-r--r-- | el6xscl70.cfg | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/el6xscl54.cfg b/el6xscl54.cfg index 578ccc1..f416cb7 100644 --- a/el6xscl54.cfg +++ b/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/el6xscl55.cfg b/el6xscl55.cfg index 86bd431..fbf7b8c 100644 --- a/el6xscl55.cfg +++ b/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/el6xscl56.cfg b/el6xscl56.cfg index 9a26a9f..a62c3e8 100644 --- a/el6xscl56.cfg +++ b/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/el6xscl70.cfg b/el6xscl70.cfg index 927b3af..54a4bff 100644 --- a/el6xscl70.cfg +++ b/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 |