diff options
Diffstat (limited to 'fc23xscl71.cfg')
-rw-r--r-- | fc23xscl71.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fc23xscl71.cfg b/fc23xscl71.cfg index 257a915..6cf85d1 100644 --- a/fc23xscl71.cfg +++ b/fc23xscl71.cfg @@ -29,6 +29,7 @@ config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="1" config_opts['macros']['%nophptag']="1" +config_opts['environment']['ACCEPT_EULA'] = 'Y' config_opts['yum.conf'] = """ [main] @@ -115,4 +116,10 @@ name=result-fc23x baseurl=file:/var/lib/mock/fc23x/ enabled=1 +[msprod] +name=msprod +baseurl=https://packages.microsoft.com/rhel/7/prod/ +enabled=1 +includepkgs=msodbcsql + """ |