1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 41 |
%define release 43 |
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} |
19 |
Provides configuration for external yum repository comaptible with Koozali SME Server. |
Provides configuration for external yum repository comaptible with Koozali SME Server. |
20 |
|
|
21 |
%changelog |
%changelog |
22 |
|
* Fri Oct 27 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-43.sme |
23 |
|
- add new elastic repos [SME: 12422] |
24 |
|
- add wandisco distribution of git [SME: 12345] |
25 |
|
- add priority to centos sclo [SME: 12278] |
26 |
|
- add lemonldap 1.4 1.9 and 2.0 on top of stable (2.0) [SME: 12143] |
27 |
|
|
28 |
|
* Mon Sep 04 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-42.sme |
29 |
|
- Fix the error in the spec file [SME: 12389] |
30 |
|
|
31 |
* Wed Jul 26 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-41.sme |
* Wed Jul 26 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-41.sme |
32 |
- fix issues with libreswan repo [SME: 12389] |
- fix issues with libreswan repo [SME: 12389] |
33 |
- Remove old mongodb repos prior to 4.0 |
- Remove old mongodb repos prior to 4.0 |
209 |
$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 |
210 |
[[ "${REPO['IncludePkgs']}" != '' ]] && echo "${REPO['IncludePkgs']}" >\ |
[[ "${REPO['IncludePkgs']}" != '' ]] && echo "${REPO['IncludePkgs']}" >\ |
211 |
$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 |
212 |
|
[[ "${REPO['Priority']}" != '' ]] && echo "${REPO['Priority']}" >\ |
213 |
|
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Priority |
214 |
return 0 |
return 0 |
215 |
} |
} |
216 |
|
|
233 |
REPO['GPGKey']="https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny" |
REPO['GPGKey']="https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny" |
234 |
REPO['Exclude']='' |
REPO['Exclude']='' |
235 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
236 |
|
REPO['Priority']='' |
237 |
createrepo |
createrepo |
238 |
done |
done |
239 |
|
|
249 |
REPO['GPGKey']='https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny' |
REPO['GPGKey']='https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny' |
250 |
REPO['Exclude']='' |
REPO['Exclude']='' |
251 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
252 |
|
REPO['Priority']='' |
253 |
createrepo |
createrepo |
254 |
|
|
255 |
|
|
271 |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
272 |
REPO['Exclude']='' |
REPO['Exclude']='' |
273 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
274 |
|
REPO['Priority']='' |
275 |
createrepo |
createrepo |
276 |
|
|
277 |
##################### |
##################### |
291 |
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' |
292 |
REPO['Exclude']='' |
REPO['Exclude']='' |
293 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
294 |
|
REPO['Priority']='' |
295 |
createrepo |
createrepo |
296 |
|
|
297 |
REPO['reponame']='bareos20-source' |
REPO['reponame']='bareos20-source' |
306 |
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' |
307 |
REPO['Exclude']='' |
REPO['Exclude']='' |
308 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
309 |
|
REPO['Priority']='' |
310 |
createrepo |
createrepo |
311 |
|
|
312 |
REPO['reponame']='bareos20-debuginfo' |
REPO['reponame']='bareos20-debuginfo' |
321 |
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' |
322 |
REPO['Exclude']='' |
REPO['Exclude']='' |
323 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
324 |
|
REPO['Priority']='' |
325 |
createrepo |
createrepo |
326 |
|
|
327 |
|
|
343 |
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' |
344 |
REPO['Exclude']='' |
REPO['Exclude']='' |
345 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
346 |
|
REPO['Priority']='10' |
347 |
createrepo |
createrepo |
348 |
|
|
349 |
##################### |
##################### |
363 |
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' |
364 |
REPO['Exclude']='' |
REPO['Exclude']='' |
365 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
366 |
|
REPO['Priority']='10' |
367 |
createrepo |
createrepo |
368 |
|
|
369 |
##################### |
##################### |
383 |
REPO['GPGKey']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos7/repodata/repomd.xml.key' |
REPO['GPGKey']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos7/repodata/repomd.xml.key' |
384 |
REPO['Exclude']='' |
REPO['Exclude']='' |
385 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
386 |
|
REPO['Priority']='' |
387 |
createrepo |
createrepo |
388 |
|
|
389 |
##################### |
##################### |
403 |
REPO['GPGKey']='https://download.docker.com/linux/centos/gpg' |
REPO['GPGKey']='https://download.docker.com/linux/centos/gpg' |
404 |
REPO['Exclude']='' |
REPO['Exclude']='' |
405 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
406 |
|
REPO['Priority']='' |
407 |
createrepo |
createrepo |
408 |
|
|
409 |
|
|
424 |
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' |
425 |
REPO['Exclude']='' |
REPO['Exclude']='' |
426 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
427 |
|
REPO['Priority']='' |
428 |
createrepo |
createrepo |
429 |
|
|
430 |
##################### |
##################### |
432 |
#elastic |
#elastic |
433 |
##################### |
##################### |
434 |
##################### |
##################### |
435 |
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' ) |
436 |
for elasver in "6.x" "5.x" "1.6"; do |
for elasver in "8.x" "7.x" "6.x" "5.x" "1.6"; do |
437 |
REPO['reponame']="elastic${elashort[$elasver]}" |
REPO['reponame']="elastic${elashort[$elasver]}" |
438 |
REPO['pkgname']='elastic' |
REPO['pkgname']='elastic' |
439 |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
446 |
REPO['GPGKey']='https://artifacts.elastic.co/GPG-KEY-elasticsearch' |
REPO['GPGKey']='https://artifacts.elastic.co/GPG-KEY-elasticsearch' |
447 |
REPO['Exclude']='' |
REPO['Exclude']='' |
448 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
449 |
|
REPO['Priority']='' |
450 |
createrepo |
createrepo |
451 |
done |
done |
452 |
|
|
467 |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
468 |
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' |
469 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
470 |
|
REPO['Priority']='' |
471 |
createrepo |
createrepo |
472 |
|
|
473 |
##################### |
##################### |
487 |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
488 |
REPO['Exclude']='' |
REPO['Exclude']='' |
489 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
490 |
|
REPO['Priority']='' |
491 |
createrepo |
createrepo |
492 |
|
|
493 |
##################### |
##################### |
507 |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
508 |
REPO['Exclude']='perl-Razor-Agent,pwauth' |
REPO['Exclude']='perl-Razor-Agent,pwauth' |
509 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
510 |
|
REPO['Priority']='' |
511 |
createrepo |
createrepo |
512 |
|
|
513 |
##################### |
##################### |
527 |
REPO['GPGKey']='http://packages.erlang-solutions.com/rpm/erlang_solutions.asc' |
REPO['GPGKey']='http://packages.erlang-solutions.com/rpm/erlang_solutions.asc' |
528 |
REPO['Exclude']='' |
REPO['Exclude']='' |
529 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
530 |
|
REPO['Priority']='' |
531 |
createrepo |
createrepo |
532 |
|
|
533 |
##################### |
##################### |
547 |
REPO['GPGKey']='file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH' |
REPO['GPGKey']='file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH' |
548 |
REPO['Exclude']='' |
REPO['Exclude']='' |
549 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
550 |
|
REPO['Priority']='' |
551 |
createrepo |
createrepo |
552 |
|
|
553 |
##################### |
##################### |
567 |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
568 |
REPO['Exclude']='' |
REPO['Exclude']='' |
569 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
570 |
|
REPO['Priority']='' |
571 |
createrepo |
createrepo |
572 |
|
|
573 |
##################### |
##################### |
587 |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
588 |
REPO['Exclude']='' |
REPO['Exclude']='' |
589 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
590 |
|
REPO['Priority']='' |
591 |
createrepo |
createrepo |
592 |
|
|
593 |
##################### |
##################### |
607 |
REPO['GPGKey']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/pubkey.gpg' |
REPO['GPGKey']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/pubkey.gpg' |
608 |
REPO['Exclude']='' |
REPO['Exclude']='' |
609 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
610 |
|
REPO['Priority']='' |
611 |
createrepo |
createrepo |
612 |
|
|
613 |
|
|
621 |
REPO['fullreponame']='LemonLDAP::NG packages' |
REPO['fullreponame']='LemonLDAP::NG packages' |
622 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
623 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
624 |
REPO['status']='disabled' |
REPO['status']='enabled' |
625 |
REPO['BaseURL']='https://lemonldap-ng.org/redhat/stable/$releasever/noarch' |
REPO['BaseURL']='https://lemonldap-ng.org/redhat/stable/$releasever/noarch' |
626 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
627 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
628 |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
629 |
REPO['Exclude']='' |
REPO['Exclude']='' |
630 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
631 |
|
REPO['Priority']='' |
632 |
createrepo |
createrepo |
633 |
|
|
634 |
REPO['reponame']='lemonldap-ng-extras' |
REPO['reponame']='lemonldap-ng-extras' |
643 |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
644 |
REPO['Exclude']='' |
REPO['Exclude']='' |
645 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
646 |
|
REPO['Priority']='' |
647 |
|
createrepo |
648 |
|
|
649 |
|
EPO['reponame']='lemonldap-ng-1.4' |
650 |
|
REPO['pkgname']='lemonldap1.4' |
651 |
|
REPO['fullreponame']='LemonLDAP::NG packages 1.4' |
652 |
|
REPO['EnableGroups']='no' |
653 |
|
REPO['Visible']='yes' |
654 |
|
REPO['status']='disabled' |
655 |
|
REPO['BaseURL']='https://lemonldap-ng.org/redhat/1.4/$releasever/noarch' |
656 |
|
REPO['MirrorList']='' |
657 |
|
REPO['GPGCheck']='yes' |
658 |
|
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
659 |
|
REPO['Exclude']='' |
660 |
|
REPO['IncludePkgs']='' |
661 |
|
REPO['Priority']='' |
662 |
|
createrepo |
663 |
|
|
664 |
|
REPO['reponame']='lemonldap-ng-1.9' |
665 |
|
REPO['pkgname']='lemonldap1.9' |
666 |
|
REPO['fullreponame']='LemonLDAP::NG packages 1.9' |
667 |
|
REPO['EnableGroups']='no' |
668 |
|
REPO['Visible']='yes' |
669 |
|
REPO['status']='disabled' |
670 |
|
REPO['BaseURL']='https://lemonldap-ng.org/redhat/1.9/$releasever/noarch' |
671 |
|
REPO['MirrorList']='' |
672 |
|
REPO['GPGCheck']='yes' |
673 |
|
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
674 |
|
REPO['Exclude']='' |
675 |
|
REPO['IncludePkgs']='' |
676 |
|
REPO['Priority']='' |
677 |
createrepo |
createrepo |
678 |
|
|
679 |
|
REPO['reponame']='lemonldap-ng-2.0' |
680 |
|
REPO['pkgname']='lemonldap2.0' |
681 |
|
REPO['fullreponame']='LemonLDAP::NG packages 2.0' |
682 |
|
REPO['EnableGroups']='no' |
683 |
|
REPO['Visible']='yes' |
684 |
|
REPO['status']='disabled' |
685 |
|
REPO['BaseURL']='https://lemonldap-ng.org/redhat/2.0/$releasever/noarch' |
686 |
|
REPO['MirrorList']='' |
687 |
|
REPO['GPGCheck']='yes' |
688 |
|
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
689 |
|
REPO['Exclude']='' |
690 |
|
REPO['IncludePkgs']='' |
691 |
|
REPO['Priority']='' |
692 |
|
createrepo |
693 |
|
|
694 |
|
|
695 |
##################### |
##################### |
731 |
REPO['GPGKey']="https://www.mongodb.org/static/pgp/server-$nodever.asc" |
REPO['GPGKey']="https://www.mongodb.org/static/pgp/server-$nodever.asc" |
732 |
REPO['Exclude']='' |
REPO['Exclude']='' |
733 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
734 |
|
REPO['Priority']='' |
735 |
createrepo |
createrepo |
736 |
done |
done |
737 |
|
|
752 |
REPO['GPGKey']='https://nginx.org/keys/nginx_signing.key' |
REPO['GPGKey']='https://nginx.org/keys/nginx_signing.key' |
753 |
REPO['Exclude']='' |
REPO['Exclude']='' |
754 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
755 |
|
REPO['Priority']='' |
756 |
createrepo |
createrepo |
757 |
|
|
758 |
REPO['reponame']='nginx-mainline' |
REPO['reponame']='nginx-mainline' |
767 |
REPO['GPGKey']='https://nginx.org/keys/nginx_signing.key' |
REPO['GPGKey']='https://nginx.org/keys/nginx_signing.key' |
768 |
REPO['Exclude']='' |
REPO['Exclude']='' |
769 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
770 |
|
REPO['Priority']='' |
771 |
createrepo |
createrepo |
772 |
|
|
773 |
|
|
793 |
#'https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' |
#'https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' |
794 |
REPO['Exclude']='' |
REPO['Exclude']='' |
795 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
796 |
|
REPO['Priority']='' |
797 |
createrepo |
createrepo |
798 |
done |
done |
799 |
|
|
816 |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
817 |
REPO['Exclude']='' |
REPO['Exclude']='' |
818 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
819 |
|
REPO['Priority']='' |
820 |
createrepo |
createrepo |
821 |
|
|
822 |
##################### |
##################### |
836 |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
837 |
REPO['Exclude']='' |
REPO['Exclude']='' |
838 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
839 |
|
REPO['Priority']='' |
840 |
createrepo |
createrepo |
841 |
fi |
fi |
842 |
|
|
857 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
858 |
REPO['Exclude']='' |
REPO['Exclude']='' |
859 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
860 |
|
REPO['Priority']='' |
861 |
createrepo |
createrepo |
862 |
|
|
863 |
##################### |
##################### |
877 |
REPO['GPGKey']='https://raw.githubusercontent.com/ONLYOFFICE/repo/master/centos/RPM-GPG-KEY-ONLYOFFICE' |
REPO['GPGKey']='https://raw.githubusercontent.com/ONLYOFFICE/repo/master/centos/RPM-GPG-KEY-ONLYOFFICE' |
878 |
REPO['Exclude']='' |
REPO['Exclude']='' |
879 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
880 |
|
REPO['Priority']='' |
881 |
createrepo |
createrepo |
882 |
|
|
883 |
##################### |
##################### |
897 |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
898 |
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' |
899 |
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' |
900 |
|
REPO['Priority']='' |
901 |
createrepo |
createrepo |
902 |
|
|
903 |
##################### |
##################### |
920 |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext |
921 |
REPO['Exclude']='' |
REPO['Exclude']='' |
922 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
923 |
|
REPO['Priority']='' |
924 |
createrepo |
createrepo |
925 |
|
|
926 |
|
|
938 |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext |
939 |
REPO['Exclude']='' |
REPO['Exclude']='' |
940 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
941 |
|
REPO['Priority']='' |
942 |
createrepo |
createrepo |
943 |
|
|
944 |
REPO['reponame']="pgsql$pgsqlver-common" |
REPO['reponame']="pgsql$pgsqlver-common" |
955 |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext |
956 |
REPO['Exclude']='' |
REPO['Exclude']='' |
957 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
958 |
|
REPO['Priority']='' |
959 |
createrepo |
createrepo |
960 |
|
|
961 |
done |
done |
977 |
REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' |
REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' |
978 |
REPO['Exclude']='' |
REPO['Exclude']='' |
979 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
980 |
|
REPO['Priority']='' |
981 |
createrepo |
createrepo |
982 |
|
|
983 |
##################### |
##################### |
997 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
998 |
REPO['Exclude']='mysql*,php-*,phpMyAdmin' |
REPO['Exclude']='mysql*,php-*,phpMyAdmin' |
999 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1000 |
|
REPO['Priority']='' |
1001 |
createrepo |
createrepo |
1002 |
|
|
1003 |
##################### |
##################### |
1017 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
1018 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1019 |
REPO['IncludePkgs']='ocsinventory* perl-Ocsinventory-Agent' |
REPO['IncludePkgs']='ocsinventory* perl-Ocsinventory-Agent' |
1020 |
|
REPO['Priority']='' |
1021 |
createrepo |
createrepo |
1022 |
|
|
1023 |
##################### |
##################### |
1037 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
1038 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1039 |
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' |
1040 |
|
REPO['Priority']='' |
1041 |
createrepo |
createrepo |
1042 |
|
|
1043 |
|
|
1058 |
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' |
1059 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1060 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1061 |
|
REPO['Priority']='' |
1062 |
createrepo |
createrepo |
1063 |
|
|
1064 |
##################### |
##################### |
1078 |
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' |
1079 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1080 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1081 |
|
REPO['Priority']='' |
1082 |
createrepo |
createrepo |
1083 |
|
|
1084 |
##################### |
##################### |
1098 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1099 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1100 |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
1101 |
|
REPO['Priority']='' |
1102 |
createrepo |
createrepo |
1103 |
|
|
1104 |
##################### |
##################### |
1118 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1119 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1120 |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
1121 |
|
REPO['Priority']='' |
1122 |
createrepo |
createrepo |
1123 |
|
|
1124 |
##################### |
##################### |
1138 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1139 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1140 |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
1141 |
|
REPO['Priority']='' |
1142 |
createrepo |
createrepo |
1143 |
|
|
1144 |
##################### |
##################### |
1158 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1159 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1160 |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
1161 |
|
REPO['Priority']='' |
1162 |
createrepo |
createrepo |
1163 |
|
|
1164 |
##################### |
##################### |
1178 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1179 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1180 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1181 |
|
REPO['Priority']='' |
1182 |
createrepo |
createrepo |
1183 |
|
|
1184 |
##################### |
##################### |
1198 |
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' |
1199 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1200 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1201 |
|
REPO['Priority']='' |
1202 |
createrepo |
createrepo |
1203 |
|
|
1204 |
REPO['reponame']='springdale-updates' |
REPO['reponame']='springdale-updates' |
1213 |
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' |
1214 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1215 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1216 |
|
REPO['Priority']='' |
1217 |
createrepo |
createrepo |
1218 |
|
|
1219 |
REPO['reponame']='springdale-addons' |
REPO['reponame']='springdale-addons' |
1228 |
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' |
1229 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1230 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1231 |
|
REPO['Priority']='' |
1232 |
createrepo |
createrepo |
1233 |
|
|
1234 |
REPO['reponame']='springdale-addons-updates' |
REPO['reponame']='springdale-addons-updates' |
1243 |
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' |
1244 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1245 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1246 |
|
REPO['Priority']='' |
1247 |
createrepo |
createrepo |
1248 |
|
|
1249 |
|
|
1259 |
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' |
1260 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1261 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1262 |
|
REPO['Priority']='' |
1263 |
createrepo |
createrepo |
1264 |
|
|
1265 |
REPO['reponame']='springdale-computational' |
REPO['reponame']='springdale-computational' |
1274 |
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' |
1275 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1276 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1277 |
|
REPO['Priority']='' |
1278 |
createrepo |
createrepo |
1279 |
|
|
1280 |
|
|
1297 |
REPO['GPGKey']='http://mirror.de-labrusse.fr/RPM-GPG-KEY' |
REPO['GPGKey']='http://mirror.de-labrusse.fr/RPM-GPG-KEY' |
1298 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1299 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1300 |
|
REPO['Priority']='' |
1301 |
createrepo |
createrepo |
1302 |
|
|
1303 |
##################### |
##################### |
1317 |
REPO['GPGKey']='https://www.virtualbox.org/download/oracle_vbox.asc' |
REPO['GPGKey']='https://www.virtualbox.org/download/oracle_vbox.asc' |
1318 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1319 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1320 |
|
REPO['Priority']='' |
1321 |
|
createrepo |
1322 |
|
|
1323 |
|
##################### |
1324 |
|
##################### |
1325 |
|
#Wandisco git |
1326 |
|
##################### |
1327 |
|
##################### |
1328 |
|
REPO['reponame']='WANdisco-git' |
1329 |
|
REPO['pkgname']=${REPO['reponame']} |
1330 |
|
REPO['fullreponame']='WANdisco Distribution of git' |
1331 |
|
REPO['EnableGroups']='no' |
1332 |
|
REPO['Visible']='yes' |
1333 |
|
REPO['status']='enabled' |
1334 |
|
REPO['BaseURL']='https://opensource.wandisco.com/rhel/$releasever/git/$basearch' |
1335 |
|
REPO['MirrorList']='' |
1336 |
|
REPO['GPGCheck']='yes' |
1337 |
|
REPO['GPGKey']="https://opensource.wandisco.com/RPM-GPG-KEY-WANdisco" |
1338 |
|
REPO['Exclude']='' |
1339 |
|
REPO['IncludePkgs']='' |
1340 |
|
REPO['Priority']='10' |
1341 |
createrepo |
createrepo |
1342 |
|
|
1343 |
##################### |
##################### |
1361 |
fi |
fi |
1362 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1363 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1364 |
|
REPO['Priority']='' |
1365 |
createrepo |
createrepo |
1366 |
|
|
1367 |
##################### |
##################### |
1381 |
REPO['GPGKey']="http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER" |
REPO['GPGKey']="http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER" |
1382 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1383 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1384 |
|
REPO['Priority']='' |
1385 |
createrepo |
createrepo |
1386 |
|
|
1387 |
##################### |
##################### |
1403 |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
1404 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1405 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1406 |
|
REPO['Priority']='' |
1407 |
createrepo |
createrepo |
1408 |
done |
done |
1409 |
|
|
1421 |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
1422 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1423 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1424 |
|
REPO['Priority']='' |
1425 |
createrepo |
createrepo |
1426 |
done |
done |
1427 |
|
|
1444 |
REPO['GPGKey']="" |
REPO['GPGKey']="" |
1445 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1446 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1447 |
|
REPO['Priority']='' |
1448 |
createrepo |
createrepo |
1449 |
|
|
1450 |
|
|
1579 |
EOF |
EOF |
1580 |
|
|
1581 |
|
|
1582 |
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/30DeleteOldMongoDB |
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/30mongodbDeleteOldRepos |
1583 |
{ |
{ |
1584 |
for my $dbVer (qw( 0.9 1.0 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7)) { |
for my $dbVer (qw( 0.9 1.0 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7)) { |
1585 |
$dataBase = "mongodb$dbVer"; |
$dataBase = "mongodb$dbVer"; |
1632 |
cat %{name}-%{version}-filelist| grep springdale > %{name}-%{version}-filelist-springdale |
cat %{name}-%{version}-filelist| grep springdale > %{name}-%{version}-filelist-springdale |
1633 |
cat %{name}-%{version}-filelist| grep stephdl > %{name}-%{version}-filelist-stephdl |
cat %{name}-%{version}-filelist| grep stephdl > %{name}-%{version}-filelist-stephdl |
1634 |
cat %{name}-%{version}-filelist| grep virtualbox > %{name}-%{version}-filelist-virtualbox |
cat %{name}-%{version}-filelist| grep virtualbox > %{name}-%{version}-filelist-virtualbox |
1635 |
|
cat %{name}-%{version}-filelist| grep -i wandisco > %{name}-%{version}-filelist-wandisco |
1636 |
cat %{name}-%{version}-filelist| grep webtatic > %{name}-%{version}-filelist-webtatic |
cat %{name}-%{version}-filelist| grep webtatic > %{name}-%{version}-filelist-webtatic |
1637 |
cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon |
cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon |
1638 |
cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix |
cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix |
1904 |
%files virtualbox -f %{name}-%{version}-filelist-virtualbox |
%files virtualbox -f %{name}-%{version}-filelist-virtualbox |
1905 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1906 |
|
|
1907 |
|
%package wandisco |
1908 |
|
Summary: WANdisco Distribution of git |
1909 |
|
%description wandisco |
1910 |
|
WANdisco Distribution of git |
1911 |
|
%files wandisco -f %{name}-%{version}-filelist-wandisco |
1912 |
|
%defattr(-,root,root) |
1913 |
|
|
1914 |
%package webtatic |
%package webtatic |
1915 |
Summary: Webtatic Repository |
Summary: Webtatic Repository |
1916 |
%description webtatic |
%description webtatic |