1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 29 |
%define release 30 |
4 |
Summary: easy configuration of extra yum repo |
Summary: easy configuration of extra yum repo |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
18 |
Provides configuration for external yum repository comaptible with Koozali SME Server. |
Provides configuration for external yum repository comaptible with Koozali SME Server. |
19 |
|
|
20 |
%changelog |
%changelog |
21 |
|
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme |
22 |
|
- fix zabbix key |
23 |
|
- fix update event for packages with multiple repo |
24 |
|
|
25 |
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme |
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme |
26 |
- add new zabbix version |
- add new zabbix version |
27 |
|
|
142 |
echo "${REPO['Visible']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Visible |
echo "${REPO['Visible']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Visible |
143 |
echo "${REPO['status']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/status |
echo "${REPO['status']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/status |
144 |
echo "repository" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/type |
echo "repository" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/type |
145 |
unsafe=""; |
|
146 |
[[ "${REPO['reponame']}" == 'remi' ]] && unsafe="-unsafe" |
mkdir -p $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['pkgname']}-update/templates2expand/etc/yum.smerepos.d/ |
147 |
mkdir -p $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['reponame']}$unsafe-update/templates2expand/etc/yum.smerepos.d/ |
touch $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['pkgname']}-update/templates2expand/etc/yum.smerepos.d/sme-base.repo |
|
touch $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['reponame']}$unsafe-update/templates2expand/etc/yum.smerepos.d/sme-base.repo |
|
148 |
|
|
149 |
[[ "${REPO['BaseURL']}" != '' ]] && echo "${REPO['BaseURL']}" >\ |
[[ "${REPO['BaseURL']}" != '' ]] && echo "${REPO['BaseURL']}" >\ |
150 |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/BaseURL |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/BaseURL |
167 |
##################### |
##################### |
168 |
##################### |
##################### |
169 |
REPO['reponame']='atomic' |
REPO['reponame']='atomic' |
170 |
|
REPO['pkgname']=${REPO['reponame']} |
171 |
REPO['fullreponame']='Atomic' |
REPO['fullreponame']='Atomic' |
172 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
173 |
REPO['Visible']='no' |
REPO['Visible']='no' |
186 |
##################### |
##################### |
187 |
##################### |
##################### |
188 |
REPO['reponame']='centos-sclo-centos' |
REPO['reponame']='centos-sclo-centos' |
189 |
|
REPO['pkgname']=${REPO['reponame']} |
190 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
191 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
192 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
205 |
##################### |
##################### |
206 |
##################### |
##################### |
207 |
REPO['reponame']='centos-sclo-rh' |
REPO['reponame']='centos-sclo-rh' |
208 |
|
REPO['pkgname']=${REPO['reponame']} |
209 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
210 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
211 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
224 |
##################### |
##################### |
225 |
##################### |
##################### |
226 |
REPO['reponame']='egroupware' |
REPO['reponame']='egroupware' |
227 |
|
REPO['pkgname']=${REPO['reponame']} |
228 |
REPO['fullreponame']='server_eGroupWare' |
REPO['fullreponame']='server_eGroupWare' |
229 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
230 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
245 |
declare -A elashort=( ['6.x']='6.x' ['5.x']='5.x' ['1.6']='1' ) |
declare -A elashort=( ['6.x']='6.x' ['5.x']='5.x' ['1.6']='1' ) |
246 |
for elasver in "6.x" "5.x" "1.6"; do |
for elasver in "6.x" "5.x" "1.6"; do |
247 |
REPO['reponame']="elastic${elashort[$elasver]}" |
REPO['reponame']="elastic${elashort[$elasver]}" |
248 |
|
REPO['pkgname']='elastic' |
249 |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
250 |
REPO['EnableGroups']='yes' |
REPO['EnableGroups']='yes' |
251 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
265 |
##################### |
##################### |
266 |
##################### |
##################### |
267 |
REPO['reponame']='elrepo' |
REPO['reponame']='elrepo' |
268 |
|
REPO['pkgname']='elrepo' |
269 |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository' |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository' |
270 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
271 |
REPO['Visible']='no' |
REPO['Visible']='no' |
284 |
##################### |
##################### |
285 |
##################### |
##################### |
286 |
REPO['reponame']='elrepo-kernel' |
REPO['reponame']='elrepo-kernel' |
287 |
|
REPO['pkgname']='elrepo' |
288 |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
289 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
290 |
REPO['Visible']='no' |
REPO['Visible']='no' |
303 |
##################### |
##################### |
304 |
##################### |
##################### |
305 |
REPO['reponame']='epel' |
REPO['reponame']='epel' |
306 |
|
REPO['pkgname']=${REPO['reponame']} |
307 |
REPO['fullreponame']='EPEL' |
REPO['fullreponame']='EPEL' |
308 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
309 |
REPO['Visible']='no' |
REPO['Visible']='no' |
322 |
##################### |
##################### |
323 |
##################### |
##################### |
324 |
REPO['reponame']='erlang' |
REPO['reponame']='erlang' |
325 |
|
REPO['pkgname']=${REPO['reponame']} |
326 |
REPO['fullreponame']='erlang programming language' |
REPO['fullreponame']='erlang programming language' |
327 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
328 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
341 |
##################### |
##################### |
342 |
##################### |
##################### |
343 |
REPO['reponame']='freeswitch' |
REPO['reponame']='freeswitch' |
344 |
|
REPO['pkgname']=${REPO['reponame']} |
345 |
REPO['fullreponame']='Freeswitch' |
REPO['fullreponame']='Freeswitch' |
346 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
347 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
360 |
##################### |
##################### |
361 |
##################### |
##################### |
362 |
REPO['reponame']='fws' |
REPO['reponame']='fws' |
363 |
|
REPO['pkgname']=${REPO['reponame']} |
364 |
REPO['fullreponame']='Firewall Services' |
REPO['fullreponame']='Firewall Services' |
365 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
366 |
REPO['Visible']='no' |
REPO['Visible']='no' |
379 |
##################### |
##################### |
380 |
##################### |
##################### |
381 |
REPO['reponame']='fws-testing' |
REPO['reponame']='fws-testing' |
382 |
|
REPO['pkgname']='fws' |
383 |
REPO['fullreponame']='Firewall Services testing' |
REPO['fullreponame']='Firewall Services testing' |
384 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
385 |
REPO['Visible']='no' |
REPO['Visible']='no' |
398 |
##################### |
##################### |
399 |
##################### |
##################### |
400 |
REPO['reponame']='libreswan' |
REPO['reponame']='libreswan' |
401 |
|
REPO['pkgname']=${REPO['reponame']} |
402 |
REPO['fullreponame']='Libreswan' |
REPO['fullreponame']='Libreswan' |
403 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
404 |
REPO['Visible']='no' |
REPO['Visible']='no' |
419 |
##################### |
##################### |
420 |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11"; do |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11"; do |
421 |
REPO['reponame']="node$nodever" |
REPO['reponame']="node$nodever" |
422 |
|
REPO['pkgname']='node' |
423 |
REPO['fullreponame']="NodeJS $nodever" |
REPO['fullreponame']="NodeJS $nodever" |
424 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
425 |
REPO['Visible']='no' |
REPO['Visible']='no' |
433 |
createrepo |
createrepo |
434 |
done |
done |
435 |
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS 5 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node5' |
|
|
REPO['fullreponame']='NodeJS 5' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_5.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
|
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS 6 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node6' |
|
|
REPO['fullreponame']='NodeJS 6' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_6.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
#createrepo |
|
|
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS 7 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node7' |
|
|
REPO['fullreponame']='NodeJS 7' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_7.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
#createrepo |
|
|
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node8' |
|
|
REPO['fullreponame']='NodeJS 8' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_8.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
#createrepo |
|
|
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS 9 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node9' |
|
|
REPO['fullreponame']='NodeJS 9' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_9.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
#createrepo |
|
|
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS 10 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node10' |
|
|
REPO['fullreponame']='NodeJS 10' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_10.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
#createrepo |
|
|
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS 11 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node11' |
|
|
REPO['fullreponame']='NodeJS 11' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_11.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
#createrepo |
|
|
|
|
|
|
|
436 |
|
|
437 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
438 |
##################### |
##################### |
441 |
##################### |
##################### |
442 |
##################### |
##################### |
443 |
REPO['reponame']='odoo10-nightly' |
REPO['reponame']='odoo10-nightly' |
444 |
|
REPO['pkgname']='odoo' |
445 |
REPO['fullreponame']='Odoo 10 Nightly - EL7' |
REPO['fullreponame']='Odoo 10 Nightly - EL7' |
446 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
447 |
REPO['Visible']='no' |
REPO['Visible']='no' |
460 |
##################### |
##################### |
461 |
##################### |
##################### |
462 |
REPO['reponame']='odoo9-nightly' |
REPO['reponame']='odoo9-nightly' |
463 |
|
REPO['pkgname']='odoo' |
464 |
REPO['fullreponame']='Odoo 9 Nightly - EL7' |
REPO['fullreponame']='Odoo 9 Nightly - EL7' |
465 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
466 |
REPO['Visible']='no' |
REPO['Visible']='no' |
480 |
##################### |
##################### |
481 |
##################### |
##################### |
482 |
REPO['reponame']='okay' |
REPO['reponame']='okay' |
483 |
|
REPO['pkgname']=${REPO['reponame']} |
484 |
REPO['fullreponame']='Extra OKay Packages for Enterprise Linux - Freeswitch and FusionPBX' |
REPO['fullreponame']='Extra OKay Packages for Enterprise Linux - Freeswitch and FusionPBX' |
485 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
486 |
REPO['Visible']='no' |
REPO['Visible']='no' |
499 |
##################### |
##################### |
500 |
##################### |
##################### |
501 |
REPO['reponame']='openfusion' |
REPO['reponame']='openfusion' |
502 |
|
REPO['pkgname']=${REPO['reponame']} |
503 |
REPO['fullreponame']='Openfusion' |
REPO['fullreponame']='Openfusion' |
504 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
505 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
519 |
##################### |
##################### |
520 |
for pgsqlver in "9.6" "10" "11" "12" "13"; do |
for pgsqlver in "9.6" "10" "11" "12" "13"; do |
521 |
REPO['reponame']="pgsql$pgsqlver" |
REPO['reponame']="pgsql$pgsqlver" |
522 |
|
REPO['pkgname']='pgsql' |
523 |
REPO['fullreponame']="Postgresql $pgsqlver" |
REPO['fullreponame']="Postgresql $pgsqlver" |
524 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
525 |
REPO['Visible']='no' |
REPO['Visible']='no' |
536 |
|
|
537 |
|
|
538 |
REPO['reponame']="pgsql$pgsqlver-nonfree" |
REPO['reponame']="pgsql$pgsqlver-nonfree" |
539 |
|
REPO['pkgname']='pgsql' |
540 |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
541 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
542 |
REPO['Visible']='no' |
REPO['Visible']='no' |
552 |
createrepo |
createrepo |
553 |
|
|
554 |
REPO['reponame']="pgsql$pgsqlver-common" |
REPO['reponame']="pgsql$pgsqlver-common" |
555 |
|
REPO['pkgname']='pgsql' |
556 |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
557 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
558 |
REPO['Visible']='no' |
REPO['Visible']='no' |
575 |
##################### |
##################### |
576 |
##################### |
##################### |
577 |
REPO['reponame']='reetp' |
REPO['reponame']='reetp' |
578 |
|
REPO['pkgname']=${REPO['reponame']} |
579 |
REPO['fullreponame']='Mirror John Crisp reetspetit.com' |
REPO['fullreponame']='Mirror John Crisp reetspetit.com' |
580 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
581 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
594 |
##################### |
##################### |
595 |
##################### |
##################### |
596 |
REPO['reponame']='remi' |
REPO['reponame']='remi' |
597 |
|
REPO['pkgname']='remi-unsafe' |
598 |
REPO['fullreponame']='Remi - EL unsafe, will conflict with your base rpms' |
REPO['fullreponame']='Remi - EL unsafe, will conflict with your base rpms' |
599 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
600 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
613 |
##################### |
##################### |
614 |
##################### |
##################### |
615 |
REPO['reponame']='remi-ocsinventory' |
REPO['reponame']='remi-ocsinventory' |
616 |
|
REPO['pkgname']=${REPO['reponame']} |
617 |
REPO['fullreponame']='Remi ocsinventory - EL' |
REPO['fullreponame']='Remi ocsinventory - EL' |
618 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
619 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
632 |
##################### |
##################### |
633 |
##################### |
##################### |
634 |
REPO['reponame']='remi-roundcube' |
REPO['reponame']='remi-roundcube' |
635 |
|
REPO['pkgname']=${REPO['reponame']} |
636 |
REPO['fullreponame']='Remi Roundcube - EL' |
REPO['fullreponame']='Remi Roundcube - EL' |
637 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
638 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
652 |
##################### |
##################### |
653 |
##################### |
##################### |
654 |
REPO['reponame']='rpmfusion' |
REPO['reponame']='rpmfusion' |
655 |
|
REPO['pkgname']=${REPO['reponame']} |
656 |
REPO['fullreponame']='rpmfusion free EL' |
REPO['fullreponame']='rpmfusion free EL' |
657 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
658 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
671 |
##################### |
##################### |
672 |
##################### |
##################### |
673 |
REPO['reponame']='rpmfusion-nonfree' |
REPO['reponame']='rpmfusion-nonfree' |
674 |
|
REPO['pkgname']='rpmfusion' |
675 |
REPO['fullreponame']='rpmfusion nonfree EL' |
REPO['fullreponame']='rpmfusion nonfree EL' |
676 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
677 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
690 |
##################### |
##################### |
691 |
##################### |
##################### |
692 |
REPO['reponame']='sogo' |
REPO['reponame']='sogo' |
693 |
|
REPO['pkgname']=${REPO['reponame']} |
694 |
REPO['fullreponame']='Inverse SOGo 2 Repository' |
REPO['fullreponame']='Inverse SOGo 2 Repository' |
695 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
696 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
709 |
##################### |
##################### |
710 |
##################### |
##################### |
711 |
REPO['reponame']='sogo3' |
REPO['reponame']='sogo3' |
712 |
|
REPO['pkgname']='sogo' |
713 |
REPO['fullreponame']='Inverse SOGo 3 Repository' |
REPO['fullreponame']='Inverse SOGo 3 Repository' |
714 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
715 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
728 |
##################### |
##################### |
729 |
##################### |
##################### |
730 |
REPO['reponame']='sogo4' |
REPO['reponame']='sogo4' |
731 |
|
REPO['pkgname']='sogo' |
732 |
REPO['fullreponame']='Inverse SOGo 4 Repository' |
REPO['fullreponame']='Inverse SOGo 4 Repository' |
733 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
734 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
747 |
##################### |
##################### |
748 |
##################### |
##################### |
749 |
REPO['reponame']='sogo-subscription' |
REPO['reponame']='sogo-subscription' |
750 |
|
REPO['pkgname']='sogo' |
751 |
REPO['fullreponame']='Inverse SOGo Repository only with subscription' |
REPO['fullreponame']='Inverse SOGo Repository only with subscription' |
752 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
753 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
766 |
##################### |
##################### |
767 |
##################### |
##################### |
768 |
REPO['reponame']='spectrum2' |
REPO['reponame']='spectrum2' |
769 |
|
REPO['pkgname']=${REPO['reponame']} |
770 |
REPO['fullreponame']='Spectrum2' |
REPO['fullreponame']='Spectrum2' |
771 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
772 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
785 |
##################### |
##################### |
786 |
##################### |
##################### |
787 |
REPO['reponame']='springdale-core' |
REPO['reponame']='springdale-core' |
788 |
|
REPO['pkgname']='springdale' |
789 |
REPO['fullreponame']='PUIAS core Base' |
REPO['fullreponame']='PUIAS core Base' |
790 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
791 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
799 |
createrepo |
createrepo |
800 |
|
|
801 |
REPO['reponame']='springdale-updates' |
REPO['reponame']='springdale-updates' |
802 |
|
REPO['pkgname']='springdale' |
803 |
REPO['fullreponame']='PUIAS core Updates' |
REPO['fullreponame']='PUIAS core Updates' |
804 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
805 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
813 |
createrepo |
createrepo |
814 |
|
|
815 |
REPO['reponame']='springdale-addons' |
REPO['reponame']='springdale-addons' |
816 |
|
REPO['pkgname']='springdale' |
817 |
REPO['fullreponame']='PUIAS Addons' |
REPO['fullreponame']='PUIAS Addons' |
818 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
819 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
827 |
createrepo |
createrepo |
828 |
|
|
829 |
REPO['reponame']='springdale-addons-updates' |
REPO['reponame']='springdale-addons-updates' |
830 |
|
REPO['pkgname']='springdale' |
831 |
REPO['fullreponame']='PUIAS Addons Updates' |
REPO['fullreponame']='PUIAS Addons Updates' |
832 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
833 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
842 |
|
|
843 |
|
|
844 |
REPO['reponame']='springdale-unsupported' |
REPO['reponame']='springdale-unsupported' |
845 |
|
REPO['pkgname']='springdale' |
846 |
REPO['fullreponame']='PUIAS Unsupported' |
REPO['fullreponame']='PUIAS Unsupported' |
847 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
848 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
856 |
createrepo |
createrepo |
857 |
|
|
858 |
REPO['reponame']='springdale-computational' |
REPO['reponame']='springdale-computational' |
859 |
|
REPO['pkgname']='springdale' |
860 |
REPO['fullreponame']='PUIAS Computational' |
REPO['fullreponame']='PUIAS Computational' |
861 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
862 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
878 |
##################### |
##################### |
879 |
##################### |
##################### |
880 |
REPO['reponame']='stephdl' |
REPO['reponame']='stephdl' |
881 |
|
REPO['pkgname']=${REPO['reponame']} |
882 |
REPO['fullreponame']='Mirror Stephane de Labrusse' |
REPO['fullreponame']='Mirror Stephane de Labrusse' |
883 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
884 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
897 |
##################### |
##################### |
898 |
##################### |
##################### |
899 |
REPO['reponame']='virtualbox' |
REPO['reponame']='virtualbox' |
900 |
|
REPO['pkgname']=${REPO['reponame']} |
901 |
REPO['fullreponame']='RHEL/CentOS VirtualBox' |
REPO['fullreponame']='RHEL/CentOS VirtualBox' |
902 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
903 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
916 |
##################### |
##################### |
917 |
##################### |
##################### |
918 |
REPO['reponame']='webtatic' |
REPO['reponame']='webtatic' |
919 |
|
REPO['pkgname']=${REPO['reponame']} |
920 |
REPO['fullreponame']='webtatic - EL' |
REPO['fullreponame']='webtatic - EL' |
921 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
922 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
939 |
##################### |
##################### |
940 |
##################### |
##################### |
941 |
REPO['reponame']='xymon' |
REPO['reponame']='xymon' |
942 |
|
REPO['pkgname']=${REPO['reponame']} |
943 |
REPO['fullreponame']='Xymon Terabithia RPMS - EL' |
REPO['fullreponame']='Xymon Terabithia RPMS - EL' |
944 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
945 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
960 |
declare -A zabshort=( ['1.8']='18' ['2.0']='20' ['2.0']='20' ['2.4']='24' ['3.0']='30' ['3.2']='32' ['3.4']='34' ['4.0']='40' ['4.2']='42' ['4.4']='44' ['4.5']='45' ['5.0']='50' ['5.1']='51' ['5.2']='52' ['5.3']='53') |
declare -A zabshort=( ['1.8']='18' ['2.0']='20' ['2.0']='20' ['2.4']='24' ['3.0']='30' ['3.2']='32' ['3.4']='34' ['4.0']='40' ['4.2']='42' ['4.4']='44' ['4.5']='45' ['5.0']='50' ['5.1']='51' ['5.2']='52' ['5.3']='53') |
961 |
for elasver in "4.2" "4.4" '4.5' '5.0' '5.1' '5.2' '5.3'; do |
for elasver in "4.2" "4.4" '4.5' '5.0' '5.1' '5.2' '5.3'; do |
962 |
REPO['reponame']="zabbix${zabshort[$elasver]}" |
REPO['reponame']="zabbix${zabshort[$elasver]}" |
963 |
|
REPO['pkgname']='zabbix' |
964 |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
965 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
966 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
968 |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/" |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/" |
969 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
970 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
971 |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX" |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
972 |
REPO['Exclude']='' |
REPO['Exclude']='' |
973 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
974 |
createrepo |
createrepo |
980 |
##################### |
##################### |
981 |
##################### |
##################### |
982 |
REPO['reponame']='zmrepo' |
REPO['reponame']='zmrepo' |
983 |
|
REPO['pkgname']=${REPO['reponame']} |
984 |
REPO['fullreponame']='ZoneMinder Repo - EL' |
REPO['fullreponame']='ZoneMinder Repo - EL' |
985 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
986 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |