--- rpms/smeserver-extrarepositories/contribs10/smeserver-extrarepositories.spec 2023/09/04 14:55:43 1.24 +++ rpms/smeserver-extrarepositories/contribs10/smeserver-extrarepositories.spec 2023/10/28 03:25:39 1.27 @@ -1,6 +1,6 @@ %define name smeserver-extrarepositories %define version 0.1 -%define release 42 +%define release 43 Summary: easy configuration of extra yum repo Name: %{name} Version: %{version} @@ -19,6 +19,12 @@ Source0: https://raw.githubusercontent.c Provides configuration for external yum repository comaptible with Koozali SME Server. %changelog +* Fri Oct 27 2023 Jean-Philippe Pialasse 0.1-43.sme +- add new elastic repos [SME: 12422] +- add wandisco distribution of git [SME: 12345] +- add priority to centos sclo [SME: 12278] +- add lemonldap 1.4 1.9 and 2.0 on top of stable (2.0) [SME: 12143] + * Mon Sep 04 2023 John Crisp 0.1-42.sme - Fix the error in the spec file [SME: 12389] @@ -203,6 +209,8 @@ touch $RPM_BUILD_ROOT/etc/e-smith/events $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Exclude [[ "${REPO['IncludePkgs']}" != '' ]] && echo "${REPO['IncludePkgs']}" >\ $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/IncludePkgs +[[ "${REPO['Priority']}" != '' ]] && echo "${REPO['Priority']}" >\ + $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Priority return 0 } @@ -225,6 +233,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']="https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny" REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo done @@ -240,6 +249,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo @@ -261,6 +271,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -280,6 +291,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo REPO['reponame']='bareos20-source' @@ -294,6 +306,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo REPO['reponame']='bareos20-debuginfo' @@ -308,6 +321,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo @@ -329,6 +343,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='10' createrepo ##################### @@ -348,6 +363,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='10' createrepo ##################### @@ -367,6 +383,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos7/repodata/repomd.xml.key' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -386,6 +403,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://download.docker.com/linux/centos/gpg' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo @@ -406,6 +424,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_$releasever/repodata/repomd.xml.key' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -413,8 +432,8 @@ createrepo #elastic ##################### ##################### -declare -A elashort=( ['6.x']='6.x' ['5.x']='5.x' ['1.6']='1' ) -for elasver in "6.x" "5.x" "1.6"; do +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' ) +for elasver in "8.x" "7.x" "6.x" "5.x" "1.6"; do REPO['reponame']="elastic${elashort[$elasver]}" REPO['pkgname']='elastic' REPO['fullreponame']="Elasticsearch repository for $elasver packages" @@ -427,6 +446,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://artifacts.elastic.co/GPG-KEY-elasticsearch' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo done @@ -447,6 +467,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' 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['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -466,6 +487,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -485,6 +507,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' REPO['Exclude']='perl-Razor-Agent,pwauth' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -504,6 +527,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://packages.erlang-solutions.com/rpm/erlang_solutions.asc' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -523,6 +547,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -542,6 +567,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -561,6 +587,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -580,6 +607,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/pubkey.gpg' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo @@ -593,13 +621,14 @@ REPO['pkgname']='lemonldap' REPO['fullreponame']='LemonLDAP::NG packages' REPO['EnableGroups']='no' REPO['Visible']='yes' -REPO['status']='disabled' +REPO['status']='enabled' REPO['BaseURL']='https://lemonldap-ng.org/redhat/stable/$releasever/noarch' REPO['MirrorList']='' REPO['GPGCheck']='yes' REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo REPO['reponame']='lemonldap-ng-extras' @@ -614,8 +643,53 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo +EPO['reponame']='lemonldap-ng-1.4' +REPO['pkgname']='lemonldap1.4' +REPO['fullreponame']='LemonLDAP::NG packages 1.4' +REPO['EnableGroups']='no' +REPO['Visible']='yes' +REPO['status']='disabled' +REPO['BaseURL']='https://lemonldap-ng.org/redhat/1.4/$releasever/noarch' +REPO['MirrorList']='' +REPO['GPGCheck']='yes' +REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' +REPO['Exclude']='' +REPO['IncludePkgs']='' +REPO['Priority']='' +createrepo + +REPO['reponame']='lemonldap-ng-1.9' +REPO['pkgname']='lemonldap1.9' +REPO['fullreponame']='LemonLDAP::NG packages 1.9' +REPO['EnableGroups']='no' +REPO['Visible']='yes' +REPO['status']='disabled' +REPO['BaseURL']='https://lemonldap-ng.org/redhat/1.9/$releasever/noarch' +REPO['MirrorList']='' +REPO['GPGCheck']='yes' +REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' +REPO['Exclude']='' +REPO['IncludePkgs']='' +REPO['Priority']='' +createrepo + +REPO['reponame']='lemonldap-ng-2.0' +REPO['pkgname']='lemonldap2.0' +REPO['fullreponame']='LemonLDAP::NG packages 2.0' +REPO['EnableGroups']='no' +REPO['Visible']='yes' +REPO['status']='disabled' +REPO['BaseURL']='https://lemonldap-ng.org/redhat/2.0/$releasever/noarch' +REPO['MirrorList']='' +REPO['GPGCheck']='yes' +REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' +REPO['Exclude']='' +REPO['IncludePkgs']='' +REPO['Priority']='' +createrepo ##################### @@ -657,6 +731,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']="https://www.mongodb.org/static/pgp/server-$nodever.asc" REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo done @@ -677,6 +752,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://nginx.org/keys/nginx_signing.key' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo REPO['reponame']='nginx-mainline' @@ -691,6 +767,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://nginx.org/keys/nginx_signing.key' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo @@ -716,6 +793,7 @@ REPO['GPGKey']='https://rpm.nodesource.c #'https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo done @@ -738,6 +816,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://nightly.odoo.com/odoo.key' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -757,6 +836,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://nightly.odoo.com/odoo.key' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo fi @@ -777,6 +857,7 @@ REPO['GPGCheck']='no' REPO['GPGKey']='' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -796,6 +877,7 @@ REPO['GPGCheck']='no' REPO['GPGKey']='https://raw.githubusercontent.com/ONLYOFFICE/repo/master/centos/RPM-GPG-KEY-ONLYOFFICE' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -815,6 +897,7 @@ 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-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-Filesys-DiskFree,perl-Array-Compare,perl-Type-Tiny,perl-JSON' +REPO['Priority']='' createrepo ##################### @@ -837,6 +920,7 @@ ext=$pgsqlver; REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo @@ -854,6 +938,7 @@ ext=$pgsqlver; REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo REPO['reponame']="pgsql$pgsqlver-common" @@ -870,6 +955,7 @@ ext=$pgsqlver; REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo done @@ -891,6 +977,7 @@ REPO['GPGCheck']='no' REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -910,6 +997,7 @@ REPO['MirrorList']='' REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' REPO['Exclude']='mysql*,php-*,phpMyAdmin' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -929,6 +1017,7 @@ REPO['MirrorList']='' REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' REPO['Exclude']='' REPO['IncludePkgs']='ocsinventory* perl-Ocsinventory-Agent' +REPO['Priority']='' createrepo ##################### @@ -948,6 +1037,7 @@ REPO['MirrorList']='' REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' REPO['Exclude']='' REPO['IncludePkgs']='php-kolab-net-ldap3,php-pear-Mail-mimeDecode,php-pear-Net-IDNA2,php-pear-Net-LDAP2,roundcubemail' +REPO['Priority']='' createrepo @@ -968,6 +1058,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-el-$releasever' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -987,6 +1078,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-el-$releasever' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -1006,6 +1098,7 @@ REPO['GPGCheck']='no' REPO['GPGKey']='' REPO['Exclude']='' REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' +REPO['Priority']='' createrepo ##################### @@ -1025,6 +1118,7 @@ REPO['GPGCheck']='no' REPO['GPGKey']='' REPO['Exclude']='' REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' +REPO['Priority']='' createrepo ##################### @@ -1044,6 +1138,7 @@ REPO['GPGCheck']='no' REPO['GPGKey']='' REPO['Exclude']='' REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' +REPO['Priority']='' createrepo ##################### @@ -1063,6 +1158,7 @@ REPO['GPGCheck']='no' REPO['GPGKey']='' REPO['Exclude']='' REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' +REPO['Priority']='' createrepo ##################### @@ -1082,6 +1178,7 @@ REPO['GPGCheck']='no' REPO['GPGKey']='' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -1101,6 +1198,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo REPO['reponame']='springdale-updates' @@ -1115,6 +1213,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/updates/$basearch/en/os/RPM-GPG-KEY-puias' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo REPO['reponame']='springdale-addons' @@ -1129,6 +1228,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo REPO['reponame']='springdale-addons-updates' @@ -1143,6 +1243,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo @@ -1158,6 +1259,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo REPO['reponame']='springdale-computational' @@ -1172,6 +1274,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo @@ -1194,6 +1297,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='http://mirror.de-labrusse.fr/RPM-GPG-KEY' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -1213,6 +1317,27 @@ REPO['GPGCheck']='yes' REPO['GPGKey']='https://www.virtualbox.org/download/oracle_vbox.asc' REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' +createrepo + +##################### +##################### +#Wandisco git +##################### +##################### +REPO['reponame']='WANdisco-git' +REPO['pkgname']=${REPO['reponame']} +REPO['fullreponame']='WANdisco Distribution of git' +REPO['EnableGroups']='no' +REPO['Visible']='yes' +REPO['status']='enabled' +REPO['BaseURL']='https://opensource.wandisco.com/rhel/$releasever/git/$basearch' +REPO['MirrorList']='' +REPO['GPGCheck']='yes' +REPO['GPGKey']="https://opensource.wandisco.com/RPM-GPG-KEY-WANdisco" +REPO['Exclude']='' +REPO['IncludePkgs']='' +REPO['Priority']='10' createrepo ##################### @@ -1236,6 +1361,7 @@ REPO['GPGKey']="http://repo.webtatic.com fi REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -1255,6 +1381,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']="http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER" REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo ##################### @@ -1276,6 +1403,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo done @@ -1293,6 +1421,7 @@ REPO['GPGCheck']='yes' REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo done @@ -1315,6 +1444,7 @@ REPO['GPGCheck']='no' REPO['GPGKey']="" REPO['Exclude']='' REPO['IncludePkgs']='' +REPO['Priority']='' createrepo @@ -1502,6 +1632,7 @@ cat %{name}-%{version}-filelist| grep sp cat %{name}-%{version}-filelist| grep springdale > %{name}-%{version}-filelist-springdale cat %{name}-%{version}-filelist| grep stephdl > %{name}-%{version}-filelist-stephdl cat %{name}-%{version}-filelist| grep virtualbox > %{name}-%{version}-filelist-virtualbox +cat %{name}-%{version}-filelist| grep -i wandisco > %{name}-%{version}-filelist-wandisco cat %{name}-%{version}-filelist| grep webtatic > %{name}-%{version}-filelist-webtatic cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix @@ -1773,6 +1904,13 @@ Virtualbox Repository %files virtualbox -f %{name}-%{version}-filelist-virtualbox %defattr(-,root,root) +%package wandisco +Summary: WANdisco Distribution of git +%description wandisco +WANdisco Distribution of git +%files wandisco -f %{name}-%{version}-filelist-wandisco +%defattr(-,root,root) + %package webtatic Summary: Webtatic Repository %description webtatic