Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 690654 Details for
Bug 903686
mockchain complains about macros entry in epel-5-* configs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
make epel-5-* config files safe to eval
epel-5-config-fix.patch (text/plain), 1.64 KB, created by
Clark Williams
on 2013-01-30 22:57:50 UTC
(
hide
)
Description:
make epel-5-* config files safe to eval
Filename:
MIME Type:
Creator:
Clark Williams
Created:
2013-01-30 22:57:50 UTC
Size:
1.64 KB
patch
obsolete
>diff --git a/etc/mock/epel-5-i386.cfg b/etc/mock/epel-5-i386.cfg >index f996b3e..a8b03ed 100644 >--- a/etc/mock/epel-5-i386.cfg >+++ b/etc/mock/epel-5-i386.cfg >@@ -3,6 +3,7 @@ config_opts['target_arch'] = 'i386' > config_opts['legal_host_arches'] = ('i386', 'i586', 'i686', 'x86_64') > config_opts['chroot_setup_cmd'] = 'install buildsys-build' > config_opts['dist'] = 'el5' # only useful for --resultdir variable subst >+if not config_opts.has_key('macros'): config_opts['macros'] = {} > config_opts['macros']['%__arch_install_post'] = '%{nil}' > > config_opts['yum.conf'] = """ >diff --git a/etc/mock/epel-5-ppc.cfg b/etc/mock/epel-5-ppc.cfg >index 2d1c82e..095a116 100644 >--- a/etc/mock/epel-5-ppc.cfg >+++ b/etc/mock/epel-5-ppc.cfg >@@ -3,6 +3,7 @@ config_opts['target_arch'] = 'ppc' > config_opts['legal_host_arches'] = ('ppc', 'ppc64') > config_opts['chroot_setup_cmd'] = 'install buildsys-build' > config_opts['dist'] = 'el5' # only useful for --resultdir variable subst >+if not config_opts.has_key('macros'): config_opts['macros'] = {} > config_opts['macros']['%__arch_install_post'] = '%{nil}' > > config_opts['yum.conf'] = """ >diff --git a/etc/mock/epel-5-x86_64.cfg b/etc/mock/epel-5-x86_64.cfg >index f78200e..0f59da5 100644 >--- a/etc/mock/epel-5-x86_64.cfg >+++ b/etc/mock/epel-5-x86_64.cfg >@@ -3,6 +3,7 @@ config_opts['target_arch'] = 'x86_64' > config_opts['legal_host_arches'] = ('x86_64',) > config_opts['chroot_setup_cmd'] = 'install buildsys-build' > config_opts['dist'] = 'el5' # only useful for --resultdir variable subst >+if not config_opts.has_key('macros'): config_opts['macros'] = {} > config_opts['macros']['%__arch_install_post'] = '%{nil}' > > config_opts['yum.conf'] = """
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 903686
: 690654