diff options
Diffstat (limited to 'fc24x70.cfg')
-rw-r--r-- | fc24x70.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fc24x70.cfg b/fc24x70.cfg index be2fbcf..528f3a4 100644 --- a/fc24x70.cfg +++ b/fc24x70.cfg @@ -26,6 +26,7 @@ config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="1" +config_opts['environment']['ACCEPT_EULA'] = 'Y' config_opts['yum.conf'] = """ [main] @@ -111,5 +112,11 @@ name=result baseurl=file:/var/lib/mock/fc24x/ enabled=1 +[msprod] +name=msprod +baseurl=https://packages.microsoft.com/rhel/7/prod/ +enabled=1 +includepkgs=msodbcsql + """ |