Line 8: |
Line 8: |
| | | |
| 4. Add "smeserver-10-x86_64-base.cfg" to /etc/mock:<syntaxhighlight> | | 4. Add "smeserver-10-x86_64-base.cfg" to /etc/mock:<syntaxhighlight> |
| + | |
| config_opts['package_manager'] = 'yum' | | config_opts['package_manager'] = 'yum' |
| config_opts['use_nspawn'] = False | | config_opts['use_nspawn'] = False |
| + | |
| + | # see bugs https://bugzilla.redhat.com/show_bug.cgi?id=2076847 and https://bugzilla.redhat.com/show_bug.cgi?id=2076847 |
| + | config_opts['plugin_conf']["copy_enable"] = True |
| + | config_opts['plugin_conf']['copy_opts']= { |
| + | 'files': [ ("/etc/mock/perl.prov", "/usr/lib/rpm/redhat/perl.prov"), |
| + | ("/etc/mock/perl.prov", "/usr/lib/rpm/perl.prov"), |
| + | ], |
| + | } |
| | | |
| config_opts['root'] = 'smeserver-10-x86_64' | | config_opts['root'] = 'smeserver-10-x86_64' |
Line 46: |
Line 55: |
| exclude=buildsys-macros | | exclude=buildsys-macros |
| | | |
| + | [smeos] |
| + | name=smeos |
| + | baseurl=http://buildsys.koozali.org/build/10/smeos/x86_64 |
| + | exclude=buildsys-macros |
| + | |
| + | [smeupdates] |
| + | name=smeupdates |
| + | baseurl=http://buildsys.koozali.org/build/10/smeupdates/x86_64 |
| + | exclude=buildsys-macros |
| + | |
| [fastrack] | | [fastrack] |
| name=fastrack | | name=fastrack |
Line 69: |
Line 88: |
| baseurl=http://download.fedoraproject.org/pub/epel/7/x86_64 | | baseurl=http://download.fedoraproject.org/pub/epel/7/x86_64 |
| #baseurl=http://buildsys.koozali.org/build/7/epel/x86_64 | | #baseurl=http://buildsys.koozali.org/build/7/epel/x86_64 |
− | includepkgs=ccache mhash* perl-Taint-Util libdb4 libdb4-devel php-channel-horde php-horde-* perl-Class-Method-Modifiers perl-Class-XSAccessor perl-Devel-GlobalDestruction perl-Sub-Name perl-indirect perl-B-Hooks-OP-Check perl-ExtUtils-Depends perl-Lexical-SealRequireHints perl-Params-Classify perl-Dist-CheckConflicts perl-Math-Int64 perl-Sort-Naturally perl-Sub-Exporter-Progressive perl-Bytes-Random-Secure perl-Crypt-Random-TESHA2 perl-Crypt-Random-Seed perl-Math-Random-ISAAC kmodtool libmaxminddb-devel libmaxminddb | + | includepkgs=ccache mhash* perl-Taint-Util libdb4 libdb4-devel php-channel-horde php-horde-* perl-Class-Method-Modifiers perl-Class-XSAccessor perl-Devel-GlobalDestruction perl-Sub-Name perl-indirect perl-B-Hooks-OP-Check perl-ExtUtils-Depends perl-Lexical-SealRequireHints perl-Params-Classify perl-Dist-CheckConflicts perl-Math-Int64 perl-Sort-Naturally perl-Sub-Exporter* perl-Bytes-Random-Secure perl-Crypt-Random-TESHA2 perl-Crypt-Random-Seed perl-Math-Random-ISAAC kmodtool libmaxminddb-devel libmaxminddb perl-Module-Build-Tiny perl-Mojolicious perl-Net-CIDR-Lite mod_perl mod_perl-devel perl-Apache-Test pyzor perl-Linux-Pid perl-BSD-Resource perl-dev perl-ExtUtils-MakeMaker perl-Data-Dumper perl-Razor-Agent perl-generators* perl-Net-Patricia meson libidn2* ninja-build python36-Cython epel-rpm-macros lua-srpm-macros libnetfilter_log* courier-unicode* perl-Path-Class perl-String-Random perl-Test-Class perl-Test-Mojo perl-MRO-Compat perl-Class-Accessor libebml* libmatroska* pugixml* spdlog* multilib-rpm-config cmake3* libuv libzstd rhash fmt* google-benchmark* libnet10-* perl-Crypt-GPG gnupg1 perl-Lingua-Stem-Snowball* perl-Lingua-StopWords perl-rpm-build-perl* perl-Class-Virtual perl-Carp-Assert pyPdf python2-apipkg python2-bottle python2-dateutil python2-docutils python-gevent python2-simplejson python-sqlite3dbm python2-future python2-attrs python2-packaging python2-certifi perl-Email-MIME perl-Email-Simple perl-Net-IP perl-Net-SMTPS perl-Throwable perl-Sub-Override perl-Moose perl-Email-Abstract perl-Eval-Closure perl-Email-Date-Format perl-Devel-PartialDump perl-namespace-clean perl-B-Hooks-EndOfScope perl-Variable-Magic latexmk python3-sphinx* python36-sphinx* python36-pygments python36-jinja2 python36-docutils python36-markupsafe clamav* perl-TAP-Harness-Env rust ghc-* rust-* llvm13-libs pandoc golang* perl-Net-LibIDN* perl-Net-Patricia re2c perl-Data-Validate-IP perl-Clone-PP |
| + | |
| + | [openfusion] |
| + | name=openfusion |
| + | baseurl=http://repo.openfusion.net/centos7-x86_64 |
| + | includepkgs=perl-Lingua* perl-Snowball* perl-Text-German perl-ExtUtils* perl-MooX* perl-Scalar-List-Utils perl-Throwable perl-Moose perl-Try-Tiny perl-Devel-StackTrace perl-Devel-OverloadInfo perl-Sub-Name perl-Module-Runtime-Conflicts perl-Test-File-ShareDir perl-Test-Exception perl-Test-Output perl-Net-IDN-Encode perl-Path-Tiny perl-Class-Tiny perl-Unicode-UTF8 perl-Net-Server perl-Email-Address-XS perl-MaxMind-* perl-Geo-IP perl-IP-Country-DB_File perl-IP-Country perl-Math-Int128 perl-Data-IEEE754 perl-namespace-autoclean perl-Net-Works perl-List-AllUtils perl-Data-Printer perl-IP-Country perl-Sub-Identify perl-Test-Warnings perl-Hash-FieldHash perl-Data-Dumper-Concise perl-Encode-Detect |
| | | |
− | #[rpmforge]
| |
− | #name=rpmforge
| |
− | #baseurl=http://buildsys.koozali.org/build/7/rpmforge/x86_64
| |
− | #includepkgs=perl-Taint-Util
| |
− |
| |
| [rpmfusion] | | [rpmfusion] |
| name=rpmfusion | | name=rpmfusion |
| baseurl=http://download1.rpmfusion.org/free/el/updates/7/x86_64 | | baseurl=http://download1.rpmfusion.org/free/el/updates/7/x86_64 |
− | includepkgs=ffmpeg* libva* x264-libs xvidcore librtmp | + | includepkgs=ffmpeg* libva* x264-libs xvidcore librtmp buildsys-build-rpmfusion-* libmpeg2* mpeg2dec |
| | | |
| [sclo-sclo] | | [sclo-sclo] |
Line 89: |
Line 108: |
| name=sclo-rh | | name=sclo-rh |
| baseurl=http://mirror.centos.org/centos/7/sclo/x86_64/rh | | baseurl=http://mirror.centos.org/centos/7/sclo/x86_64/rh |
− | includepkgs=python27* python33* rh-mongodb26* rh-mongodb32* rh-mongodb34* nodejs010* rh-nodejs6* | + | includepkgs=python27* python33* rh-mongodb26* rh-mongodb32* rh-mongodb34* nodejs010* rh-nodejs6* devtoolset-* |
| | | |
| [buildsys-core] | | [buildsys-core] |
| name=buildsys-core | | name=buildsys-core |
| baseurl=http://buildsys.koozali.org/build/10/smeserver-core/x86_64 | | baseurl=http://buildsys.koozali.org/build/10/smeserver-core/x86_64 |
− | includepkgs=bglibs buildsys-macros cvm* dietlibc* e-smith-devtools perl-Test-Inline perl-IO-Socket-IP perl-Geography-Countries perl-Object-Persistence perl-bareword-filehandles perl-multidimensional perl-strictures perl-Module-Runtime perl-Role-Tiny perl-Sub-Quote perl-Bytes-Random-Secure | + | includepkgs=bglibs buildsys-macros cvm* dietlibc* e-smith-devtools perl-Test-Inline perl-IO-Socket-IP perl-Geography-Countries perl-Object-Persistence perl-bareword-filehandles perl-multidimensional perl-strictures perl-Module-Runtime perl-Role-Tiny perl-Sub-Quote perl-Bytes-Random-Secure perl-Net-Ident perl-generators DCC python3-lxml libnetfilter_acct* qmail perl-Net-IMAP-Simple perl-Regexp-Common perl-Email-Sender perl-Moo perl-Mail-DMARC |
| | | |
| [buildsys-contribs] | | [buildsys-contribs] |