1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 34 |
%define release 45 |
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} |
13 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
14 |
Requires: e-smith-release >= 10.0 |
Requires: e-smith-release >= 10.0 |
15 |
AutoReqProv: no |
AutoReqProv: no |
16 |
|
Source0: https://raw.githubusercontent.com/ONLYOFFICE/repo/master/centos/RPM-GPG-KEY-ONLYOFFICE |
17 |
|
Source1: https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL7 |
18 |
|
|
19 |
%description |
%description |
20 |
Provides configuration for external yum repository comaptible with Koozali SME Server. |
Provides configuration for external yum repository comaptible with Koozali SME Server. |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Tue Feb 20 2024 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-45.sme |
24 |
|
- update pgsql gpg keys and add new versions [SME: 12473] |
25 |
|
|
26 |
|
* Fri Oct 27 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-43.sme |
27 |
|
- add new elastic repos [SME: 12422] |
28 |
|
- add wandisco distribution of git [SME: 12345] |
29 |
|
- add priority to centos sclo [SME: 12278] |
30 |
|
- add lemonldap 1.4 1.9 and 2.0 on top of stable (2.0) [SME: 12143] |
31 |
|
|
32 |
|
* Mon Sep 04 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-42.sme |
33 |
|
- Fix the error in the spec file [SME: 12389] |
34 |
|
|
35 |
|
* Wed Jul 26 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-41.sme |
36 |
|
- fix issues with libreswan repo [SME: 12389] |
37 |
|
- Remove old mongodb repos prior to 4.0 |
38 |
|
|
39 |
|
* Wed Jun 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-40.sme |
40 |
|
- add mongodb repos [SME: 11905] |
41 |
|
- add onlyoffice repo [SME: 12078] |
42 |
|
- add nginx repo [SME: 12079] |
43 |
|
|
44 |
|
* Sat May 28 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-39.sme |
45 |
|
- fix typo in pgsql url |
46 |
|
|
47 |
|
* Thu Mar 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-38.sme |
48 |
|
- add docker-ce repo [SME: 11894] |
49 |
|
|
50 |
|
* Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-37.sme |
51 |
|
- add collaboraoffice repo [SME: 11888] |
52 |
|
|
53 |
|
* Thu Feb 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-36.sme |
54 |
|
- add Copr repo for fusioninventory-agent owned by trasher [SME: 11751] |
55 |
|
- fix update event for sclo [SME: 11876] |
56 |
|
|
57 |
|
* Mon Nov 29 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-35.sme |
58 |
|
- fix node repos |
59 |
|
|
60 |
* Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-34.sme |
* Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-34.sme |
61 |
- add asterisk [SME: 11512] |
- add asterisk [SME: 11512] |
62 |
- add lemonldap [SME: 11740] |
- add lemonldap [SME: 11740] |
175 |
# if needing to add a gpg key |
# if needing to add a gpg key |
176 |
#cp %source0 $RPM_BUILD_ROOT/usr/share/rpm-gpg-keys/ |
#cp %source0 $RPM_BUILD_ROOT/usr/share/rpm-gpg-keys/ |
177 |
#/usr/share/rpm-gpg-keys/RPM-GPG-KEY-${REPO['reponame']} |
#/usr/share/rpm-gpg-keys/RPM-GPG-KEY-${REPO['reponame']} |
178 |
|
cp %SOURCE0 $RPM_BUILD_ROOT/usr/share/rpm-gpg-keys/ |
179 |
|
cp %SOURCE1 $RPM_BUILD_ROOT/usr/share/rpm-gpg-keys/PGDG-RPM-GPG-KEY-RHEL7-pgsql |
180 |
|
|
181 |
# if needing to migrate something : |
# if needing to migrate something : |
182 |
#mkdir -p $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate |
#mkdir -p $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate |
213 |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Exclude |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Exclude |
214 |
[[ "${REPO['IncludePkgs']}" != '' ]] && echo "${REPO['IncludePkgs']}" >\ |
[[ "${REPO['IncludePkgs']}" != '' ]] && echo "${REPO['IncludePkgs']}" >\ |
215 |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/IncludePkgs |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/IncludePkgs |
216 |
|
[[ "${REPO['Priority']}" != '' ]] && echo "${REPO['Priority']}" >\ |
217 |
|
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Priority |
218 |
return 0 |
return 0 |
219 |
} |
} |
220 |
|
|
237 |
REPO['GPGKey']="https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny" |
REPO['GPGKey']="https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny" |
238 |
REPO['Exclude']='' |
REPO['Exclude']='' |
239 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
240 |
|
REPO['Priority']='' |
241 |
createrepo |
createrepo |
242 |
done |
done |
243 |
|
|
253 |
REPO['GPGKey']='https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny' |
REPO['GPGKey']='https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny' |
254 |
REPO['Exclude']='' |
REPO['Exclude']='' |
255 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
256 |
|
REPO['Priority']='' |
257 |
createrepo |
createrepo |
258 |
|
|
259 |
|
|
275 |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
276 |
REPO['Exclude']='' |
REPO['Exclude']='' |
277 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
278 |
|
REPO['Priority']='' |
279 |
createrepo |
createrepo |
280 |
|
|
281 |
##################### |
##################### |
295 |
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
296 |
REPO['Exclude']='' |
REPO['Exclude']='' |
297 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
298 |
|
REPO['Priority']='' |
299 |
createrepo |
createrepo |
300 |
|
|
301 |
REPO['reponame']='bareos20-source' |
REPO['reponame']='bareos20-source' |
310 |
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
311 |
REPO['Exclude']='' |
REPO['Exclude']='' |
312 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
313 |
|
REPO['Priority']='' |
314 |
createrepo |
createrepo |
315 |
|
|
316 |
REPO['reponame']='bareos20-debuginfo' |
REPO['reponame']='bareos20-debuginfo' |
325 |
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
326 |
REPO['Exclude']='' |
REPO['Exclude']='' |
327 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
328 |
|
REPO['Priority']='' |
329 |
createrepo |
createrepo |
330 |
|
|
331 |
|
|
336 |
##################### |
##################### |
337 |
##################### |
##################### |
338 |
REPO['reponame']='centos-sclo-centos' |
REPO['reponame']='centos-sclo-centos' |
339 |
REPO['pkgname']=${REPO['reponame']} |
REPO['pkgname']="centos-sclo" #${REPO['reponame']} |
340 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
341 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
342 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
343 |
REPO['status']='disabled' |
REPO['status']='enabled' |
344 |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' |
345 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
346 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
347 |
REPO['GPGKey']='https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo' |
REPO['GPGKey']='https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo' |
348 |
REPO['Exclude']='' |
REPO['Exclude']='' |
349 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
350 |
|
REPO['Priority']='10' |
351 |
createrepo |
createrepo |
352 |
|
|
353 |
##################### |
##################### |
356 |
##################### |
##################### |
357 |
##################### |
##################### |
358 |
REPO['reponame']='centos-sclo-rh' |
REPO['reponame']='centos-sclo-rh' |
359 |
REPO['pkgname']=${REPO['reponame']} |
REPO['pkgname']='centos-sclo' #${REPO['reponame']} |
360 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
361 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
362 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
363 |
REPO['status']='disabled' |
REPO['status']='enabled' |
364 |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' |
365 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
366 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
367 |
REPO['GPGKey']='https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo' |
REPO['GPGKey']='https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo' |
368 |
REPO['Exclude']='' |
REPO['Exclude']='' |
369 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
370 |
|
REPO['Priority']='10' |
371 |
|
createrepo |
372 |
|
|
373 |
|
##################### |
374 |
|
##################### |
375 |
|
#collaboraoffice.com |
376 |
|
##################### |
377 |
|
##################### |
378 |
|
REPO['reponame']='collaboraoffice' |
379 |
|
REPO['pkgname']=${REPO['reponame']} |
380 |
|
REPO['fullreponame']='collaboraoffice.com_repos_CollaboraOnline_CODE-centos' |
381 |
|
REPO['EnableGroups']='no' |
382 |
|
REPO['Visible']='yes' |
383 |
|
REPO['status']='enabled' |
384 |
|
REPO['BaseURL']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos$releasever' |
385 |
|
REPO['MirrorList']='' |
386 |
|
REPO['GPGCheck']='yes' |
387 |
|
REPO['GPGKey']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos7/repodata/repomd.xml.key' |
388 |
|
REPO['Exclude']='' |
389 |
|
REPO['IncludePkgs']='' |
390 |
|
REPO['Priority']='' |
391 |
createrepo |
createrepo |
392 |
|
|
393 |
##################### |
##################### |
394 |
##################### |
##################### |
395 |
|
#docker-ce |
396 |
|
##################### |
397 |
|
##################### |
398 |
|
REPO['reponame']='docker-ce' |
399 |
|
REPO['pkgname']=${REPO['reponame']} |
400 |
|
REPO['fullreponame']='docker-ce' |
401 |
|
REPO['EnableGroups']='no' |
402 |
|
REPO['Visible']='yes' |
403 |
|
REPO['status']='enabled' |
404 |
|
REPO['BaseURL']='https://download.docker.com/linux/centos/$releasever/$basearch/stable' |
405 |
|
REPO['MirrorList']='' |
406 |
|
REPO['GPGCheck']='yes' |
407 |
|
REPO['GPGKey']='https://download.docker.com/linux/centos/gpg' |
408 |
|
REPO['Exclude']='' |
409 |
|
REPO['IncludePkgs']='' |
410 |
|
REPO['Priority']='' |
411 |
|
createrepo |
412 |
|
|
413 |
|
|
414 |
|
##################### |
415 |
|
##################### |
416 |
#egroupware |
#egroupware |
417 |
##################### |
##################### |
418 |
##################### |
##################### |
428 |
REPO['GPGKey']='http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_$releasever/repodata/repomd.xml.key' |
REPO['GPGKey']='http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_$releasever/repodata/repomd.xml.key' |
429 |
REPO['Exclude']='' |
REPO['Exclude']='' |
430 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
431 |
|
REPO['Priority']='' |
432 |
createrepo |
createrepo |
433 |
|
|
434 |
##################### |
##################### |
436 |
#elastic |
#elastic |
437 |
##################### |
##################### |
438 |
##################### |
##################### |
439 |
declare -A elashort=( ['6.x']='6.x' ['5.x']='5.x' ['1.6']='1' ) |
declare -A elashort=(['oss-8.x']='oss-8.x' ['8.x']='8.x' ['7.x']='7.x' ['6.x']='6.x' ['5.x']='5.x' ['1.6']='1' ) |
440 |
for elasver in "6.x" "5.x" "1.6"; do |
for elasver in "8.x" "7.x" "6.x" "5.x" "1.6"; do |
441 |
REPO['reponame']="elastic${elashort[$elasver]}" |
REPO['reponame']="elastic${elashort[$elasver]}" |
442 |
REPO['pkgname']='elastic' |
REPO['pkgname']='elastic' |
443 |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
450 |
REPO['GPGKey']='https://artifacts.elastic.co/GPG-KEY-elasticsearch' |
REPO['GPGKey']='https://artifacts.elastic.co/GPG-KEY-elasticsearch' |
451 |
REPO['Exclude']='' |
REPO['Exclude']='' |
452 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
453 |
|
REPO['Priority']='' |
454 |
createrepo |
createrepo |
455 |
done |
done |
456 |
|
|
471 |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
472 |
REPO['Exclude']='clamav,spamassassin,libselinux,perl-HTML-Parser,lm_sensors,perl-IO-stringy,perl-XML-Parser,razor-agents,libgcrypt,rpm-python,libxml2,zlib,gnupg,libxml2-python,yum,module-init-tools,rpm,gettext,librpm4,glib2,perl-libwww-perl,perl-Convert-ASN1,beecrypt,fetchmail,libacl,libtool-ltdl,popt,libgpg-error,freetype,perl-MIME-tools,mutt,gd,perl-TimeDate,librpm4.4' |
REPO['Exclude']='clamav,spamassassin,libselinux,perl-HTML-Parser,lm_sensors,perl-IO-stringy,perl-XML-Parser,razor-agents,libgcrypt,rpm-python,libxml2,zlib,gnupg,libxml2-python,yum,module-init-tools,rpm,gettext,librpm4,glib2,perl-libwww-perl,perl-Convert-ASN1,beecrypt,fetchmail,libacl,libtool-ltdl,popt,libgpg-error,freetype,perl-MIME-tools,mutt,gd,perl-TimeDate,librpm4.4' |
473 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
474 |
|
REPO['Priority']='' |
475 |
createrepo |
createrepo |
476 |
|
|
477 |
##################### |
##################### |
491 |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
492 |
REPO['Exclude']='' |
REPO['Exclude']='' |
493 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
494 |
|
REPO['Priority']='' |
495 |
createrepo |
createrepo |
496 |
|
|
497 |
##################### |
##################### |
511 |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
512 |
REPO['Exclude']='perl-Razor-Agent,pwauth' |
REPO['Exclude']='perl-Razor-Agent,pwauth' |
513 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
514 |
|
REPO['Priority']='' |
515 |
createrepo |
createrepo |
516 |
|
|
517 |
##################### |
##################### |
531 |
REPO['GPGKey']='http://packages.erlang-solutions.com/rpm/erlang_solutions.asc' |
REPO['GPGKey']='http://packages.erlang-solutions.com/rpm/erlang_solutions.asc' |
532 |
REPO['Exclude']='' |
REPO['Exclude']='' |
533 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
534 |
|
REPO['Priority']='' |
535 |
createrepo |
createrepo |
536 |
|
|
537 |
##################### |
##################### |
551 |
REPO['GPGKey']='file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH' |
REPO['GPGKey']='file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH' |
552 |
REPO['Exclude']='' |
REPO['Exclude']='' |
553 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
554 |
|
REPO['Priority']='' |
555 |
createrepo |
createrepo |
556 |
|
|
557 |
##################### |
##################### |
571 |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
572 |
REPO['Exclude']='' |
REPO['Exclude']='' |
573 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
574 |
|
REPO['Priority']='' |
575 |
createrepo |
createrepo |
576 |
|
|
577 |
##################### |
##################### |
591 |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
592 |
REPO['Exclude']='' |
REPO['Exclude']='' |
593 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
594 |
|
REPO['Priority']='' |
595 |
|
createrepo |
596 |
|
|
597 |
|
##################### |
598 |
|
##################### |
599 |
|
#fusion inventory |
600 |
|
##################### |
601 |
|
##################### |
602 |
|
REPO['reponame']='fusioninventory-agent' |
603 |
|
REPO['pkgname']='fusioninventory-agent' |
604 |
|
REPO['fullreponame']='Copr repo for fusioninventory-agent owned by trasher' |
605 |
|
REPO['EnableGroups']='no' |
606 |
|
REPO['Visible']='no' |
607 |
|
REPO['status']='disabled' |
608 |
|
REPO['BaseURL']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/epel-$releasever-$basearch/' |
609 |
|
REPO['MirrorList']='' |
610 |
|
REPO['GPGCheck']='yes' |
611 |
|
REPO['GPGKey']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/pubkey.gpg' |
612 |
|
REPO['Exclude']='' |
613 |
|
REPO['IncludePkgs']='' |
614 |
|
REPO['Priority']='' |
615 |
createrepo |
createrepo |
616 |
|
|
617 |
|
|
618 |
##################### |
##################### |
619 |
##################### |
##################### |
620 |
# LemonLDAP-NG |
# LemonLDAP-NG |
625 |
REPO['fullreponame']='LemonLDAP::NG packages' |
REPO['fullreponame']='LemonLDAP::NG packages' |
626 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
627 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
628 |
REPO['status']='disabled' |
REPO['status']='enabled' |
629 |
REPO['BaseURL']='https://lemonldap-ng.org/redhat/stable/$releasever/noarch' |
REPO['BaseURL']='https://lemonldap-ng.org/redhat/stable/$releasever/noarch' |
630 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
631 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
632 |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
633 |
REPO['Exclude']='' |
REPO['Exclude']='' |
634 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
635 |
|
REPO['Priority']='' |
636 |
createrepo |
createrepo |
637 |
|
|
638 |
REPO['reponame']='lemonldap-ng-extras' |
REPO['reponame']='lemonldap-ng-extras' |
647 |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
648 |
REPO['Exclude']='' |
REPO['Exclude']='' |
649 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
650 |
|
REPO['Priority']='' |
651 |
createrepo |
createrepo |
652 |
|
|
653 |
|
EPO['reponame']='lemonldap-ng-1.4' |
654 |
|
REPO['pkgname']='lemonldap1.4' |
655 |
|
REPO['fullreponame']='LemonLDAP::NG packages 1.4' |
656 |
|
REPO['EnableGroups']='no' |
657 |
|
REPO['Visible']='yes' |
658 |
|
REPO['status']='disabled' |
659 |
|
REPO['BaseURL']='https://lemonldap-ng.org/redhat/1.4/$releasever/noarch' |
660 |
|
REPO['MirrorList']='' |
661 |
|
REPO['GPGCheck']='yes' |
662 |
|
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
663 |
|
REPO['Exclude']='' |
664 |
|
REPO['IncludePkgs']='' |
665 |
|
REPO['Priority']='' |
666 |
|
createrepo |
667 |
|
|
668 |
|
REPO['reponame']='lemonldap-ng-1.9' |
669 |
|
REPO['pkgname']='lemonldap1.9' |
670 |
|
REPO['fullreponame']='LemonLDAP::NG packages 1.9' |
671 |
|
REPO['EnableGroups']='no' |
672 |
|
REPO['Visible']='yes' |
673 |
|
REPO['status']='disabled' |
674 |
|
REPO['BaseURL']='https://lemonldap-ng.org/redhat/1.9/$releasever/noarch' |
675 |
|
REPO['MirrorList']='' |
676 |
|
REPO['GPGCheck']='yes' |
677 |
|
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
678 |
|
REPO['Exclude']='' |
679 |
|
REPO['IncludePkgs']='' |
680 |
|
REPO['Priority']='' |
681 |
|
createrepo |
682 |
|
|
683 |
|
REPO['reponame']='lemonldap-ng-2.0' |
684 |
|
REPO['pkgname']='lemonldap2.0' |
685 |
|
REPO['fullreponame']='LemonLDAP::NG packages 2.0' |
686 |
|
REPO['EnableGroups']='no' |
687 |
|
REPO['Visible']='yes' |
688 |
|
REPO['status']='disabled' |
689 |
|
REPO['BaseURL']='https://lemonldap-ng.org/redhat/2.0/$releasever/noarch' |
690 |
|
REPO['MirrorList']='' |
691 |
|
REPO['GPGCheck']='yes' |
692 |
|
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
693 |
|
REPO['Exclude']='' |
694 |
|
REPO['IncludePkgs']='' |
695 |
|
REPO['Priority']='' |
696 |
|
createrepo |
697 |
|
|
698 |
|
|
699 |
##################### |
##################### |
710 |
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/' |
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/' |
711 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
712 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
713 |
REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan' |
REPO['GPGKey']='http://download.libreswan.org/RPM-GPG-KEY-libreswan' |
714 |
REPO['Exclude']='' |
REPO['Exclude']='' |
715 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
716 |
|
REPO['Priority']='10' |
717 |
createrepo |
createrepo |
718 |
|
|
719 |
|
|
720 |
##################### |
##################### |
721 |
##################### |
##################### |
722 |
|
# Mongodb |
723 |
|
##################### |
724 |
|
##################### |
725 |
|
for nodever in "4.0" "4.1" "4.2" "4.3" "4.4" "5.0" "6.0" "7.0"; do |
726 |
|
REPO['reponame']="mongodb$nodever" |
727 |
|
REPO['pkgname']='mongodb' |
728 |
|
REPO['fullreponame']="Mongodb $nodever" |
729 |
|
REPO['EnableGroups']='no' |
730 |
|
REPO['Visible']='yes' |
731 |
|
REPO['status']='disabled' |
732 |
|
REPO['BaseURL']="https://repo.mongodb.org/yum/redhat/\$releasever/mongodb-org/$nodever/\$basearch/" |
733 |
|
REPO['MirrorList']='' |
734 |
|
REPO['GPGCheck']='yes' |
735 |
|
REPO['GPGKey']="https://www.mongodb.org/static/pgp/server-$nodever.asc" |
736 |
|
REPO['Exclude']='' |
737 |
|
REPO['IncludePkgs']='' |
738 |
|
REPO['Priority']='' |
739 |
|
createrepo |
740 |
|
done |
741 |
|
|
742 |
|
##################### |
743 |
|
##################### |
744 |
|
# Nginx |
745 |
|
##################### |
746 |
|
##################### |
747 |
|
REPO['reponame']='nginx' |
748 |
|
REPO['pkgname']='nginx' |
749 |
|
REPO['fullreponame']='nginx stable repo' |
750 |
|
REPO['EnableGroups']='no' |
751 |
|
REPO['Visible']='yes' |
752 |
|
REPO['status']='enabled' |
753 |
|
REPO['BaseURL']='http://nginx.org/packages/centos/$releasever/$basearch/' |
754 |
|
REPO['MirrorList']='' |
755 |
|
REPO['GPGCheck']='yes' |
756 |
|
REPO['GPGKey']='https://nginx.org/keys/nginx_signing.key' |
757 |
|
REPO['Exclude']='' |
758 |
|
REPO['IncludePkgs']='' |
759 |
|
REPO['Priority']='' |
760 |
|
createrepo |
761 |
|
|
762 |
|
REPO['reponame']='nginx-mainline' |
763 |
|
REPO['pkgname']='nginx' |
764 |
|
REPO['fullreponame']='nginx mainline repo' |
765 |
|
REPO['EnableGroups']='no' |
766 |
|
REPO['Visible']='yes' |
767 |
|
REPO['status']='disabled' |
768 |
|
REPO['BaseURL']='http://nginx.org/packages/mainline/centos/$releasever/$basearch/' |
769 |
|
REPO['MirrorList']='' |
770 |
|
REPO['GPGCheck']='yes' |
771 |
|
REPO['GPGKey']='https://nginx.org/keys/nginx_signing.key' |
772 |
|
REPO['Exclude']='' |
773 |
|
REPO['IncludePkgs']='' |
774 |
|
REPO['Priority']='' |
775 |
|
createrepo |
776 |
|
|
777 |
|
|
778 |
|
|
779 |
|
|
780 |
|
##################### |
781 |
|
##################### |
782 |
# NodeJS 4 |
# NodeJS 4 |
783 |
##################### |
##################### |
784 |
##################### |
##################### |
785 |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11"; do |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17"; do |
786 |
REPO['reponame']="node$nodever" |
REPO['reponame']="node$nodever" |
787 |
REPO['pkgname']='node' |
REPO['pkgname']='node' |
788 |
REPO['fullreponame']="NodeJS $nodever" |
REPO['fullreponame']="NodeJS $nodever" |
789 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
790 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
791 |
REPO['status']='disabled' |
REPO['status']='disabled' |
792 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_'.$nodever.'.x/el/$releasever/$basearch/' |
REPO['BaseURL']="https://rpm.nodesource.com/pub_$nodever.x/el/\$releasever/\$basearch/" |
793 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
794 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
795 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' |
796 |
|
#'https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
797 |
|
#'https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' |
798 |
REPO['Exclude']='' |
REPO['Exclude']='' |
799 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
800 |
|
REPO['Priority']='' |
801 |
createrepo |
createrepo |
802 |
done |
done |
803 |
|
|
820 |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
821 |
REPO['Exclude']='' |
REPO['Exclude']='' |
822 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
823 |
|
REPO['Priority']='' |
824 |
createrepo |
createrepo |
825 |
|
|
826 |
##################### |
##################### |
840 |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
841 |
REPO['Exclude']='' |
REPO['Exclude']='' |
842 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
843 |
|
REPO['Priority']='' |
844 |
createrepo |
createrepo |
845 |
fi |
fi |
846 |
|
|
861 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
862 |
REPO['Exclude']='' |
REPO['Exclude']='' |
863 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
864 |
|
REPO['Priority']='' |
865 |
|
createrepo |
866 |
|
|
867 |
|
##################### |
868 |
|
##################### |
869 |
|
# Onlyoffice |
870 |
|
##################### |
871 |
|
##################### |
872 |
|
REPO['reponame']='onlyoffice' |
873 |
|
REPO['pkgname']=${REPO['reponame']} |
874 |
|
REPO['fullreponame']='Onlyoffice document server - community edition' |
875 |
|
REPO['EnableGroups']='no' |
876 |
|
REPO['Visible']='yes' |
877 |
|
REPO['status']='enabled' |
878 |
|
REPO['BaseURL']='https://download.onlyoffice.com/repo/centos/main/noarch/' |
879 |
|
REPO['MirrorList']='' |
880 |
|
REPO['GPGCheck']='no' |
881 |
|
REPO['GPGKey']='https://raw.githubusercontent.com/ONLYOFFICE/repo/master/centos/RPM-GPG-KEY-ONLYOFFICE' |
882 |
|
REPO['Exclude']='' |
883 |
|
REPO['IncludePkgs']='' |
884 |
|
REPO['Priority']='' |
885 |
createrepo |
createrepo |
886 |
|
|
887 |
##################### |
##################### |
901 |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
902 |
REPO['Exclude']='perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-ExtUtils-Install,perl-parent' |
REPO['Exclude']='perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-ExtUtils-Install,perl-parent' |
903 |
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' |
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' |
904 |
|
REPO['Priority']='' |
905 |
createrepo |
createrepo |
906 |
|
|
907 |
##################### |
##################### |
909 |
# Postgresql |
# Postgresql |
910 |
##################### |
##################### |
911 |
##################### |
##################### |
912 |
for pgsqlver in "9.6" "10" "11" "12" "13"; do |
for pgsqlver in "12" "13" "14" "15" "16"; do |
913 |
REPO['reponame']="pgsql$pgsqlver" |
REPO['reponame']="pgsql$pgsqlver" |
914 |
REPO['pkgname']='pgsql' |
REPO['pkgname']='pgsql' |
915 |
REPO['fullreponame']="Postgresql $pgsqlver" |
REPO['fullreponame']="Postgresql $pgsqlver" |
916 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
917 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
918 |
REPO['status']='disabled' |
REPO['status']='disabled' |
919 |
REPO['BaseURL']='https://yum.postgresql.org/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://yum.postgresql.org/'$pgsqlver'/redhat/rhel-$releasever-$basearch/' |
920 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
921 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
922 |
ext=$pgsqlver; |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL7' |
923 |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
#https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL |
924 |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
#https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-AARCH64-RHEL |
925 |
REPO['Exclude']='' |
REPO['Exclude']='' |
926 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
927 |
|
REPO['Priority']='' |
928 |
createrepo |
createrepo |
929 |
|
|
930 |
|
|
934 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
935 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
936 |
REPO['status']='disabled' |
REPO['status']='disabled' |
937 |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/non-free/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/non-free/'$pgsqlver'/redhat/rhel-$releasever-$basearch/' |
938 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
939 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
940 |
ext=$pgsqlver; |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL7-nonfree' |
941 |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
#https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL-nonfree |
|
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
|
942 |
REPO['Exclude']='' |
REPO['Exclude']='' |
943 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
944 |
|
REPO['Priority']='' |
945 |
createrepo |
createrepo |
946 |
|
|
947 |
REPO['reponame']="pgsql$pgsqlver-common" |
REPO['reponame']="pgsql$pgsqlver-common" |
950 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
951 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
952 |
REPO['status']='disabled' |
REPO['status']='disabled' |
953 |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/common/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/common/'$pgsqlver'/redhat/rhel-$releasever-$basearch/' |
954 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
955 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
956 |
ext=$pgsqlver; |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL7' |
957 |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
#https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL |
958 |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
#https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-AARCH64-RHEL |
959 |
REPO['Exclude']='' |
REPO['Exclude']='' |
960 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
961 |
|
REPO['Priority']='' |
962 |
createrepo |
createrepo |
963 |
|
|
964 |
done |
done |
980 |
REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' |
REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' |
981 |
REPO['Exclude']='' |
REPO['Exclude']='' |
982 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
983 |
|
REPO['Priority']='' |
984 |
createrepo |
createrepo |
985 |
|
|
986 |
##################### |
##################### |
1000 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
1001 |
REPO['Exclude']='mysql*,php-*,phpMyAdmin' |
REPO['Exclude']='mysql*,php-*,phpMyAdmin' |
1002 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1003 |
|
REPO['Priority']='' |
1004 |
createrepo |
createrepo |
1005 |
|
|
1006 |
##################### |
##################### |
1020 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
1021 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1022 |
REPO['IncludePkgs']='ocsinventory* perl-Ocsinventory-Agent' |
REPO['IncludePkgs']='ocsinventory* perl-Ocsinventory-Agent' |
1023 |
|
REPO['Priority']='' |
1024 |
createrepo |
createrepo |
1025 |
|
|
1026 |
##################### |
##################### |
1040 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
1041 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1042 |
REPO['IncludePkgs']='php-kolab-net-ldap3,php-pear-Mail-mimeDecode,php-pear-Net-IDNA2,php-pear-Net-LDAP2,roundcubemail' |
REPO['IncludePkgs']='php-kolab-net-ldap3,php-pear-Mail-mimeDecode,php-pear-Net-IDNA2,php-pear-Net-LDAP2,roundcubemail' |
1043 |
|
REPO['Priority']='' |
1044 |
createrepo |
createrepo |
1045 |
|
|
1046 |
|
|
1061 |
REPO['GPGKey']='https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-el-$releasever' |
REPO['GPGKey']='https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-el-$releasever' |
1062 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1063 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1064 |
|
REPO['Priority']='' |
1065 |
createrepo |
createrepo |
1066 |
|
|
1067 |
##################### |
##################### |
1081 |
REPO['GPGKey']='https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-el-$releasever' |
REPO['GPGKey']='https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-el-$releasever' |
1082 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1083 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1084 |
|
REPO['Priority']='' |
1085 |
createrepo |
createrepo |
1086 |
|
|
1087 |
##################### |
##################### |
1101 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1102 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1103 |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
1104 |
|
REPO['Priority']='' |
1105 |
createrepo |
createrepo |
1106 |
|
|
1107 |
##################### |
##################### |
1121 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1122 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1123 |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
1124 |
|
REPO['Priority']='' |
1125 |
createrepo |
createrepo |
1126 |
|
|
1127 |
##################### |
##################### |
1141 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1142 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1143 |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
1144 |
|
REPO['Priority']='' |
1145 |
createrepo |
createrepo |
1146 |
|
|
1147 |
##################### |
##################### |
1161 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1162 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1163 |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
1164 |
|
REPO['Priority']='' |
1165 |
createrepo |
createrepo |
1166 |
|
|
1167 |
##################### |
##################### |
1181 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1182 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1183 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1184 |
|
REPO['Priority']='' |
1185 |
createrepo |
createrepo |
1186 |
|
|
1187 |
##################### |
##################### |
1201 |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
1202 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1203 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1204 |
|
REPO['Priority']='' |
1205 |
createrepo |
createrepo |
1206 |
|
|
1207 |
REPO['reponame']='springdale-updates' |
REPO['reponame']='springdale-updates' |
1216 |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/updates/$basearch/en/os/RPM-GPG-KEY-puias' |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/updates/$basearch/en/os/RPM-GPG-KEY-puias' |
1217 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1218 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1219 |
|
REPO['Priority']='' |
1220 |
createrepo |
createrepo |
1221 |
|
|
1222 |
REPO['reponame']='springdale-addons' |
REPO['reponame']='springdale-addons' |
1231 |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
1232 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1233 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1234 |
|
REPO['Priority']='' |
1235 |
createrepo |
createrepo |
1236 |
|
|
1237 |
REPO['reponame']='springdale-addons-updates' |
REPO['reponame']='springdale-addons-updates' |
1246 |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
1247 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1248 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1249 |
|
REPO['Priority']='' |
1250 |
createrepo |
createrepo |
1251 |
|
|
1252 |
|
|
1262 |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
1263 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1264 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1265 |
|
REPO['Priority']='' |
1266 |
createrepo |
createrepo |
1267 |
|
|
1268 |
REPO['reponame']='springdale-computational' |
REPO['reponame']='springdale-computational' |
1277 |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
1278 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1279 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1280 |
|
REPO['Priority']='' |
1281 |
createrepo |
createrepo |
1282 |
|
|
1283 |
|
|
1300 |
REPO['GPGKey']='http://mirror.de-labrusse.fr/RPM-GPG-KEY' |
REPO['GPGKey']='http://mirror.de-labrusse.fr/RPM-GPG-KEY' |
1301 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1302 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1303 |
|
REPO['Priority']='' |
1304 |
createrepo |
createrepo |
1305 |
|
|
1306 |
##################### |
##################### |
1320 |
REPO['GPGKey']='https://www.virtualbox.org/download/oracle_vbox.asc' |
REPO['GPGKey']='https://www.virtualbox.org/download/oracle_vbox.asc' |
1321 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1322 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1323 |
|
REPO['Priority']='' |
1324 |
|
createrepo |
1325 |
|
|
1326 |
|
##################### |
1327 |
|
##################### |
1328 |
|
#Wandisco git |
1329 |
|
##################### |
1330 |
|
##################### |
1331 |
|
REPO['reponame']='WANdisco-git' |
1332 |
|
REPO['pkgname']=${REPO['reponame']} |
1333 |
|
REPO['fullreponame']='WANdisco Distribution of git' |
1334 |
|
REPO['EnableGroups']='no' |
1335 |
|
REPO['Visible']='yes' |
1336 |
|
REPO['status']='enabled' |
1337 |
|
REPO['BaseURL']='https://opensource.wandisco.com/rhel/$releasever/git/$basearch' |
1338 |
|
REPO['MirrorList']='' |
1339 |
|
REPO['GPGCheck']='yes' |
1340 |
|
REPO['GPGKey']="https://opensource.wandisco.com/RPM-GPG-KEY-WANdisco" |
1341 |
|
REPO['Exclude']='' |
1342 |
|
REPO['IncludePkgs']='' |
1343 |
|
REPO['Priority']='10' |
1344 |
createrepo |
createrepo |
1345 |
|
|
1346 |
##################### |
##################### |
1364 |
fi |
fi |
1365 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1366 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1367 |
|
REPO['Priority']='' |
1368 |
createrepo |
createrepo |
1369 |
|
|
1370 |
##################### |
##################### |
1384 |
REPO['GPGKey']="http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER" |
REPO['GPGKey']="http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER" |
1385 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1386 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1387 |
|
REPO['Priority']='' |
1388 |
createrepo |
createrepo |
1389 |
|
|
1390 |
##################### |
##################### |
1406 |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
1407 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1408 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1409 |
|
REPO['Priority']='' |
1410 |
createrepo |
createrepo |
1411 |
done |
done |
1412 |
|
|
1424 |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
1425 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1426 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1427 |
|
REPO['Priority']='' |
1428 |
createrepo |
createrepo |
1429 |
done |
done |
1430 |
|
|
1447 |
REPO['GPGKey']="" |
REPO['GPGKey']="" |
1448 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1449 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1450 |
|
REPO['Priority']='' |
1451 |
createrepo |
createrepo |
1452 |
|
|
1453 |
|
|
1574 |
$repo->delete('IncludePkgs'); |
$repo->delete('IncludePkgs'); |
1575 |
} |
} |
1576 |
|
|
1577 |
|
} |
1578 |
|
|
1579 |
|
} |
1580 |
|
|
1581 |
|
|
1582 |
|
EOF |
1583 |
|
|
|
} |
|
1584 |
|
|
1585 |
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/30mongodbDeleteOldRepos |
1586 |
|
{ |
1587 |
|
for my $dbVer (qw( 0.9 1.0 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7)) { |
1588 |
|
$dataBase = "mongodb$dbVer"; |
1589 |
|
my $repo = $DB->get($dataBase); |
1590 |
|
$repo->delete if $repo; |
1591 |
|
} |
1592 |
} |
} |
1593 |
|
|
1594 |
EOF |
EOF |
1595 |
|
|
1596 |
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/30pgsql |
1597 |
|
{ |
1598 |
|
# delete old repos |
1599 |
|
for my $dbVer (qw( 9.6 10 11)) { |
1600 |
|
$dataBase = "pgsql$dbVer"; |
1601 |
|
my $repo = $DB->get($dataBase); |
1602 |
|
$repo->delete if $repo; |
1603 |
|
$dataBase = "pgsql$dbVer-common"; |
1604 |
|
my $repo = $DB->get($dataBase); |
1605 |
|
$repo->delete if $repo; |
1606 |
|
$dataBase = "pgsql$dbVer-nonfree"; |
1607 |
|
my $repo = $DB->get($dataBase); |
1608 |
|
$repo->delete if $repo; |
1609 |
|
} |
1610 |
|
# update keys |
1611 |
|
#old was https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-** |
1612 |
|
#new is https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL7 |
1613 |
|
for my $dbVer (qw( 12 13)) { |
1614 |
|
for my $case (qw(nonfree common)) { |
1615 |
|
$dataBase = "pgsql$dbVer-$case"; |
1616 |
|
my $repo = $DB->get($dataBase) or next; |
1617 |
|
my $gpgurl = $repo->prop('GPGKey'); |
1618 |
|
$repo->set_prop('GPGKey','https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL7') if (index($gpgurl, "keys") == -1) |
1619 |
|
} |
1620 |
|
$dataBase = "pgsql$dbVer"; |
1621 |
|
my $repo = $DB->get($dataBase) or next; |
1622 |
|
my $gpgurl = $repo->prop('GPGKey'); |
1623 |
|
$repo->set_prop('GPGKey','https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL7') if (index($gpgurl, "keys") == -1) |
1624 |
|
} |
1625 |
|
} |
1626 |
|
|
1627 |
|
EOF |
1628 |
|
|
1629 |
|
|
1630 |
|
|
1636 |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
1637 |
cat %{name}-%{version}-filelist| grep bareos > %{name}-%{version}-filelist-bareos |
cat %{name}-%{version}-filelist| grep bareos > %{name}-%{version}-filelist-bareos |
1638 |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
1639 |
|
cat %{name}-%{version}-filelist| grep collaboraoffice > %{name}-%{version}-filelist-collaboraoffice |
1640 |
|
cat %{name}-%{version}-filelist| grep docker-ce > %{name}-%{version}-filelist-docker-ce |
1641 |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
1642 |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
1643 |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
1645 |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
1646 |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
1647 |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
1648 |
|
cat %{name}-%{version}-filelist| grep fusioninventory-agent > %{name}-%{version}-filelist-fusioninventory-agent |
1649 |
cat %{name}-%{version}-filelist| grep lemonldap > %{name}-%{version}-filelist-lemonldap |
cat %{name}-%{version}-filelist| grep lemonldap > %{name}-%{version}-filelist-lemonldap |
1650 |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
1651 |
|
cat %{name}-%{version}-filelist| grep mongodb > %{name}-%{version}-filelist-mongodb |
1652 |
|
cat %{name}-%{version}-filelist| grep nginx > %{name}-%{version}-filelist-nginx |
1653 |
|
cat %{name}-%{version}-filelist| grep node > %{name}-%{version}-filelist-node |
1654 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
1655 |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
1656 |
fi |
fi |
1657 |
cat %{name}-%{version}-filelist| grep okay > %{name}-%{version}-filelist-okay |
cat %{name}-%{version}-filelist| grep okay > %{name}-%{version}-filelist-okay |
1658 |
|
cat %{name}-%{version}-filelist| grep -i onlyoffice > %{name}-%{version}-filelist-onlyoffice |
1659 |
cat %{name}-%{version}-filelist| grep openfusion > %{name}-%{version}-filelist-openfusion |
cat %{name}-%{version}-filelist| grep openfusion > %{name}-%{version}-filelist-openfusion |
|
cat %{name}-%{version}-filelist| grep node > %{name}-%{version}-filelist-node |
|
1660 |
cat %{name}-%{version}-filelist| grep reetp > %{name}-%{version}-filelist-reetp |
cat %{name}-%{version}-filelist| grep reetp > %{name}-%{version}-filelist-reetp |
1661 |
cat %{name}-%{version}-filelist| grep remi-ocsinventory > %{name}-%{version}-filelist-remi-ocsinventory |
cat %{name}-%{version}-filelist| grep remi-ocsinventory > %{name}-%{version}-filelist-remi-ocsinventory |
1662 |
cat %{name}-%{version}-filelist| grep remi-roundcube > %{name}-%{version}-filelist-remi-roundcube |
cat %{name}-%{version}-filelist| grep remi-roundcube > %{name}-%{version}-filelist-remi-roundcube |
1667 |
cat %{name}-%{version}-filelist| grep springdale > %{name}-%{version}-filelist-springdale |
cat %{name}-%{version}-filelist| grep springdale > %{name}-%{version}-filelist-springdale |
1668 |
cat %{name}-%{version}-filelist| grep stephdl > %{name}-%{version}-filelist-stephdl |
cat %{name}-%{version}-filelist| grep stephdl > %{name}-%{version}-filelist-stephdl |
1669 |
cat %{name}-%{version}-filelist| grep virtualbox > %{name}-%{version}-filelist-virtualbox |
cat %{name}-%{version}-filelist| grep virtualbox > %{name}-%{version}-filelist-virtualbox |
1670 |
|
cat %{name}-%{version}-filelist| grep -i wandisco > %{name}-%{version}-filelist-wandisco |
1671 |
cat %{name}-%{version}-filelist| grep webtatic > %{name}-%{version}-filelist-webtatic |
cat %{name}-%{version}-filelist| grep webtatic > %{name}-%{version}-filelist-webtatic |
1672 |
cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon |
cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon |
1673 |
cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix |
cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix |
1727 |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
1728 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1729 |
|
|
1730 |
|
%package collaboraoffice |
1731 |
|
Summary: collaboraoffice repo |
1732 |
|
%description collaboraoffice |
1733 |
|
collaboraoffice repo |
1734 |
|
%files collaboraoffice -f %{name}-%{version}-filelist-collaboraoffice |
1735 |
|
%defattr(-,root,root) |
1736 |
|
|
1737 |
|
%package docker-ce |
1738 |
|
Summary: docker-ce |
1739 |
|
%description docker-ce |
1740 |
|
docker-ce repo |
1741 |
|
%files docker-ce -f %{name}-%{version}-filelist-docker-ce |
1742 |
|
%defattr(-,root,root) |
1743 |
|
|
1744 |
%package egroupware |
%package egroupware |
1745 |
Summary: Repository for eGroupWare |
Summary: Repository for eGroupWare |
1746 |
%description egroupware |
%description egroupware |
1790 |
%files fws -f %{name}-%{version}-filelist-fws |
%files fws -f %{name}-%{version}-filelist-fws |
1791 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1792 |
|
|
1793 |
|
%package fusioninventory-agent |
1794 |
|
Summary: Copr repo for fusioninventory-agent owned by trasher |
1795 |
|
%description fusioninventory-agent |
1796 |
|
Copr repo for fusioninventory-agent owned by trasher |
1797 |
|
%files fusioninventory-agent -f %{name}-%{version}-filelist-fusioninventory-agent |
1798 |
|
%defattr(-,root,root) |
1799 |
|
|
1800 |
%package lemonldap |
%package lemonldap |
1801 |
Summary: Lemonldap NG Repository |
Summary: Lemonldap NG Repository |
1802 |
%description lemonldap |
%description lemonldap |
1811 |
%files libreswan -f %{name}-%{version}-filelist-libreswan |
%files libreswan -f %{name}-%{version}-filelist-libreswan |
1812 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1813 |
|
|
1814 |
|
%package mongodb |
1815 |
|
Summary: MongoDB Repositories |
1816 |
|
%description mongodb |
1817 |
|
MongoDB Repositories |
1818 |
|
%files mongodb -f %{name}-%{version}-filelist-mongodb |
1819 |
|
%defattr(-,root,root) |
1820 |
|
|
1821 |
|
%package nginx |
1822 |
|
Summary: nginx Repositories |
1823 |
|
%description nginx |
1824 |
|
Nginx Repositories |
1825 |
|
%files nginx -f %{name}-%{version}-filelist-nginx |
1826 |
|
%defattr(-,root,root) |
1827 |
|
|
1828 |
%package node |
%package node |
1829 |
Summary: NodeJS Repositories |
Summary: NodeJS Repositories |
1830 |
%description node |
%description node |
1848 |
%files okay -f %{name}-%{version}-filelist-okay |
%files okay -f %{name}-%{version}-filelist-okay |
1849 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1850 |
|
|
1851 |
|
%package onlyoffice |
1852 |
|
Summary: onlyoffice Repository |
1853 |
|
%description onlyoffice |
1854 |
|
onlyoffice Repository |
1855 |
|
%files onlyoffice -f %{name}-%{version}-filelist-onlyoffice |
1856 |
|
%defattr(-,root,root) |
1857 |
|
|
1858 |
%package openfusion |
%package openfusion |
1859 |
Summary: Openfusion Repository |
Summary: Openfusion Repository |
1860 |
%description openfusion |
%description openfusion |
1939 |
%files virtualbox -f %{name}-%{version}-filelist-virtualbox |
%files virtualbox -f %{name}-%{version}-filelist-virtualbox |
1940 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1941 |
|
|
1942 |
|
%package wandisco |
1943 |
|
Summary: WANdisco Distribution of git |
1944 |
|
%description wandisco |
1945 |
|
WANdisco Distribution of git |
1946 |
|
%files wandisco -f %{name}-%{version}-filelist-wandisco |
1947 |
|
%defattr(-,root,root) |
1948 |
|
|
1949 |
%package webtatic |
%package webtatic |
1950 |
Summary: Webtatic Repository |
Summary: Webtatic Repository |
1951 |
%description webtatic |
%description webtatic |