1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 26 |
%define release 32 |
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} |
11 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
12 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
13 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
14 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 10.0 |
15 |
AutoReqProv: no |
AutoReqProv: no |
16 |
|
|
17 |
%description |
%description |
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 |
* Mon Dec 21 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-26 |
* Wed Jun 30 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-32.sme |
22 |
|
- Requires e-smith >= 10 |
23 |
|
- exclude pwauh from EPEL [SME: 11639] |
24 |
|
|
25 |
|
* Sun May 02 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-31.sme |
26 |
|
- add perl-JSON to openfusion [SME: 11579] |
27 |
|
|
28 |
|
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme |
29 |
|
- fix zabbix key |
30 |
|
- fix update event for packages with multiple repo |
31 |
|
|
32 |
|
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme |
33 |
|
- add new zabbix version |
34 |
|
|
35 |
|
* Mon Mar 22 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-28.sme |
36 |
|
- add extra packages from openfusion [SME: 11223] |
37 |
|
- fix wrong event for remi-unsafe [SME: 11181] |
38 |
|
- add repo for postgsql |
39 |
|
- remove digium asterisk repo for SME10 [SME: 11482] |
40 |
|
- remove geekery repo [SME: 11483] |
41 |
|
|
42 |
|
* Mon Dec 21 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-27.sme |
43 |
|
- Add perl-Disk-Free and perl-Type-Tiny to Migrate script [SME: 11024] |
44 |
|
|
45 |
|
* Mon Dec 21 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-26.sme |
46 |
- Add perl-Disk-Free for smeserver-affa [SME: 11024] |
- Add perl-Disk-Free for smeserver-affa [SME: 11024] |
47 |
|
|
48 |
* Wed Dec 02 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-25 |
* Wed Dec 02 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-25.sme |
49 |
- add extar packages from Openfusion for NextCloud [SME: 11223] |
- add extar packages from Openfusion for NextCloud [SME: 11223] |
50 |
- perl-Array-Compare perl-Type-Tiny perl-Exporter-Tiny |
- perl-Array-Compare perl-Type-Tiny perl-Exporter-Tiny |
51 |
|
|
149 |
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 |
150 |
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 |
151 |
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 |
152 |
mkdir -p $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['reponame']}-update/templates2expand/etc/yum.smerepos.d/ |
|
153 |
touch $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['reponame']}-update/templates2expand/etc/yum.smerepos.d/sme-base.repo |
mkdir -p $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['pkgname']}-update/templates2expand/etc/yum.smerepos.d/ |
154 |
|
touch $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['pkgname']}-update/templates2expand/etc/yum.smerepos.d/sme-base.repo |
155 |
|
|
156 |
[[ "${REPO['BaseURL']}" != '' ]] && echo "${REPO['BaseURL']}" >\ |
[[ "${REPO['BaseURL']}" != '' ]] && echo "${REPO['BaseURL']}" >\ |
157 |
$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 |
168 |
|
|
169 |
|
|
170 |
|
|
|
###################### |
|
|
##################### |
|
|
# asterisk 13 LTS |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='asterisk-13' |
|
|
REPO['fullreponame']='Asterisk-13 - EL' |
|
|
REPO['EnableGroups']='yes' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/asterisk-13/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGKey']='' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
|
|
|
|
###################### |
|
|
##################### |
|
|
# asterisk current |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='asterisk-current' |
|
|
REPO['fullreponame']='Asterisk-current - EL' |
|
|
REPO['EnableGroups']='yes' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/current/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGKey']='' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
|
|
|
|
##################### |
|
|
##################### |
|
|
# Digium Repo |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='digium-current' |
|
|
REPO['fullreponame']='Digium packages - EL' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='http://packages.digium.com/centos/$releasever/current/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
|
|
|
|
##################### |
|
|
##################### |
|
|
# Digium 13 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='digium-13' |
|
|
REPO['fullreponame']='Digium-13 packages - EL' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='http://packages.digium.com/centos/$releasever/digium-13/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
|
|
|
171 |
##################### |
##################### |
172 |
##################### |
##################### |
173 |
#atomic |
#atomic |
174 |
##################### |
##################### |
175 |
##################### |
##################### |
176 |
REPO['reponame']='atomic' |
REPO['reponame']='atomic' |
177 |
|
REPO['pkgname']=${REPO['reponame']} |
178 |
REPO['fullreponame']='Atomic' |
REPO['fullreponame']='Atomic' |
179 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
180 |
REPO['Visible']='no' |
REPO['Visible']='no' |
193 |
##################### |
##################### |
194 |
##################### |
##################### |
195 |
REPO['reponame']='centos-sclo-centos' |
REPO['reponame']='centos-sclo-centos' |
196 |
|
REPO['pkgname']=${REPO['reponame']} |
197 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
198 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
199 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
212 |
##################### |
##################### |
213 |
##################### |
##################### |
214 |
REPO['reponame']='centos-sclo-rh' |
REPO['reponame']='centos-sclo-rh' |
215 |
|
REPO['pkgname']=${REPO['reponame']} |
216 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
217 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
218 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
231 |
##################### |
##################### |
232 |
##################### |
##################### |
233 |
REPO['reponame']='egroupware' |
REPO['reponame']='egroupware' |
234 |
|
REPO['pkgname']=${REPO['reponame']} |
235 |
REPO['fullreponame']='server_eGroupWare' |
REPO['fullreponame']='server_eGroupWare' |
236 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
237 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
252 |
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' ) |
253 |
for elasver in "6.x" "5.x" "1.6"; do |
for elasver in "6.x" "5.x" "1.6"; do |
254 |
REPO['reponame']="elastic${elashort[$elasver]}" |
REPO['reponame']="elastic${elashort[$elasver]}" |
255 |
|
REPO['pkgname']='elastic' |
256 |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
257 |
REPO['EnableGroups']='yes' |
REPO['EnableGroups']='yes' |
258 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
272 |
##################### |
##################### |
273 |
##################### |
##################### |
274 |
REPO['reponame']='elrepo' |
REPO['reponame']='elrepo' |
275 |
|
REPO['pkgname']='elrepo' |
276 |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository' |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository' |
277 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
278 |
REPO['Visible']='no' |
REPO['Visible']='no' |
291 |
##################### |
##################### |
292 |
##################### |
##################### |
293 |
REPO['reponame']='elrepo-kernel' |
REPO['reponame']='elrepo-kernel' |
294 |
|
REPO['pkgname']='elrepo' |
295 |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
296 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
297 |
REPO['Visible']='no' |
REPO['Visible']='no' |
310 |
##################### |
##################### |
311 |
##################### |
##################### |
312 |
REPO['reponame']='epel' |
REPO['reponame']='epel' |
313 |
|
REPO['pkgname']=${REPO['reponame']} |
314 |
REPO['fullreponame']='EPEL' |
REPO['fullreponame']='EPEL' |
315 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
316 |
REPO['Visible']='no' |
REPO['Visible']='no' |
319 |
REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' |
REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' |
320 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
321 |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
322 |
REPO['Exclude']='perl-Razor-Agent' |
REPO['Exclude']='perl-Razor-Agent,pwauth' |
323 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
324 |
createrepo |
createrepo |
325 |
|
|
329 |
##################### |
##################### |
330 |
##################### |
##################### |
331 |
REPO['reponame']='erlang' |
REPO['reponame']='erlang' |
332 |
|
REPO['pkgname']=${REPO['reponame']} |
333 |
REPO['fullreponame']='erlang programming language' |
REPO['fullreponame']='erlang programming language' |
334 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
335 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
348 |
##################### |
##################### |
349 |
##################### |
##################### |
350 |
REPO['reponame']='freeswitch' |
REPO['reponame']='freeswitch' |
351 |
|
REPO['pkgname']=${REPO['reponame']} |
352 |
REPO['fullreponame']='Freeswitch' |
REPO['fullreponame']='Freeswitch' |
353 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
354 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
367 |
##################### |
##################### |
368 |
##################### |
##################### |
369 |
REPO['reponame']='fws' |
REPO['reponame']='fws' |
370 |
|
REPO['pkgname']=${REPO['reponame']} |
371 |
REPO['fullreponame']='Firewall Services' |
REPO['fullreponame']='Firewall Services' |
372 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
373 |
REPO['Visible']='no' |
REPO['Visible']='no' |
386 |
##################### |
##################### |
387 |
##################### |
##################### |
388 |
REPO['reponame']='fws-testing' |
REPO['reponame']='fws-testing' |
389 |
|
REPO['pkgname']='fws' |
390 |
REPO['fullreponame']='Firewall Services testing' |
REPO['fullreponame']='Firewall Services testing' |
391 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
392 |
REPO['Visible']='no' |
REPO['Visible']='no' |
401 |
|
|
402 |
##################### |
##################### |
403 |
##################### |
##################### |
|
# Geekery (last update 2016-09-25) |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='geekery' |
|
|
REPO['fullreponame']='geekery repository' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='' |
|
|
REPO['MirrorList']='http://geekery.epac.to/geekery/el$releasever-mirrors' |
|
|
REPO['GPGCheck']='yes' |
|
|
REPO['GPGKey']='http://geekery.altervista.org/download.php?filename=GEEKERY-GPG-KEY' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
|
|
|
|
##################### |
|
|
##################### |
|
404 |
# Libreswan |
# Libreswan |
405 |
##################### |
##################### |
406 |
##################### |
##################### |
407 |
REPO['reponame']='libreswan' |
REPO['reponame']='libreswan' |
408 |
|
REPO['pkgname']=${REPO['reponame']} |
409 |
REPO['fullreponame']='Libreswan' |
REPO['fullreponame']='Libreswan' |
410 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
411 |
REPO['Visible']='no' |
REPO['Visible']='no' |
424 |
# NodeJS 4 |
# NodeJS 4 |
425 |
##################### |
##################### |
426 |
##################### |
##################### |
427 |
REPO['reponame']='node4' |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11"; do |
428 |
REPO['fullreponame']='NodeJS 4' |
REPO['reponame']="node$nodever" |
429 |
REPO['EnableGroups']='no' |
REPO['pkgname']='node' |
430 |
REPO['Visible']='no' |
REPO['fullreponame']="NodeJS $nodever" |
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_4.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 5 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node5' |
|
|
REPO['fullreponame']='NodeJS 5' |
|
431 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
432 |
REPO['Visible']='no' |
REPO['Visible']='no' |
433 |
REPO['status']='disabled' |
REPO['status']='disabled' |
434 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_5.x/el/$releasever/$basearch/' |
REPO['BaseURL']='https://rpm.nodesource.com/pub_'.$nodever.'.x/el/$releasever/$basearch/' |
435 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
436 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
437 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
438 |
REPO['Exclude']='' |
REPO['Exclude']='' |
439 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
440 |
createrepo |
createrepo |
441 |
|
done |
442 |
|
|
|
##################### |
|
|
##################### |
|
|
# 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 |
|
443 |
|
|
444 |
|
if ( "%{?dist}" == "el7" ); then |
445 |
##################### |
##################### |
446 |
##################### |
##################### |
447 |
# NodeJS 7 |
# Odoo10-nightly |
448 |
##################### |
##################### |
449 |
##################### |
##################### |
450 |
REPO['reponame']='node7' |
REPO['reponame']='odoo10-nightly' |
451 |
REPO['fullreponame']='NodeJS 7' |
REPO['pkgname']='odoo' |
452 |
|
REPO['fullreponame']='Odoo 10 Nightly - EL7' |
453 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
454 |
REPO['Visible']='no' |
REPO['Visible']='no' |
455 |
REPO['status']='disabled' |
REPO['status']='disabled' |
456 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_7.x/el/$releasever/$basearch/' |
REPO['BaseURL']='http://nightly.odoo.com/10.0/nightly/rpm/' |
457 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
458 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
459 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
460 |
REPO['Exclude']='' |
REPO['Exclude']='' |
461 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
462 |
createrepo |
createrepo |
463 |
|
|
464 |
##################### |
##################### |
465 |
##################### |
##################### |
466 |
# NodeJS |
# Odoo9-nightly |
467 |
##################### |
##################### |
468 |
##################### |
##################### |
469 |
REPO['reponame']='node8' |
REPO['reponame']='odoo9-nightly' |
470 |
REPO['fullreponame']='NodeJS 8' |
REPO['pkgname']='odoo' |
471 |
|
REPO['fullreponame']='Odoo 9 Nightly - EL7' |
472 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
473 |
REPO['Visible']='no' |
REPO['Visible']='no' |
474 |
REPO['status']='disabled' |
REPO['status']='disabled' |
475 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_8.x/el/$releasever/$basearch/' |
REPO['BaseURL']='http://nightly.odoo.com/9.0/nightly/rpm/' |
476 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
477 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
478 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
479 |
REPO['Exclude']='' |
REPO['Exclude']='' |
480 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
481 |
createrepo |
createrepo |
482 |
|
fi |
483 |
|
|
484 |
##################### |
##################### |
485 |
##################### |
##################### |
486 |
# NodeJS 9 |
# Okay |
487 |
##################### |
##################### |
488 |
##################### |
##################### |
489 |
REPO['reponame']='node9' |
REPO['reponame']='okay' |
490 |
REPO['fullreponame']='NodeJS 9' |
REPO['pkgname']=${REPO['reponame']} |
491 |
|
REPO['fullreponame']='Extra OKay Packages for Enterprise Linux - Freeswitch and FusionPBX' |
492 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
493 |
REPO['Visible']='no' |
REPO['Visible']='no' |
494 |
REPO['status']='disabled' |
REPO['status']='disabled' |
495 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_9.x/el/$releasever/$basearch/' |
REPO['BaseURL']='http://repo.okay.com.mx/centos/$releasever/$basearch/release' |
496 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
497 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
498 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='' |
499 |
REPO['Exclude']='' |
REPO['Exclude']='' |
500 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
501 |
createrepo |
createrepo |
502 |
|
|
503 |
##################### |
##################### |
504 |
##################### |
##################### |
505 |
# NodeJS 10 |
# Openfusion |
506 |
##################### |
##################### |
507 |
##################### |
##################### |
508 |
REPO['reponame']='node10' |
REPO['reponame']='openfusion' |
509 |
REPO['fullreponame']='NodeJS 10' |
REPO['pkgname']=${REPO['reponame']} |
510 |
|
REPO['fullreponame']='Openfusion' |
511 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
512 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
513 |
REPO['status']='disabled' |
REPO['status']='disabled' |
514 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_10.x/el/$releasever/$basearch/' |
REPO['BaseURL']='http://repo.openfusion.net/centos$releasever-$basearch' |
515 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
516 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
517 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
518 |
REPO['Exclude']='' |
REPO['Exclude']='perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-ExtUtils-Install,perl-parent' |
519 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='perl-Algorithm-C3,perl-App-cpanminus,perl-B-Hooks-EndOfScope,perl-B-Hooks-OP-Check,perl-CPAN-Metanoarch,perl-Carp,perl-Class-C3,perl-Class-Load,perl-Class-Load-XS,perl-Class-Method-Modifiers,perl-Class-Singleton,perl-Class-XSAccessor,perl-Clone-PP,perl-Data-Dumper-Concise,perl-Data-IEEE754,perl-Data-OptList,perl-Data-Printer,perl-Data-Validate-IP,perl-DateTime,perl-DateTime-Locale,perl-DateTime-TimeZone,perl-Devel-GlobalDestruction,perl-Dist-CheckConflicts,perl-Eval-Closure,perl-Exporter-Tiny,perl-ExtUtils-CBuilder,perl-ExtUtils-Install,perl-ExtUtils-Manifest,perl-File-HomeDir,perl-File-Which,perl-GeoIP2,perl-Hash-FieldHash,perl-IPC-Cmd,perl-Lexical-SealRequireHints,perl-List-AllUtils,perl-Locale-Maketext-Simple,perl-MRO-Compat,perl-Math-Int128,perl-Math-Int64,perl-MaxMind-DB-Common,perl-MaxMind-DB-Reader,perl-Module-Build,perl-Module-CoreList,perl-Module-Implementation,perl-Module-Load,perl-Module-Load-Conditional,perl-Module-Runtime,perl-Moo,perl-MooX-StrictConstructor,perl-MooX-Types-MooseLike,perl-Moose,perl-Net-Works,perl-Package-DeprecationManager,perl-Package-Stash,perl-Package-Stash-XS,perl-Params-Check,perl-Params-Classify,perl-Params-Validate,perl-Perl-OSType,perl-Role-Tiny,perl-Scalar-List-Utils,perl-Socket,perl-Sort-Naturally,perl-Sub-Exporter,perl-Sub-Exporter-Progressive,perl-Sub-Identify,perl-Sub-Install,perl-Sub-Name,perl-Sub-Quote,perl-Task-Weaken,perl-Term-ANSIColor,perl-Test-Warnings,perl-Throwable,perl-Try-Tiny,perl-Variable-Magic,perl-bareword-filehandles,perl-indirect,perl-multidimensional,perl-namespace-autoclean,perl-namespace-clean,perl-strictures,perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-parent,perl-Array-Compare,perl-Type-Tiny,perl-Filesys-DiskFree,perl-Array-Compare,perl-Type-Tiny,perl-JSON' |
520 |
createrepo |
createrepo |
521 |
|
|
522 |
##################### |
##################### |
523 |
##################### |
##################### |
524 |
# NodeJS 11 |
# Postgresql |
525 |
##################### |
##################### |
526 |
##################### |
##################### |
527 |
REPO['reponame']='node11' |
for pgsqlver in "9.6" "10" "11" "12" "13"; do |
528 |
REPO['fullreponame']='NodeJS 11' |
REPO['reponame']="pgsql$pgsqlver" |
529 |
|
REPO['pkgname']='pgsql' |
530 |
|
REPO['fullreponame']="Postgresql $pgsqlver" |
531 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
532 |
REPO['Visible']='no' |
REPO['Visible']='no' |
533 |
REPO['status']='disabled' |
REPO['status']='disabled' |
534 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_11.x/el/$releasever/$basearch/' |
REPO['BaseURL']='https://yum.postgresql.org/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
535 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
536 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
537 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
ext=$pgsqlver; |
538 |
|
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
539 |
|
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
540 |
REPO['Exclude']='' |
REPO['Exclude']='' |
541 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
542 |
createrepo |
createrepo |
543 |
|
|
544 |
|
|
545 |
|
REPO['reponame']="pgsql$pgsqlver-nonfree" |
546 |
if ( "%{?dist}" == "el7" ); then |
REPO['pkgname']='pgsql' |
547 |
##################### |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
|
##################### |
|
|
# Odoo10-nightly |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='odoo10-nightly' |
|
|
REPO['fullreponame']='Odoo 10 Nightly - EL7' |
|
548 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
549 |
REPO['Visible']='no' |
REPO['Visible']='no' |
550 |
REPO['status']='disabled' |
REPO['status']='disabled' |
551 |
REPO['BaseURL']='http://nightly.odoo.com/10.0/nightly/rpm/' |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/non-free/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
552 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
553 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
554 |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
ext=$pgsqlver; |
555 |
|
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
556 |
|
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
557 |
REPO['Exclude']='' |
REPO['Exclude']='' |
558 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
559 |
createrepo |
createrepo |
560 |
|
|
561 |
##################### |
REPO['reponame']="pgsql$pgsqlver-common" |
562 |
##################### |
REPO['pkgname']='pgsql' |
563 |
# Odoo9-nightly |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='odoo9-nightly' |
|
|
REPO['fullreponame']='Odoo 9 Nightly - EL7' |
|
564 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
565 |
REPO['Visible']='no' |
REPO['Visible']='no' |
566 |
REPO['status']='disabled' |
REPO['status']='disabled' |
567 |
REPO['BaseURL']='http://nightly.odoo.com/9.0/nightly/rpm/' |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/common/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
568 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
569 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
570 |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
ext=$pgsqlver; |
571 |
REPO['Exclude']='' |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
572 |
REPO['IncludePkgs']='' |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
|
createrepo |
|
|
fi |
|
|
|
|
|
##################### |
|
|
##################### |
|
|
# Okay |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='okay' |
|
|
REPO['fullreponame']='Extra OKay Packages for Enterprise Linux - Freeswitch and FusionPBX' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='http://repo.okay.com.mx/centos/$releasever/$basearch/release' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='' |
|
573 |
REPO['Exclude']='' |
REPO['Exclude']='' |
574 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
575 |
createrepo |
createrepo |
576 |
|
|
577 |
##################### |
done |
|
##################### |
|
|
# Openfusion |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='openfusion' |
|
|
REPO['fullreponame']='Openfusion' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='yes' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='http://repo.openfusion.net/centos$releasever-$basearch' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='yes' |
|
|
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
|
|
REPO['Exclude']='perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-Exporter-Tiny,perl-ExtUtils-Install,perl-parent' |
|
|
REPO['IncludePkgs']='perl-Algorithm-C3,perl-App-cpanminus,perl-B-Hooks-EndOfScope,perl-B-Hooks-OP-Check,perl-CPAN-Metanoarch,perl-Carp,perl-Class-C3,perl-Class-Load,perl-Class-Load-XS,perl-Class-Method-Modifiers,perl-Class-Singleton,perl-Class-XSAccessor,perl-Clone-PP,perl-Data-Dumper-Concise,perl-Data-IEEE754,perl-Data-OptList,perl-Data-Printer,perl-Data-Validate-IP,perl-DateTime,perl-DateTime-Locale,perl-DateTime-TimeZone,perl-Devel-GlobalDestruction,perl-Dist-CheckConflicts,perl-Eval-Closure,perl-Exporter-Tiny,perl-ExtUtils-CBuilder,perl-ExtUtils-Install,perl-ExtUtils-Manifest,perl-File-HomeDir,perl-File-Which,perl-GeoIP2,perl-Hash-FieldHash,perl-IPC-Cmd,perl-Lexical-SealRequireHints,perl-List-AllUtils,perl-Locale-Maketext-Simple,perl-MRO-Compat,perl-Math-Int128,perl-Math-Int64,perl-MaxMind-DB-Common,perl-MaxMind-DB-Reader,perl-Module-Build,perl-Module-CoreList,perl-Module-Implementation,perl-Module-Load,perl-Module-Load-Conditional,perl-Module-Runtime,perl-Moo,perl-MooX-StrictConstructor,perl-MooX-Types-MooseLike,perl-Moose,perl-Net-Works,perl-Package-DeprecationManager,perl-Package-Stash,perl-Package-Stash-XS,perl-Params-Check,perl-Params-Classify,perl-Params-Validate,perl-Perl-OSType,perl-Role-Tiny,perl-Scalar-List-Utils,perl-Socket,perl-Sort-Naturally,perl-Sub-Exporter,perl-Sub-Exporter-Progressive,perl-Sub-Identify,perl-Sub-Install,perl-Sub-Name,perl-Sub-Quote,perl-Task-Weaken,perl-Term-ANSIColor,perl-Test-Warnings,perl-Throwable,perl-Try-Tiny,perl-Variable-Magic,perl-bareword-filehandles,perl-indirect,perl-multidimensional,perl-namespace-autoclean,perl-namespace-clean,perl-strictures,perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-parent,perl-Array-Compare,perl-Type-Tiny,perl-Exporter-Tiny,perl-Filesys-DiskFree' |
|
|
createrepo |
|
578 |
|
|
579 |
##################### |
##################### |
580 |
##################### |
##################### |
582 |
##################### |
##################### |
583 |
##################### |
##################### |
584 |
REPO['reponame']='reetp' |
REPO['reponame']='reetp' |
585 |
|
REPO['pkgname']=${REPO['reponame']} |
586 |
REPO['fullreponame']='Mirror John Crisp reetspetit.com' |
REPO['fullreponame']='Mirror John Crisp reetspetit.com' |
587 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
588 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
601 |
##################### |
##################### |
602 |
##################### |
##################### |
603 |
REPO['reponame']='remi' |
REPO['reponame']='remi' |
604 |
|
REPO['pkgname']='remi-unsafe' |
605 |
REPO['fullreponame']='Remi - EL unsafe, will conflict with your base rpms' |
REPO['fullreponame']='Remi - EL unsafe, will conflict with your base rpms' |
606 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
607 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
620 |
##################### |
##################### |
621 |
##################### |
##################### |
622 |
REPO['reponame']='remi-ocsinventory' |
REPO['reponame']='remi-ocsinventory' |
623 |
|
REPO['pkgname']=${REPO['reponame']} |
624 |
REPO['fullreponame']='Remi ocsinventory - EL' |
REPO['fullreponame']='Remi ocsinventory - EL' |
625 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
626 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
639 |
##################### |
##################### |
640 |
##################### |
##################### |
641 |
REPO['reponame']='remi-roundcube' |
REPO['reponame']='remi-roundcube' |
642 |
|
REPO['pkgname']=${REPO['reponame']} |
643 |
REPO['fullreponame']='Remi Roundcube - EL' |
REPO['fullreponame']='Remi Roundcube - EL' |
644 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
645 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
659 |
##################### |
##################### |
660 |
##################### |
##################### |
661 |
REPO['reponame']='rpmfusion' |
REPO['reponame']='rpmfusion' |
662 |
|
REPO['pkgname']=${REPO['reponame']} |
663 |
REPO['fullreponame']='rpmfusion free EL' |
REPO['fullreponame']='rpmfusion free EL' |
664 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
665 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
678 |
##################### |
##################### |
679 |
##################### |
##################### |
680 |
REPO['reponame']='rpmfusion-nonfree' |
REPO['reponame']='rpmfusion-nonfree' |
681 |
|
REPO['pkgname']='rpmfusion' |
682 |
REPO['fullreponame']='rpmfusion nonfree EL' |
REPO['fullreponame']='rpmfusion nonfree EL' |
683 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
684 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
697 |
##################### |
##################### |
698 |
##################### |
##################### |
699 |
REPO['reponame']='sogo' |
REPO['reponame']='sogo' |
700 |
|
REPO['pkgname']=${REPO['reponame']} |
701 |
REPO['fullreponame']='Inverse SOGo 2 Repository' |
REPO['fullreponame']='Inverse SOGo 2 Repository' |
702 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
703 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
716 |
##################### |
##################### |
717 |
##################### |
##################### |
718 |
REPO['reponame']='sogo3' |
REPO['reponame']='sogo3' |
719 |
|
REPO['pkgname']='sogo' |
720 |
REPO['fullreponame']='Inverse SOGo 3 Repository' |
REPO['fullreponame']='Inverse SOGo 3 Repository' |
721 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
722 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
735 |
##################### |
##################### |
736 |
##################### |
##################### |
737 |
REPO['reponame']='sogo4' |
REPO['reponame']='sogo4' |
738 |
|
REPO['pkgname']='sogo' |
739 |
REPO['fullreponame']='Inverse SOGo 4 Repository' |
REPO['fullreponame']='Inverse SOGo 4 Repository' |
740 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
741 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
754 |
##################### |
##################### |
755 |
##################### |
##################### |
756 |
REPO['reponame']='sogo-subscription' |
REPO['reponame']='sogo-subscription' |
757 |
|
REPO['pkgname']='sogo' |
758 |
REPO['fullreponame']='Inverse SOGo Repository only with subscription' |
REPO['fullreponame']='Inverse SOGo Repository only with subscription' |
759 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
760 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
773 |
##################### |
##################### |
774 |
##################### |
##################### |
775 |
REPO['reponame']='spectrum2' |
REPO['reponame']='spectrum2' |
776 |
|
REPO['pkgname']=${REPO['reponame']} |
777 |
REPO['fullreponame']='Spectrum2' |
REPO['fullreponame']='Spectrum2' |
778 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
779 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
792 |
##################### |
##################### |
793 |
##################### |
##################### |
794 |
REPO['reponame']='springdale-core' |
REPO['reponame']='springdale-core' |
795 |
|
REPO['pkgname']='springdale' |
796 |
REPO['fullreponame']='PUIAS core Base' |
REPO['fullreponame']='PUIAS core Base' |
797 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
798 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
806 |
createrepo |
createrepo |
807 |
|
|
808 |
REPO['reponame']='springdale-updates' |
REPO['reponame']='springdale-updates' |
809 |
|
REPO['pkgname']='springdale' |
810 |
REPO['fullreponame']='PUIAS core Updates' |
REPO['fullreponame']='PUIAS core Updates' |
811 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
812 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
820 |
createrepo |
createrepo |
821 |
|
|
822 |
REPO['reponame']='springdale-addons' |
REPO['reponame']='springdale-addons' |
823 |
|
REPO['pkgname']='springdale' |
824 |
REPO['fullreponame']='PUIAS Addons' |
REPO['fullreponame']='PUIAS Addons' |
825 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
826 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
834 |
createrepo |
createrepo |
835 |
|
|
836 |
REPO['reponame']='springdale-addons-updates' |
REPO['reponame']='springdale-addons-updates' |
837 |
|
REPO['pkgname']='springdale' |
838 |
REPO['fullreponame']='PUIAS Addons Updates' |
REPO['fullreponame']='PUIAS Addons Updates' |
839 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
840 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
849 |
|
|
850 |
|
|
851 |
REPO['reponame']='springdale-unsupported' |
REPO['reponame']='springdale-unsupported' |
852 |
|
REPO['pkgname']='springdale' |
853 |
REPO['fullreponame']='PUIAS Unsupported' |
REPO['fullreponame']='PUIAS Unsupported' |
854 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
855 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
863 |
createrepo |
createrepo |
864 |
|
|
865 |
REPO['reponame']='springdale-computational' |
REPO['reponame']='springdale-computational' |
866 |
|
REPO['pkgname']='springdale' |
867 |
REPO['fullreponame']='PUIAS Computational' |
REPO['fullreponame']='PUIAS Computational' |
868 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
869 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
885 |
##################### |
##################### |
886 |
##################### |
##################### |
887 |
REPO['reponame']='stephdl' |
REPO['reponame']='stephdl' |
888 |
|
REPO['pkgname']=${REPO['reponame']} |
889 |
REPO['fullreponame']='Mirror Stephane de Labrusse' |
REPO['fullreponame']='Mirror Stephane de Labrusse' |
890 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
891 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
904 |
##################### |
##################### |
905 |
##################### |
##################### |
906 |
REPO['reponame']='virtualbox' |
REPO['reponame']='virtualbox' |
907 |
|
REPO['pkgname']=${REPO['reponame']} |
908 |
REPO['fullreponame']='RHEL/CentOS VirtualBox' |
REPO['fullreponame']='RHEL/CentOS VirtualBox' |
909 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
910 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
923 |
##################### |
##################### |
924 |
##################### |
##################### |
925 |
REPO['reponame']='webtatic' |
REPO['reponame']='webtatic' |
926 |
|
REPO['pkgname']=${REPO['reponame']} |
927 |
REPO['fullreponame']='webtatic - EL' |
REPO['fullreponame']='webtatic - EL' |
928 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
929 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
946 |
##################### |
##################### |
947 |
##################### |
##################### |
948 |
REPO['reponame']='xymon' |
REPO['reponame']='xymon' |
949 |
|
REPO['pkgname']=${REPO['reponame']} |
950 |
REPO['fullreponame']='Xymon Terabithia RPMS - EL' |
REPO['fullreponame']='Xymon Terabithia RPMS - EL' |
951 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
952 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
964 |
#Zabbix2.4 |
#Zabbix2.4 |
965 |
##################### |
##################### |
966 |
##################### |
##################### |
967 |
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') |
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') |
968 |
for elasver in "4.2" "4.4" ; do |
for elasver in "4.2" "4.4" '4.5' '5.0' '5.1' '5.2' '5.3'; do |
969 |
REPO['reponame']="zabbix${zabshort[$elasver]}" |
REPO['reponame']="zabbix${zabshort[$elasver]}" |
970 |
|
REPO['pkgname']='zabbix' |
971 |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
972 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
973 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
975 |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/" |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/" |
976 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
977 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
978 |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX" |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
979 |
REPO['Exclude']='' |
REPO['Exclude']='' |
980 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
981 |
createrepo |
createrepo |
987 |
##################### |
##################### |
988 |
##################### |
##################### |
989 |
REPO['reponame']='zmrepo' |
REPO['reponame']='zmrepo' |
990 |
|
REPO['pkgname']=${REPO['reponame']} |
991 |
REPO['fullreponame']='ZoneMinder Repo - EL' |
REPO['fullreponame']='ZoneMinder Repo - EL' |
992 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
993 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1081 |
|
|
1082 |
EOF |
EOF |
1083 |
|
|
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10asterisk |
|
|
{ |
|
|
for my $name ( qw(asterisk-current) ) |
|
|
{ |
|
|
my $repo = $DB->get($name) or next; |
|
|
my $BaseURL = $repo->prop('BaseURL') || ''; |
|
|
if ($BaseURL =~ s/centos\$/centos\/\$/g) |
|
|
{$repo->set_prop('BaseURL', $BaseURL);} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
EOF |
|
1084 |
|
|
1085 |
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10openfusion |
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10openfusion |
1086 |
{ |
{ |
1087 |
my @addexclude = split(/,/,"perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-Exporter-Tiny,perl-ExtUtils-Install,perl-parent"); |
my @addexclude = split(/,/,"perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-ExtUtils-Install,perl-parent"); |
1088 |
my %removeexclude = map { $_ => 1 } split(/[,; ]+/, 'perl-version'); |
my %removeexclude = map { $_ => 1 } split(/[,; ]+/, 'perl-version'); |
1089 |
my @addinclude = split(/,/,"perl-Algorithm-C3,perl-App-cpanminus,perl-B-Hooks-EndOfScope,perl-B-Hooks-OP-Check,perl-CPAN-Metanoarch,perl-Carp,perl-Class-C3,perl-Class-Load,perl-Class-Load-XS,perl-Class-Method-Modifiers,perl-Class-Singleton,perl-Class-XSAccessor,perl-Clone-PP,perl-Data-Dumper-Concise,perl-Data-IEEE754,perl-Data-OptList,perl-Data-Printer,perl-Data-Validate-IP,perl-DateTime,perl-DateTime-Locale,perl-DateTime-TimeZone,perl-Devel-GlobalDestruction,perl-Dist-CheckConflicts,perl-Eval-Closure,perl-Exporter-Tiny,perl-ExtUtils-CBuilder,perl-ExtUtils-Install,perl-ExtUtils-Manifest,perl-File-HomeDir,perl-File-Which,perl-GeoIP2,perl-Hash-FieldHash,perl-IPC-Cmd,perl-Lexical-SealRequireHints,perl-List-AllUtils,perl-Locale-Maketext-Simple,perl-MRO-Compat,perl-Math-Int128,perl-Math-Int64,perl-MaxMind-DB-Common,perl-MaxMind-DB-Reader,perl-Module-Build,perl-Module-CoreList,perl-Module-Implementation,perl-Module-Load,perl-Module-Load-Conditional,perl-Module-Runtime,perl-Moo,perl-MooX-StrictConstructor,perl-MooX-Types-MooseLike,perl-Moose,perl-Net-Works,perl-Package-DeprecationManager,perl-Package-Stash,perl-Package-Stash-XS,perl-Params-Check,perl-Params-Classify,perl-Params-Validate,perl-Perl-OSType,perl-Role-Tiny,perl-Scalar-List-Utils,perl-Socket,perl-Sort-Naturally,perl-Sub-Exporter,perl-Sub-Exporter-Progressive,perl-Sub-Identify,perl-Sub-Install,perl-Sub-Name,perl-Sub-Quote,perl-Task-Weaken,perl-Term-ANSIColor,perl-Test-Warnings,perl-Throwable,perl-Try-Tiny,perl-Variable-Magic,perl-bareword-filehandles,perl-indirect,perl-multidimensional,perl-namespace-autoclean,perl-namespace-clean,perl-strictures,perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-parent,perl-Array-Compare,perl-Type-Tiny"); |
my @addinclude = split(/,/,"perl-Algorithm-C3,perl-App-cpanminus,perl-B-Hooks-EndOfScope,perl-B-Hooks-OP-Check,perl-CPAN-Metanoarch,perl-Carp,perl-Class-C3,perl-Class-Load,perl-Class-Load-XS,perl-Class-Method-Modifiers,perl-Class-Singleton,perl-Class-XSAccessor,perl-Clone-PP,perl-Data-Dumper-Concise,perl-Data-IEEE754,perl-Data-OptList,perl-Data-Printer,perl-Data-Validate-IP,perl-DateTime,perl-DateTime-Locale,perl-DateTime-TimeZone,perl-Devel-GlobalDestruction,perl-Dist-CheckConflicts,perl-Eval-Closure,perl-Exporter-Tiny,perl-ExtUtils-CBuilder,perl-ExtUtils-Install,perl-ExtUtils-Manifest,perl-File-HomeDir,perl-File-Which,perl-GeoIP2,perl-Hash-FieldHash,perl-IPC-Cmd,perl-Lexical-SealRequireHints,perl-List-AllUtils,perl-Locale-Maketext-Simple,perl-MRO-Compat,perl-Math-Int128,perl-Math-Int64,perl-MaxMind-DB-Common,perl-MaxMind-DB-Reader,perl-Module-Build,perl-Module-CoreList,perl-Module-Implementation,perl-Module-Load,perl-Module-Load-Conditional,perl-Module-Runtime,perl-Moo,perl-MooX-StrictConstructor,perl-MooX-Types-MooseLike,perl-Moose,perl-Net-Works,perl-Package-DeprecationManager,perl-Package-Stash,perl-Package-Stash-XS,perl-Params-Check,perl-Params-Classify,perl-Params-Validate,perl-Perl-OSType,perl-Role-Tiny,perl-Scalar-List-Utils,perl-Socket,perl-Sort-Naturally,perl-Sub-Exporter,perl-Sub-Exporter-Progressive,perl-Sub-Identify,perl-Sub-Install,perl-Sub-Name,perl-Sub-Quote,perl-Task-Weaken,perl-Term-ANSIColor,perl-Test-Warnings,perl-Throwable,perl-Try-Tiny,perl-Variable-Magic,perl-bareword-filehandles,perl-indirect,perl-multidimensional,perl-namespace-autoclean,perl-namespace-clean,perl-strictures,perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-parent,perl-Array-Compare,perl-Type-Tiny,perl-Filesys-DiskFree,perl-Array-Compare,perl-Type-Tiny"); |
1090 |
|
|
1091 |
my %removeinclude = map { $_ => 1 } split(/[,; ]+/, ''); |
my %removeinclude = map { $_ => 1 } split(/[,; ]+/, ''); |
1092 |
|
|
1093 |
for my $name ( qw(openfusion) ) |
for my $name ( qw(openfusion) ) |
1141 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
1142 |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
1143 |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
|
cat %{name}-%{version}-filelist| egrep 'digium|asterisk' > %{name}-%{version}-filelist-asterisk |
|
1144 |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
1145 |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
1146 |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
1148 |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
1149 |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
1150 |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
|
cat %{name}-%{version}-filelist| grep geekery > %{name}-%{version}-filelist-geekery |
|
1151 |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
1152 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
1153 |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
1158 |
cat %{name}-%{version}-filelist| grep reetp > %{name}-%{version}-filelist-reetp |
cat %{name}-%{version}-filelist| grep reetp > %{name}-%{version}-filelist-reetp |
1159 |
cat %{name}-%{version}-filelist| grep remi-ocsinventory > %{name}-%{version}-filelist-remi-ocsinventory |
cat %{name}-%{version}-filelist| grep remi-ocsinventory > %{name}-%{version}-filelist-remi-ocsinventory |
1160 |
cat %{name}-%{version}-filelist| grep remi-roundcube > %{name}-%{version}-filelist-remi-roundcube |
cat %{name}-%{version}-filelist| grep remi-roundcube > %{name}-%{version}-filelist-remi-roundcube |
1161 |
cat %{name}-%{version}-filelist| grep remi|egrep -v 'safe|ocsinventory|roundcube' > %{name}-%{version}-filelist-remi |
cat %{name}-%{version}-filelist| grep remi|egrep -v 'ocsinventory|roundcube' > %{name}-%{version}-filelist-remi |
1162 |
cat %{name}-%{version}-filelist| grep rpmfusion > %{name}-%{version}-filelist-rpmfusion |
cat %{name}-%{version}-filelist| grep rpmfusion > %{name}-%{version}-filelist-rpmfusion |
1163 |
cat %{name}-%{version}-filelist| grep sogo > %{name}-%{version}-filelist-sogo |
cat %{name}-%{version}-filelist| grep sogo > %{name}-%{version}-filelist-sogo |
1164 |
cat %{name}-%{version}-filelist| grep spectrum2 > %{name}-%{version}-filelist-spectrum2 |
cat %{name}-%{version}-filelist| grep spectrum2 > %{name}-%{version}-filelist-spectrum2 |
1169 |
cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon |
cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon |
1170 |
cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix |
cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix |
1171 |
cat %{name}-%{version}-filelist| grep zmrepo > %{name}-%{version}-filelist-zmrepo |
cat %{name}-%{version}-filelist| grep zmrepo > %{name}-%{version}-filelist-zmrepo |
1172 |
|
cat %{name}-%{version}-filelist| grep pgsql > %{name}-%{version}-filelist-pgsql |
1173 |
%clean |
%clean |
1174 |
cd .. |
cd .. |
1175 |
rm -rf %{name}-%{version} |
rm -rf %{name}-%{version} |
1210 |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
1211 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1212 |
|
|
|
%package asterisk |
|
|
Summary: All repositories you need for Asterisk and FreePBX |
|
|
%description asterisk |
|
|
All repositories you need for Asterisk and FreePBX |
|
|
%files asterisk -f %{name}-%{version}-filelist-asterisk |
|
|
%defattr(-,root,root) |
|
|
|
|
1213 |
%package egroupware |
%package egroupware |
1214 |
Summary: Repository for eGroupWare |
Summary: Repository for eGroupWare |
1215 |
%description egroupware |
%description egroupware |
1259 |
%files fws -f %{name}-%{version}-filelist-fws |
%files fws -f %{name}-%{version}-filelist-fws |
1260 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1261 |
|
|
|
%package geekery |
|
|
Summary: Geekery Repository |
|
|
%description geekery |
|
|
Geekery Repository |
|
|
%files geekery -f %{name}-%{version}-filelist-geekery |
|
|
%defattr(-,root,root) |
|
|
|
|
1262 |
%package libreswan |
%package libreswan |
1263 |
Summary: Libreswan Repository |
Summary: Libreswan Repository |
1264 |
%description libreswan |
%description libreswan |
1296 |
%files openfusion -f %{name}-%{version}-filelist-openfusion |
%files openfusion -f %{name}-%{version}-filelist-openfusion |
1297 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1298 |
|
|
1299 |
|
%package pgsql |
1300 |
|
Summary: PostGreSQL Repositories |
1301 |
|
%description pgsql |
1302 |
|
PostGreSQL Repositories |
1303 |
|
%files pgsql -f %{name}-%{version}-filelist-pgsql |
1304 |
|
%defattr(-,root,root) |
1305 |
|
|
1306 |
%package reetp |
%package reetp |
1307 |
Summary: Mirror John Crisp reetspetit.com |
Summary: Mirror John Crisp reetspetit.com |
1308 |
%description reetp |
%description reetp |