/[smecontribs]/rpms/smeserver-extrarepositories/contribs10/smeserver-extrarepositories.spec
ViewVC logotype

Diff of /rpms/smeserver-extrarepositories/contribs10/smeserver-extrarepositories.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.9 by jpp, Thu Mar 25 06:13:40 2021 UTC Revision 1.24 by jcrisp, Mon Sep 4 14:55:43 2023 UTC
# Line 1  Line 1 
1  %define name smeserver-extrarepositories  %define name smeserver-extrarepositories
2  %define version 0.1  %define version 0.1
3  %define release 29  %define release 42
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}
# Line 11  Group: SMEserver/addon Line 11  Group: SMEserver/addon
11  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
12  BuildArchitectures: noarch  BuildArchitectures: noarch
13  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
14  Requires: e-smith-release >= 9.0  Requires: e-smith-release >= 10.0
15  AutoReqProv: no  AutoReqProv: no
16    Source0: https://raw.githubusercontent.com/ONLYOFFICE/repo/master/centos/RPM-GPG-KEY-ONLYOFFICE
17    
18  %description  %description
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    * Mon Sep 04 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-42.sme
23    - Fix the error in the spec file [SME: 12389]
24    
25    * Wed Jul 26 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-41.sme
26    - fix issues with libreswan repo [SME: 12389]
27    - Remove old mongodb repos prior to 4.0
28    
29    * Wed Jun 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-40.sme
30    - add mongodb repos [SME: 11905]
31    - add onlyoffice repo [SME: 12078]
32    - add nginx repo [SME: 12079]
33    
34    * Sat May 28 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-39.sme
35    - fix typo in pgsql url
36    
37    * Thu Mar 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-38.sme
38    - add docker-ce repo [SME: 11894]
39    
40    * Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-37.sme
41    - add collaboraoffice repo [SME: 11888]
42    
43    * Thu Feb 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-36.sme
44    - add Copr repo for fusioninventory-agent owned by trasher [SME: 11751]
45    - fix update event for sclo [SME: 11876]
46    
47    * Mon Nov 29 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-35.sme
48    - fix node repos
49    
50    * Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-34.sme
51    - add asterisk [SME: 11512]
52    - add lemonldap [SME: 11740]
53    - add bareos [SME: 11741]
54    - add zabbix repo up to 55 and add scl sub repos [SME: 11744]
55    
56    * Tue Jul 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-33.sme
57    - add migrate fragment for pwauth in epel [SME: 11639]
58    
59    * Wed Jun 30 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-32.sme
60    - Requires e-smith >= 10
61    - exclude pwauh from EPEL [SME: 11639]
62    
63    * Sun May 02 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-31.sme
64    - add perl-JSON to openfusion [SME: 11579]
65    
66    * Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme
67    - fix zabbix key
68    - fix update event for packages with multiple repo
69    
70  * Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme  * Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme
71  - add new zabbix version  - add new zabbix version
72    
# Line 116  mkdir -p $RPM_BUILD_ROOT/usr/share/rpm-g Line 165  mkdir -p $RPM_BUILD_ROOT/usr/share/rpm-g
165  # if needing to add a gpg key  # if needing to add a gpg key
166  #cp %source0 $RPM_BUILD_ROOT/usr/share/rpm-gpg-keys/  #cp %source0 $RPM_BUILD_ROOT/usr/share/rpm-gpg-keys/
167  #/usr/share/rpm-gpg-keys/RPM-GPG-KEY-${REPO['reponame']}  #/usr/share/rpm-gpg-keys/RPM-GPG-KEY-${REPO['reponame']}
168    cp %SOURCE0  $RPM_BUILD_ROOT/usr/share/rpm-gpg-keys/
169    
170    
171  # if needing to migrate something :  # if needing to migrate something :
172  #mkdir -p $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate  #mkdir -p $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate
# Line 138  echo "${REPO['fullreponame']}" > $RPM_BU Line 189  echo "${REPO['fullreponame']}" > $RPM_BU
189  echo "${REPO['Visible']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Visible  echo "${REPO['Visible']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Visible
190  echo "${REPO['status']}"  > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/status  echo "${REPO['status']}"  > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/status
191  echo "repository" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/type  echo "repository" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/type
192  unsafe="";  
193  [[ "${REPO['reponame']}" == 'remi' ]] &&  unsafe="-unsafe"  mkdir -p $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['pkgname']}-update/templates2expand/etc/yum.smerepos.d/
194  mkdir -p $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['reponame']}$unsafe-update/templates2expand/etc/yum.smerepos.d/  touch $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['pkgname']}-update/templates2expand/etc/yum.smerepos.d/sme-base.repo
 touch $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['reponame']}$unsafe-update/templates2expand/etc/yum.smerepos.d/sme-base.repo  
195    
196  [[ "${REPO['BaseURL']}" != '' ]]  &&       echo "${REPO['BaseURL']}" >\  [[ "${REPO['BaseURL']}" != '' ]]  &&       echo "${REPO['BaseURL']}" >\
197                  $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/BaseURL                  $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/BaseURL
# Line 157  return 0 Line 207  return 0
207  }  }
208    
209    
210    #####################
211    #####################
212    # asterisk
213    #####################
214    #####################
215    for elasver  in "13" "16"  '17' '18' ; do
216    REPO['reponame']="asterisk-$elasver"
217    REPO['pkgname']='asterisk'
218    REPO['fullreponame']="Asterisk $elasver (LTS) Packages @ tucny.com"
219    REPO['EnableGroups']='no'
220    REPO['Visible']='yes'
221    REPO['status']='disabled'
222    REPO['BaseURL']=""#https://ast.tucny.com/repo/asterisk-$elasver/el\$releasever/\$basearch/
223    REPO['MirrorList']="https://ast.tucny.com/mirrorlist.php?release=\$releasever&arch=\$basearch&repo=asterisk-$elasver"
224    REPO['GPGCheck']='yes'
225    REPO['GPGKey']="https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny"
226    REPO['Exclude']=''
227    REPO['IncludePkgs']=''
228    createrepo
229    done
230    
231    REPO['reponame']='asterisk-common'
232    REPO['pkgname']='asterisk'
233    REPO['fullreponame']='Asterisk Common Requirement Packages @ tucny.com'
234    REPO['EnableGroups']='no'
235    REPO['Visible']='no'
236    REPO['status']='disabled'
237    REPO['BaseURL']=''#https://ast.tucny.com/repo/asterisk-common/el$releasever/$basearch/
238    REPO['MirrorList']='https://ast.tucny.com/mirrorlist.php?release=$releasever&arch=$basearch&repo=asterisk-common'
239    REPO['GPGCheck']='yes'
240    REPO['GPGKey']='https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny'
241    REPO['Exclude']=''
242    REPO['IncludePkgs']=''
243    createrepo
244    
245    
246    
247  #####################  #####################
248  #####################  #####################
# Line 164  return 0 Line 250  return 0
250  #####################  #####################
251  #####################  #####################
252  REPO['reponame']='atomic'  REPO['reponame']='atomic'
253    REPO['pkgname']=${REPO['reponame']}
254  REPO['fullreponame']='Atomic'  REPO['fullreponame']='Atomic'
255  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
256  REPO['Visible']='no'  REPO['Visible']='no'
# Line 178  createrepo Line 265  createrepo
265    
266  #####################  #####################
267  #####################  #####################
268    # BareOS
269    #####################
270    #####################
271    REPO['reponame']='bareos20'
272    REPO['pkgname']='bareos'
273    REPO['fullreponame']='Backup Archiving Recovery Open Sourced'
274    REPO['EnableGroups']='no'
275    REPO['Visible']='yes'
276    REPO['status']='disabled'
277    REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever'
278    REPO['MirrorList']=''
279    REPO['GPGCheck']='yes'
280    REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key'
281    REPO['Exclude']=''
282    REPO['IncludePkgs']=''
283    createrepo
284    
285    REPO['reponame']='bareos20-source'
286    REPO['pkgname']='bareos'
287    REPO['fullreponame']='Backup Archiving Recovery Open Sourced - Sources'
288    REPO['EnableGroups']='no'
289    REPO['Visible']='no'
290    REPO['status']='disabled'
291    REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/src'
292    REPO['MirrorList']=''
293    REPO['GPGCheck']='yes'
294    REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key'
295    REPO['Exclude']=''
296    REPO['IncludePkgs']=''
297    createrepo
298    
299    REPO['reponame']='bareos20-debuginfo'
300    REPO['pkgname']='bareos'
301    REPO['fullreponame']='Backup Archiving Recovery Open Sourced - Debuginfo'
302    REPO['EnableGroups']='no'
303    REPO['Visible']='no'
304    REPO['status']='disabled'
305    REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/debug'
306    REPO['MirrorList']=''
307    REPO['GPGCheck']='yes'
308    REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key'
309    REPO['Exclude']=''
310    REPO['IncludePkgs']=''
311    createrepo
312    
313    
314    
315    #####################
316    #####################
317  #centos-sclo-centos  #centos-sclo-centos
318  #####################  #####################
319  #####################  #####################
320  REPO['reponame']='centos-sclo-centos'  REPO['reponame']='centos-sclo-centos'
321    REPO['pkgname']="centos-sclo" #${REPO['reponame']}
322  REPO['fullreponame']='Centos-RH Software collections'  REPO['fullreponame']='Centos-RH Software collections'
323  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
324  REPO['Visible']='yes'  REPO['Visible']='yes'
325  REPO['status']='disabled'  REPO['status']='enabled'
326  REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/'  REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/'
327  REPO['MirrorList']=''  REPO['MirrorList']=''
328  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
# Line 200  createrepo Line 337  createrepo
337  #####################  #####################
338  #####################  #####################
339  REPO['reponame']='centos-sclo-rh'  REPO['reponame']='centos-sclo-rh'
340    REPO['pkgname']='centos-sclo' #${REPO['reponame']}
341  REPO['fullreponame']='Centos-RH Software collections'  REPO['fullreponame']='Centos-RH Software collections'
342  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
343  REPO['Visible']='yes'  REPO['Visible']='yes'
344  REPO['status']='disabled'  REPO['status']='enabled'
345  REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/'  REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/'
346  REPO['MirrorList']=''  REPO['MirrorList']=''
347  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
# Line 214  createrepo Line 352  createrepo
352    
353  #####################  #####################
354  #####################  #####################
355    #collaboraoffice.com
356    #####################
357    #####################
358    REPO['reponame']='collaboraoffice'
359    REPO['pkgname']=${REPO['reponame']}
360    REPO['fullreponame']='collaboraoffice.com_repos_CollaboraOnline_CODE-centos'
361    REPO['EnableGroups']='no'
362    REPO['Visible']='yes'
363    REPO['status']='enabled'
364    REPO['BaseURL']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos$releasever'
365    REPO['MirrorList']=''
366    REPO['GPGCheck']='yes'
367    REPO['GPGKey']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos7/repodata/repomd.xml.key'
368    REPO['Exclude']=''
369    REPO['IncludePkgs']=''
370    createrepo
371    
372    #####################
373    #####################
374    #docker-ce
375    #####################
376    #####################
377    REPO['reponame']='docker-ce'
378    REPO['pkgname']=${REPO['reponame']}
379    REPO['fullreponame']='docker-ce'
380    REPO['EnableGroups']='no'
381    REPO['Visible']='yes'
382    REPO['status']='enabled'
383    REPO['BaseURL']='https://download.docker.com/linux/centos/$releasever/$basearch/stable'
384    REPO['MirrorList']=''
385    REPO['GPGCheck']='yes'
386    REPO['GPGKey']='https://download.docker.com/linux/centos/gpg'
387    REPO['Exclude']=''
388    REPO['IncludePkgs']=''
389    createrepo
390    
391    
392    #####################
393    #####################
394  #egroupware  #egroupware
395  #####################  #####################
396  #####################  #####################
397  REPO['reponame']='egroupware'  REPO['reponame']='egroupware'
398    REPO['pkgname']=${REPO['reponame']}
399  REPO['fullreponame']='server_eGroupWare'  REPO['fullreponame']='server_eGroupWare'
400  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
401  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 238  createrepo Line 416  createrepo
416  declare -A elashort=( ['6.x']='6.x' ['5.x']='5.x' ['1.6']='1' )  declare -A elashort=( ['6.x']='6.x' ['5.x']='5.x' ['1.6']='1' )
417  for elasver  in "6.x" "5.x" "1.6"; do  for elasver  in "6.x" "5.x" "1.6"; do
418  REPO['reponame']="elastic${elashort[$elasver]}"  REPO['reponame']="elastic${elashort[$elasver]}"
419    REPO['pkgname']='elastic'
420  REPO['fullreponame']="Elasticsearch repository for $elasver packages"  REPO['fullreponame']="Elasticsearch repository for $elasver packages"
421  REPO['EnableGroups']='yes'  REPO['EnableGroups']='yes'
422  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 257  done Line 436  done
436  #####################  #####################
437  #####################  #####################
438  REPO['reponame']='elrepo'  REPO['reponame']='elrepo'
439    REPO['pkgname']='elrepo'
440  REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository'  REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository'
441  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
442  REPO['Visible']='no'  REPO['Visible']='no'
# Line 275  createrepo Line 455  createrepo
455  #####################  #####################
456  #####################  #####################
457  REPO['reponame']='elrepo-kernel'  REPO['reponame']='elrepo-kernel'
458    REPO['pkgname']='elrepo'
459  REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel'  REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel'
460  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
461  REPO['Visible']='no'  REPO['Visible']='no'
# Line 293  createrepo Line 474  createrepo
474  #####################  #####################
475  #####################  #####################
476  REPO['reponame']='epel'  REPO['reponame']='epel'
477    REPO['pkgname']=${REPO['reponame']}
478  REPO['fullreponame']='EPEL'  REPO['fullreponame']='EPEL'
479  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
480  REPO['Visible']='no'  REPO['Visible']='no'
# Line 301  REPO['BaseURL']='http://download.fedorap Line 483  REPO['BaseURL']='http://download.fedorap
483  REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch'  REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch'
484  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
485  REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL'  REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL'
486  REPO['Exclude']='perl-Razor-Agent'  REPO['Exclude']='perl-Razor-Agent,pwauth'
487  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
488  createrepo  createrepo
489    
# Line 311  createrepo Line 493  createrepo
493  #####################  #####################
494  #####################  #####################
495  REPO['reponame']='erlang'  REPO['reponame']='erlang'
496    REPO['pkgname']=${REPO['reponame']}
497  REPO['fullreponame']='erlang programming language'  REPO['fullreponame']='erlang programming language'
498  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
499  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 329  createrepo Line 512  createrepo
512  #####################  #####################
513  #####################  #####################
514  REPO['reponame']='freeswitch'  REPO['reponame']='freeswitch'
515    REPO['pkgname']=${REPO['reponame']}
516  REPO['fullreponame']='Freeswitch'  REPO['fullreponame']='Freeswitch'
517  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
518  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 347  createrepo Line 531  createrepo
531  #####################  #####################
532  #####################  #####################
533  REPO['reponame']='fws'  REPO['reponame']='fws'
534    REPO['pkgname']=${REPO['reponame']}
535  REPO['fullreponame']='Firewall Services'  REPO['fullreponame']='Firewall Services'
536  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
537  REPO['Visible']='no'  REPO['Visible']='no'
# Line 365  createrepo Line 550  createrepo
550  #####################  #####################
551  #####################  #####################
552  REPO['reponame']='fws-testing'  REPO['reponame']='fws-testing'
553    REPO['pkgname']='fws'
554  REPO['fullreponame']='Firewall Services testing'  REPO['fullreponame']='Firewall Services testing'
555  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
556  REPO['Visible']='no'  REPO['Visible']='no'
# Line 379  createrepo Line 565  createrepo
565    
566  #####################  #####################
567  #####################  #####################
568  # Libreswan  #fusion inventory
569  #####################  #####################
570  #####################  #####################
571  REPO['reponame']='libreswan'  REPO['reponame']='fusioninventory-agent'
572  REPO['fullreponame']='Libreswan'  REPO['pkgname']='fusioninventory-agent'
573    REPO['fullreponame']='Copr repo for fusioninventory-agent owned by trasher'
574  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
575  REPO['Visible']='no'  REPO['Visible']='no'
576  REPO['status']='disabled'  REPO['status']='disabled'
577  REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/'  REPO['BaseURL']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/epel-$releasever-$basearch/'
578  REPO['MirrorList']=''  REPO['MirrorList']=''
579  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
580  REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan'  REPO['GPGKey']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/pubkey.gpg'
581  REPO['Exclude']=''  REPO['Exclude']=''
582  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
583  createrepo  createrepo
584    
585    
586  #####################  #####################
587  #####################  #####################
588  # NodeJS 4  # LemonLDAP-NG
589  #####################  #####################
590  #####################  #####################
591  for nodever  in "4" "5" "6" "7" "8" "9" "10" "11"; do  REPO['reponame']='lemonldap-ng'
592  REPO['reponame']="node$nodever"  REPO['pkgname']='lemonldap'
593  REPO['fullreponame']="NodeJS $nodever"  REPO['fullreponame']='LemonLDAP::NG packages'
594  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
595  REPO['Visible']='no'  REPO['Visible']='yes'
596  REPO['status']='disabled'  REPO['status']='disabled'
597  REPO['BaseURL']='https://rpm.nodesource.com/pub_'.$nodever.'.x/el/$releasever/$basearch/'  REPO['BaseURL']='https://lemonldap-ng.org/redhat/stable/$releasever/noarch'
598  REPO['MirrorList']=''  REPO['MirrorList']=''
599  REPO['GPGCheck']='no'  REPO['GPGCheck']='yes'
600  REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'  REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2'
601  REPO['Exclude']=''  REPO['Exclude']=''
602  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
603  createrepo  createrepo
 done  
604    
605  #####################  REPO['reponame']='lemonldap-ng-extras'
606  #####################  REPO['pkgname']='lemonldap'
607  # NodeJS 5  REPO['fullreponame']='LemonLDAP::NG extra packages'
 #####################  
 #####################  
 REPO['reponame']='node5'  
 REPO['fullreponame']='NodeJS 5'  
608  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
609  REPO['Visible']='no'  REPO['Visible']='yes'
610  REPO['status']='disabled'  REPO['status']='disabled'
611  REPO['BaseURL']='https://rpm.nodesource.com/pub_5.x/el/$releasever/$basearch/'  REPO['BaseURL']='https://lemonldap-ng.org/redhat/extras/$releasever/noarch'
612  REPO['MirrorList']=''  REPO['MirrorList']=''
613  REPO['GPGCheck']='no'  REPO['GPGCheck']='yes'
614  REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'  REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2'
615  REPO['Exclude']=''  REPO['Exclude']=''
616  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
617  createrepo  createrepo
618    
619  #####################  
 #####################  
 # NodeJS 6  
 #####################  
 #####################  
 REPO['reponame']='node6'  
 REPO['fullreponame']='NodeJS 6'  
 REPO['EnableGroups']='no'  
 REPO['Visible']='no'  
 REPO['status']='disabled'  
 REPO['BaseURL']='https://rpm.nodesource.com/pub_6.x/el/$releasever/$basearch/'  
 REPO['MirrorList']=''  
 REPO['GPGCheck']='no'  
 REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'  
 REPO['Exclude']=''  
 REPO['IncludePkgs']=''  
 #createrepo  
620    
621  #####################  #####################
622  #####################  #####################
623  # NodeJS 7  # Libreswan
624  #####################  #####################
625  #####################  #####################
626  REPO['reponame']='node7'  REPO['reponame']='libreswan'
627  REPO['fullreponame']='NodeJS 7'  REPO['pkgname']=${REPO['reponame']}
628    REPO['fullreponame']='Libreswan'
629  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
630  REPO['Visible']='no'  REPO['Visible']='yes'
631  REPO['status']='disabled'  REPO['status']='disabled'
632  REPO['BaseURL']='https://rpm.nodesource.com/pub_7.x/el/$releasever/$basearch/'  REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/'
633  REPO['MirrorList']=''  REPO['MirrorList']=''
634  REPO['GPGCheck']='no'  REPO['GPGCheck']='yes'
635  REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'  REPO['GPGKey']='http://download.libreswan.org/RPM-GPG-KEY-libreswan'
636  REPO['Exclude']=''  REPO['Exclude']=''
637  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
638  #createrepo  REPO['Priority']='10'
639    createrepo
640    
641    
642  #####################  #####################
643  #####################  #####################
644  # NodeJS  # Mongodb
645  #####################  #####################
646  #####################  #####################
647  REPO['reponame']='node8'  for nodever  in "4.0" "4.1" "4.2" "4.3" "4.4" "5.0" "6.0" "7.0"; do
648  REPO['fullreponame']='NodeJS 8'  REPO['reponame']="mongodb$nodever"
649    REPO['pkgname']='mongodb'
650    REPO['fullreponame']="Mongodb $nodever"
651  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
652  REPO['Visible']='no'  REPO['Visible']='yes'
653  REPO['status']='disabled'  REPO['status']='disabled'
654  REPO['BaseURL']='https://rpm.nodesource.com/pub_8.x/el/$releasever/$basearch/'  REPO['BaseURL']="https://repo.mongodb.org/yum/redhat/\$releasever/mongodb-org/$nodever/\$basearch/"
655  REPO['MirrorList']=''  REPO['MirrorList']=''
656  REPO['GPGCheck']='no'  REPO['GPGCheck']='yes'
657  REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'  REPO['GPGKey']="https://www.mongodb.org/static/pgp/server-$nodever.asc"
658  REPO['Exclude']=''  REPO['Exclude']=''
659  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
660  #createrepo  createrepo
661    done
662    
663  #####################  #####################
664  #####################  #####################
665  # NodeJS 9  # Nginx
666  #####################  #####################
667  #####################  #####################
668  REPO['reponame']='node9'  REPO['reponame']='nginx'
669  REPO['fullreponame']='NodeJS 9'  REPO['pkgname']='nginx'
670    REPO['fullreponame']='nginx stable repo'
671  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
672  REPO['Visible']='no'  REPO['Visible']='yes'
673  REPO['status']='disabled'  REPO['status']='enabled'
674  REPO['BaseURL']='https://rpm.nodesource.com/pub_9.x/el/$releasever/$basearch/'  REPO['BaseURL']='http://nginx.org/packages/centos/$releasever/$basearch/'
675  REPO['MirrorList']=''  REPO['MirrorList']=''
676  REPO['GPGCheck']='no'  REPO['GPGCheck']='yes'
677  REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'  REPO['GPGKey']='https://nginx.org/keys/nginx_signing.key'
678  REPO['Exclude']=''  REPO['Exclude']=''
679  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
680  #createrepo  createrepo
681    
682  #####################  REPO['reponame']='nginx-mainline'
683  #####################  REPO['pkgname']='nginx'
684  # NodeJS 10  REPO['fullreponame']='nginx mainline repo'
 #####################  
 #####################  
 REPO['reponame']='node10'  
 REPO['fullreponame']='NodeJS 10'  
685  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
686  REPO['Visible']='no'  REPO['Visible']='yes'
687  REPO['status']='disabled'  REPO['status']='disabled'
688  REPO['BaseURL']='https://rpm.nodesource.com/pub_10.x/el/$releasever/$basearch/'  REPO['BaseURL']='http://nginx.org/packages/mainline/centos/$releasever/$basearch/'
689  REPO['MirrorList']=''  REPO['MirrorList']=''
690  REPO['GPGCheck']='no'  REPO['GPGCheck']='yes'
691  REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'  REPO['GPGKey']='https://nginx.org/keys/nginx_signing.key'
692  REPO['Exclude']=''  REPO['Exclude']=''
693  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
694  #createrepo  createrepo
695    
696    
697    
698    
699  #####################  #####################
700  #####################  #####################
701  # NodeJS 11  # NodeJS 4
702  #####################  #####################
703  #####################  #####################
704  REPO['reponame']='node11'  for nodever  in "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17"; do
705  REPO['fullreponame']='NodeJS 11'  REPO['reponame']="node$nodever"
706    REPO['pkgname']='node'
707    REPO['fullreponame']="NodeJS $nodever"
708  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
709  REPO['Visible']='no'  REPO['Visible']='yes'
710  REPO['status']='disabled'  REPO['status']='disabled'
711  REPO['BaseURL']='https://rpm.nodesource.com/pub_11.x/el/$releasever/$basearch/'  REPO['BaseURL']="https://rpm.nodesource.com/pub_$nodever.x/el/\$releasever/\$basearch/"
712  REPO['MirrorList']=''  REPO['MirrorList']=''
713  REPO['GPGCheck']='no'  REPO['GPGCheck']='yes'
714  REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'  REPO['GPGKey']='https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL'
715    #'https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
716    #'https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL'
717  REPO['Exclude']=''  REPO['Exclude']=''
718  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
719  #createrepo  createrepo
720    done
721    
722    
723  if  ( "%{?dist}"  == "el7" ); then  if  ( "%{?dist}"  == "el7" ); then
# Line 551  if  ( "%{?dist}"  == "el7" ); then Line 727  if  ( "%{?dist}"  == "el7" ); then
727  #####################  #####################
728  #####################  #####################
729  REPO['reponame']='odoo10-nightly'  REPO['reponame']='odoo10-nightly'
730    REPO['pkgname']='odoo'
731  REPO['fullreponame']='Odoo 10 Nightly - EL7'  REPO['fullreponame']='Odoo 10 Nightly - EL7'
732  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
733  REPO['Visible']='no'  REPO['Visible']='yes'
734  REPO['status']='disabled'  REPO['status']='disabled'
735  REPO['BaseURL']='http://nightly.odoo.com/10.0/nightly/rpm/'  REPO['BaseURL']='http://nightly.odoo.com/10.0/nightly/rpm/'
736  REPO['MirrorList']=''  REPO['MirrorList']=''
# Line 569  createrepo Line 746  createrepo
746  #####################  #####################
747  #####################  #####################
748  REPO['reponame']='odoo9-nightly'  REPO['reponame']='odoo9-nightly'
749    REPO['pkgname']='odoo'
750  REPO['fullreponame']='Odoo 9 Nightly - EL7'  REPO['fullreponame']='Odoo 9 Nightly - EL7'
751  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
752  REPO['Visible']='no'  REPO['Visible']='yes'
753  REPO['status']='disabled'  REPO['status']='disabled'
754  REPO['BaseURL']='http://nightly.odoo.com/9.0/nightly/rpm/'  REPO['BaseURL']='http://nightly.odoo.com/9.0/nightly/rpm/'
755  REPO['MirrorList']=''  REPO['MirrorList']=''
# Line 588  fi Line 766  fi
766  #####################  #####################
767  #####################  #####################
768  REPO['reponame']='okay'  REPO['reponame']='okay'
769    REPO['pkgname']=${REPO['reponame']}
770  REPO['fullreponame']='Extra OKay Packages for Enterprise Linux - Freeswitch and FusionPBX'  REPO['fullreponame']='Extra OKay Packages for Enterprise Linux - Freeswitch and FusionPBX'
771  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
772  REPO['Visible']='no'  REPO['Visible']='yes'
773  REPO['status']='disabled'  REPO['status']='disabled'
774  REPO['BaseURL']='http://repo.okay.com.mx/centos/$releasever/$basearch/release'  REPO['BaseURL']='http://repo.okay.com.mx/centos/$releasever/$basearch/release'
775  REPO['MirrorList']=''  REPO['MirrorList']=''
# Line 602  createrepo Line 781  createrepo
781    
782  #####################  #####################
783  #####################  #####################
784    # Onlyoffice
785    #####################
786    #####################
787    REPO['reponame']='onlyoffice'
788    REPO['pkgname']=${REPO['reponame']}
789    REPO['fullreponame']='Onlyoffice document server - community edition'
790    REPO['EnableGroups']='no'
791    REPO['Visible']='yes'
792    REPO['status']='enabled'
793    REPO['BaseURL']='https://download.onlyoffice.com/repo/centos/main/noarch/'
794    REPO['MirrorList']=''
795    REPO['GPGCheck']='no'
796    REPO['GPGKey']='https://raw.githubusercontent.com/ONLYOFFICE/repo/master/centos/RPM-GPG-KEY-ONLYOFFICE'
797    REPO['Exclude']=''
798    REPO['IncludePkgs']=''
799    createrepo
800    
801    #####################
802    #####################
803  # Openfusion  # Openfusion
804  #####################  #####################
805  #####################  #####################
806  REPO['reponame']='openfusion'  REPO['reponame']='openfusion'
807    REPO['pkgname']=${REPO['reponame']}
808  REPO['fullreponame']='Openfusion'  REPO['fullreponame']='Openfusion'
809  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
810  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 615  REPO['MirrorList']='' Line 814  REPO['MirrorList']=''
814  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
815  REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion'  REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion'
816  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'
817  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'  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'
818  createrepo  createrepo
819    
820  #####################  #####################
# Line 625  createrepo Line 824  createrepo
824  #####################  #####################
825  for pgsqlver  in  "9.6" "10" "11" "12" "13"; do  for pgsqlver  in  "9.6" "10" "11" "12" "13"; do
826  REPO['reponame']="pgsql$pgsqlver"  REPO['reponame']="pgsql$pgsqlver"
827    REPO['pkgname']='pgsql'
828  REPO['fullreponame']="Postgresql $pgsqlver"  REPO['fullreponame']="Postgresql $pgsqlver"
829  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
830  REPO['Visible']='no'  REPO['Visible']='yes'
831  REPO['status']='disabled'  REPO['status']='disabled'
832  REPO['BaseURL']='https://yum.postgresql.org/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/'  REPO['BaseURL']='https://yum.postgresql.org/'$pgsqlver'/redhat/rhel-$releasever-$basearch/'
833  REPO['MirrorList']=''  REPO['MirrorList']=''
834  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
835  ext=$pgsqlver;  ext=$pgsqlver;
836  [[ "$pgsqlver" == "9.6" ]] && ext="96";  [[ "$pgsqlver" == "9.6" ]] && ext="96";
837  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
838  REPO['Exclude']=''  REPO['Exclude']=''
839  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
840  createrepo  createrepo
841    
842    
843  REPO['reponame']="pgsql$pgsqlver-nonfree"  REPO['reponame']="pgsql$pgsqlver-nonfree"
844    REPO['pkgname']='pgsql'
845  REPO['fullreponame']="Postgresql $pgsqlver non free"  REPO['fullreponame']="Postgresql $pgsqlver non free"
846  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
847  REPO['Visible']='no'  REPO['Visible']='yes'
848  REPO['status']='disabled'  REPO['status']='disabled'
849  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/'
850  REPO['MirrorList']=''  REPO['MirrorList']=''
851  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
852  ext=$pgsqlver;  ext=$pgsqlver;
853  [[ "$pgsqlver" == "9.6" ]] && ext="96";  [[ "$pgsqlver" == "9.6" ]] && ext="96";
854  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
855  REPO['Exclude']=''  REPO['Exclude']=''
856  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
857  createrepo  createrepo
858    
859  REPO['reponame']="pgsql$pgsqlver-common"  REPO['reponame']="pgsql$pgsqlver-common"
860    REPO['pkgname']='pgsql'
861  REPO['fullreponame']="Postgresql $pgsqlver non free"  REPO['fullreponame']="Postgresql $pgsqlver non free"
862  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
863  REPO['Visible']='no'  REPO['Visible']='yes'
864  REPO['status']='disabled'  REPO['status']='disabled'
865  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/'
866  REPO['MirrorList']=''  REPO['MirrorList']=''
867  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
868  ext=$pgsqlver;  ext=$pgsqlver;
869  [[ "$pgsqlver" == "9.6" ]] && ext="96";  [[ "$pgsqlver" == "9.6" ]] && ext="96";
870  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
871  REPO['Exclude']=''  REPO['Exclude']=''
872  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
873  createrepo  createrepo
# Line 678  done Line 880  done
880  #####################  #####################
881  #####################  #####################
882  REPO['reponame']='reetp'  REPO['reponame']='reetp'
883    REPO['pkgname']=${REPO['reponame']}
884  REPO['fullreponame']='Mirror John Crisp reetspetit.com'  REPO['fullreponame']='Mirror John Crisp reetspetit.com'
885  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
886  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 696  createrepo Line 899  createrepo
899  #####################  #####################
900  #####################  #####################
901  REPO['reponame']='remi'  REPO['reponame']='remi'
902    REPO['pkgname']='remi-unsafe'
903  REPO['fullreponame']='Remi - EL unsafe, will conflict with your base rpms'  REPO['fullreponame']='Remi - EL unsafe, will conflict with your base rpms'
904  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
905  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
# Line 714  createrepo Line 918  createrepo
918  #####################  #####################
919  #####################  #####################
920  REPO['reponame']='remi-ocsinventory'  REPO['reponame']='remi-ocsinventory'
921    REPO['pkgname']=${REPO['reponame']}
922  REPO['fullreponame']='Remi ocsinventory - EL'  REPO['fullreponame']='Remi ocsinventory - EL'
923  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
924  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
# Line 732  createrepo Line 937  createrepo
937  #####################  #####################
938  #####################  #####################
939  REPO['reponame']='remi-roundcube'  REPO['reponame']='remi-roundcube'
940    REPO['pkgname']=${REPO['reponame']}
941  REPO['fullreponame']='Remi Roundcube - EL'  REPO['fullreponame']='Remi Roundcube - EL'
942  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
943  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
# Line 751  createrepo Line 957  createrepo
957  #####################  #####################
958  #####################  #####################
959  REPO['reponame']='rpmfusion'  REPO['reponame']='rpmfusion'
960    REPO['pkgname']=${REPO['reponame']}
961  REPO['fullreponame']='rpmfusion free EL'  REPO['fullreponame']='rpmfusion free EL'
962  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
963  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 769  createrepo Line 976  createrepo
976  #####################  #####################
977  #####################  #####################
978  REPO['reponame']='rpmfusion-nonfree'  REPO['reponame']='rpmfusion-nonfree'
979    REPO['pkgname']='rpmfusion'
980  REPO['fullreponame']='rpmfusion nonfree EL'  REPO['fullreponame']='rpmfusion nonfree EL'
981  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
982  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 787  createrepo Line 995  createrepo
995  #####################  #####################
996  #####################  #####################
997  REPO['reponame']='sogo'  REPO['reponame']='sogo'
998    REPO['pkgname']=${REPO['reponame']}
999  REPO['fullreponame']='Inverse SOGo 2 Repository'  REPO['fullreponame']='Inverse SOGo 2 Repository'
1000  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1001  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 805  createrepo Line 1014  createrepo
1014  #####################  #####################
1015  #####################  #####################
1016  REPO['reponame']='sogo3'  REPO['reponame']='sogo3'
1017    REPO['pkgname']='sogo'
1018  REPO['fullreponame']='Inverse SOGo 3 Repository'  REPO['fullreponame']='Inverse SOGo 3 Repository'
1019  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1020  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 823  createrepo Line 1033  createrepo
1033  #####################  #####################
1034  #####################  #####################
1035  REPO['reponame']='sogo4'  REPO['reponame']='sogo4'
1036    REPO['pkgname']='sogo'
1037  REPO['fullreponame']='Inverse SOGo 4 Repository'  REPO['fullreponame']='Inverse SOGo 4 Repository'
1038  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1039  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 841  createrepo Line 1052  createrepo
1052  #####################  #####################
1053  #####################  #####################
1054  REPO['reponame']='sogo-subscription'  REPO['reponame']='sogo-subscription'
1055    REPO['pkgname']='sogo'
1056  REPO['fullreponame']='Inverse SOGo Repository only with subscription'  REPO['fullreponame']='Inverse SOGo Repository only with subscription'
1057  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1058  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 859  createrepo Line 1071  createrepo
1071  #####################  #####################
1072  #####################  #####################
1073  REPO['reponame']='spectrum2'  REPO['reponame']='spectrum2'
1074    REPO['pkgname']=${REPO['reponame']}
1075  REPO['fullreponame']='Spectrum2'  REPO['fullreponame']='Spectrum2'
1076  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1077  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 877  createrepo Line 1090  createrepo
1090  #####################  #####################
1091  #####################  #####################
1092  REPO['reponame']='springdale-core'  REPO['reponame']='springdale-core'
1093    REPO['pkgname']='springdale'
1094  REPO['fullreponame']='PUIAS core Base'  REPO['fullreponame']='PUIAS core Base'
1095  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1096  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 890  REPO['IncludePkgs']='' Line 1104  REPO['IncludePkgs']=''
1104  createrepo  createrepo
1105    
1106  REPO['reponame']='springdale-updates'  REPO['reponame']='springdale-updates'
1107    REPO['pkgname']='springdale'
1108  REPO['fullreponame']='PUIAS core Updates'  REPO['fullreponame']='PUIAS core Updates'
1109  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1110  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 903  REPO['IncludePkgs']='' Line 1118  REPO['IncludePkgs']=''
1118  createrepo  createrepo
1119    
1120  REPO['reponame']='springdale-addons'  REPO['reponame']='springdale-addons'
1121    REPO['pkgname']='springdale'
1122  REPO['fullreponame']='PUIAS Addons'  REPO['fullreponame']='PUIAS Addons'
1123  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1124  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 916  REPO['IncludePkgs']='' Line 1132  REPO['IncludePkgs']=''
1132  createrepo  createrepo
1133    
1134  REPO['reponame']='springdale-addons-updates'  REPO['reponame']='springdale-addons-updates'
1135    REPO['pkgname']='springdale'
1136  REPO['fullreponame']='PUIAS Addons Updates'  REPO['fullreponame']='PUIAS Addons Updates'
1137  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1138  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 930  createrepo Line 1147  createrepo
1147    
1148    
1149  REPO['reponame']='springdale-unsupported'  REPO['reponame']='springdale-unsupported'
1150    REPO['pkgname']='springdale'
1151  REPO['fullreponame']='PUIAS Unsupported'  REPO['fullreponame']='PUIAS Unsupported'
1152  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1153  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 943  REPO['IncludePkgs']='' Line 1161  REPO['IncludePkgs']=''
1161  createrepo  createrepo
1162    
1163  REPO['reponame']='springdale-computational'  REPO['reponame']='springdale-computational'
1164    REPO['pkgname']='springdale'
1165  REPO['fullreponame']='PUIAS Computational'  REPO['fullreponame']='PUIAS Computational'
1166  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1167  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 964  createrepo Line 1183  createrepo
1183  #####################  #####################
1184  #####################  #####################
1185  REPO['reponame']='stephdl'  REPO['reponame']='stephdl'
1186    REPO['pkgname']=${REPO['reponame']}
1187  REPO['fullreponame']='Mirror Stephane de Labrusse'  REPO['fullreponame']='Mirror Stephane de Labrusse'
1188  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1189  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 982  createrepo Line 1202  createrepo
1202  #####################  #####################
1203  #####################  #####################
1204  REPO['reponame']='virtualbox'  REPO['reponame']='virtualbox'
1205    REPO['pkgname']=${REPO['reponame']}
1206  REPO['fullreponame']='RHEL/CentOS VirtualBox'  REPO['fullreponame']='RHEL/CentOS VirtualBox'
1207  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1208  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 1000  createrepo Line 1221  createrepo
1221  #####################  #####################
1222  #####################  #####################
1223  REPO['reponame']='webtatic'  REPO['reponame']='webtatic'
1224    REPO['pkgname']=${REPO['reponame']}
1225  REPO['fullreponame']='webtatic - EL'  REPO['fullreponame']='webtatic - EL'
1226  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1227  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 1022  createrepo Line 1244  createrepo
1244  #####################  #####################
1245  #####################  #####################
1246  REPO['reponame']='xymon'  REPO['reponame']='xymon'
1247    REPO['pkgname']=${REPO['reponame']}
1248  REPO['fullreponame']='Xymon Terabithia RPMS - EL'  REPO['fullreponame']='Xymon Terabithia RPMS - EL'
1249  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1250  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 1039  createrepo Line 1262  createrepo
1262  #Zabbix2.4  #Zabbix2.4
1263  #####################  #####################
1264  #####################  #####################
1265  declare -A zabshort=( ['1.8']='18' ['2.0']='20' ['2.0']='20' ['2.4']='24' ['3.0']='30' ['3.2']='32' ['3.4']='34' ['4.0']='40' ['4.2']='42' ['4.4']='44' ['4.5']='45' ['5.0']='50' ['5.1']='51' ['5.2']='52' ['5.3']='53')  declare -A zabshort=( ['1.8']='18' ['2.0']='20' ['2.0']='20' ['2.4']='24' ['3.0']='30' ['3.2']='32' ['3.4']='34' ['4.0']='40' ['4.2']='42' ['4.4']='44' ['4.5']='45' ['5.0']='50' ['5.1']='51' ['5.2']='52' ['5.3']='53' ['5.4']='54'  ['5.5']='55' )
1266  for elasver  in "4.2" "4.4"  '4.5' '5.0' '5.1' '5.2' '5.3'; do  for elasver  in "4.2" "4.4"  '4.5' '5.0' '5.1' '5.2' '5.3' '5.4' '5.5'; do
1267  REPO['reponame']="zabbix${zabshort[$elasver]}"  REPO['reponame']="zabbix${zabshort[$elasver]}"
1268    REPO['pkgname']='zabbix'
1269  REPO['fullreponame']="Zabbix $elasver Official Repository"  REPO['fullreponame']="Zabbix $elasver Official Repository"
1270  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1271  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 1049  REPO['status']='disabled' Line 1273  REPO['status']='disabled'
1273  REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/"  REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/"
1274  REPO['MirrorList']=''  REPO['MirrorList']=''
1275  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
1276  REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX"  REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591"
1277  REPO['Exclude']=''  REPO['Exclude']=''
1278  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
1279  createrepo  createrepo
1280  done  done
1281    
1282    # webfront sclo
1283    for elasver  in '5.0' '5.1'; do
1284    REPO['reponame']="zabbix${zabshort[$elasver]}-frontend"
1285    REPO['pkgname']='zabbix'
1286    REPO['fullreponame']="Zabbix $elasver Official Repository"
1287    REPO['EnableGroups']='no'
1288    REPO['Visible']='yes'
1289    REPO['status']='disabled'
1290    REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/frontend/"
1291    REPO['MirrorList']=''
1292    REPO['GPGCheck']='yes'
1293    REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591"
1294    REPO['Exclude']=''
1295    REPO['IncludePkgs']=''
1296    createrepo
1297    done
1298    
1299    
1300    
1301  #####################  #####################
1302  #####################  #####################
1303  #zmrepo  #zmrepo
1304  #####################  #####################
1305  #####################  #####################
1306  REPO['reponame']='zmrepo'  REPO['reponame']='zmrepo'
1307    REPO['pkgname']=${REPO['reponame']}
1308  REPO['fullreponame']='ZoneMinder Repo - EL'  REPO['fullreponame']='ZoneMinder Repo - EL'
1309  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
1310  REPO['Visible']='yes'  REPO['Visible']='yes'
# Line 1111  EOF Line 1355  EOF
1355    
1356  cat << 'EOF'  >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10epel  cat << 'EOF'  >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10epel
1357  {  {
1358      my @add = split(/[,; ]+/, '');      my @add = split(/[,; ]+/, 'pwauth');
1359      my %remove = map { $_ => 1 } split(/[,; ]+/, 'gnustep-*,gnustep*,gnustep-base,gnustep-make');      my %remove = map { $_ => 1 } split(/[,; ]+/, 'gnustep-*,gnustep*,gnustep-base,gnustep-make');
1360    
1361      for my $name ( qw(epel) )      for my $name ( qw(epel) )
# Line 1197  cat << 'EOF'  >$RPM_BUILD_ROOT/etc/e-smi Line 1441  cat << 'EOF'  >$RPM_BUILD_ROOT/etc/e-smi
1441              $repo->delete('IncludePkgs');              $repo->delete('IncludePkgs');
1442          }          }
1443    
1444        }
1445    
1446    }
1447    
     }  
1448    
1449    EOF
1450    
1451    
1452    cat << 'EOF'  >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/30mongodbDeleteOldRepos
1453    {
1454        for my $dbVer (qw( 0.9 1.0 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7)) {
1455            $dataBase = "mongodb$dbVer";
1456            my $repo = $DB->get($dataBase);
1457            $repo->delete if $repo;
1458        }
1459  }  }
1460    
1461  EOF  EOF
# Line 1212  EOF Line 1467  EOF
1467    
1468  rm -f %{name}-%{version}-filelist*  rm -f %{name}-%{version}-filelist*
1469  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT                       > %{name}-%{version}-filelist  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT                       > %{name}-%{version}-filelist
1470    cat %{name}-%{version}-filelist|grep asterisk                   > %{name}-%{version}-filelist-asterisk
1471  cat %{name}-%{version}-filelist| grep atomic                    > %{name}-%{version}-filelist-atomic  cat %{name}-%{version}-filelist| grep atomic                    > %{name}-%{version}-filelist-atomic
1472    cat %{name}-%{version}-filelist| grep bareos                    > %{name}-%{version}-filelist-bareos
1473  cat %{name}-%{version}-filelist| grep centos-sclo               > %{name}-%{version}-filelist-centos-sclo  cat %{name}-%{version}-filelist| grep centos-sclo               > %{name}-%{version}-filelist-centos-sclo
1474    cat %{name}-%{version}-filelist| grep collaboraoffice           > %{name}-%{version}-filelist-collaboraoffice
1475    cat %{name}-%{version}-filelist| grep docker-ce                 > %{name}-%{version}-filelist-docker-ce
1476  cat %{name}-%{version}-filelist| grep egroupware                > %{name}-%{version}-filelist-egroupware  cat %{name}-%{version}-filelist| grep egroupware                > %{name}-%{version}-filelist-egroupware
1477  cat %{name}-%{version}-filelist| grep elastic                   > %{name}-%{version}-filelist-elastic  cat %{name}-%{version}-filelist| grep elastic                   > %{name}-%{version}-filelist-elastic
1478  cat %{name}-%{version}-filelist| grep elrepo                    > %{name}-%{version}-filelist-elrepo  cat %{name}-%{version}-filelist| grep elrepo                    > %{name}-%{version}-filelist-elrepo
# Line 1221  cat %{name}-%{version}-filelist| grep ep Line 1480  cat %{name}-%{version}-filelist| grep ep
1480  cat %{name}-%{version}-filelist| grep erlang                    > %{name}-%{version}-filelist-erlang  cat %{name}-%{version}-filelist| grep erlang                    > %{name}-%{version}-filelist-erlang
1481  cat %{name}-%{version}-filelist| grep freeswitch                > %{name}-%{version}-filelist-freeswitch  cat %{name}-%{version}-filelist| grep freeswitch                > %{name}-%{version}-filelist-freeswitch
1482  cat %{name}-%{version}-filelist| grep fws                       > %{name}-%{version}-filelist-fws  cat %{name}-%{version}-filelist| grep fws                       > %{name}-%{version}-filelist-fws
1483    cat %{name}-%{version}-filelist| grep fusioninventory-agent     > %{name}-%{version}-filelist-fusioninventory-agent
1484    cat %{name}-%{version}-filelist| grep lemonldap                 > %{name}-%{version}-filelist-lemonldap
1485  cat %{name}-%{version}-filelist| grep libreswan                 > %{name}-%{version}-filelist-libreswan  cat %{name}-%{version}-filelist| grep libreswan                 > %{name}-%{version}-filelist-libreswan
1486    cat %{name}-%{version}-filelist| grep mongodb                   > %{name}-%{version}-filelist-mongodb
1487    cat %{name}-%{version}-filelist| grep nginx                     > %{name}-%{version}-filelist-nginx
1488    cat %{name}-%{version}-filelist| grep node                      > %{name}-%{version}-filelist-node
1489  if  ( "%{?dist}"  == "el7" ); then  if  ( "%{?dist}"  == "el7" ); then
1490  cat %{name}-%{version}-filelist| grep odoo                      > %{name}-%{version}-filelist-odoo  cat %{name}-%{version}-filelist| grep odoo                      > %{name}-%{version}-filelist-odoo
1491  fi  fi
1492  cat %{name}-%{version}-filelist| grep okay                      > %{name}-%{version}-filelist-okay  cat %{name}-%{version}-filelist| grep okay                      > %{name}-%{version}-filelist-okay
1493    cat %{name}-%{version}-filelist| grep -i onlyoffice             > %{name}-%{version}-filelist-onlyoffice
1494  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  
1495  cat %{name}-%{version}-filelist| grep reetp                     > %{name}-%{version}-filelist-reetp  cat %{name}-%{version}-filelist| grep reetp                     > %{name}-%{version}-filelist-reetp
1496  cat %{name}-%{version}-filelist| grep remi-ocsinventory         > %{name}-%{version}-filelist-remi-ocsinventory  cat %{name}-%{version}-filelist| grep remi-ocsinventory         > %{name}-%{version}-filelist-remi-ocsinventory
1497  cat %{name}-%{version}-filelist| grep remi-roundcube            > %{name}-%{version}-filelist-remi-roundcube  cat %{name}-%{version}-filelist| grep remi-roundcube            > %{name}-%{version}-filelist-remi-roundcube
# Line 1269  case "$1" in Line 1533  case "$1" in
1533                  # this is an upgrade                  # this is an upgrade
1534          ;;          ;;
1535  esac  esac
1536    %package asterisk
1537    Summary: Asterisk Repository tucny.com
1538    %description asterisk
1539    Asterisk Repository tucny.com
1540    %files asterisk -f  %{name}-%{version}-filelist-asterisk
1541    %defattr(-,root,root)
1542    
1543  %package atomic  %package atomic
1544  Summary: Atomic Repository  Summary: Atomic Repository
1545  %description atomic  %description atomic
# Line 1276  Atomic Repository Line 1547  Atomic Repository
1547  %files atomic -f  %{name}-%{version}-filelist-atomic  %files atomic -f  %{name}-%{version}-filelist-atomic
1548  %defattr(-,root,root)  %defattr(-,root,root)
1549    
1550    %package bareos
1551    Summary: Backup Archiving Recovery Open Sourced
1552    %description bareos
1553    Backup Archiving Recovery Open Sourced  repository
1554    %files bareos -f  %{name}-%{version}-filelist-bareos
1555    %defattr(-,root,root)
1556    
1557  %package centos-sclo  %package centos-sclo
1558  Summary: CentOS Red-Hat software collection repository  Summary: CentOS Red-Hat software collection repository
1559  %description centos-sclo  %description centos-sclo
# Line 1283  CentOS Red-Hat software collection repos Line 1561  CentOS Red-Hat software collection repos
1561  %files centos-sclo -f  %{name}-%{version}-filelist-centos-sclo  %files centos-sclo -f  %{name}-%{version}-filelist-centos-sclo
1562  %defattr(-,root,root)  %defattr(-,root,root)
1563    
1564    %package collaboraoffice
1565    Summary: collaboraoffice repo
1566    %description collaboraoffice
1567    collaboraoffice repo
1568    %files collaboraoffice -f  %{name}-%{version}-filelist-collaboraoffice
1569    %defattr(-,root,root)
1570    
1571    %package docker-ce
1572    Summary: docker-ce
1573    %description docker-ce
1574    docker-ce repo
1575    %files docker-ce -f  %{name}-%{version}-filelist-docker-ce
1576    %defattr(-,root,root)
1577    
1578  %package egroupware  %package egroupware
1579  Summary: Repository for eGroupWare  Summary: Repository for eGroupWare
1580  %description egroupware  %description egroupware
# Line 1332  Firewall Services repository Line 1624  Firewall Services repository
1624  %files fws -f  %{name}-%{version}-filelist-fws  %files fws -f  %{name}-%{version}-filelist-fws
1625  %defattr(-,root,root)  %defattr(-,root,root)
1626    
1627    %package fusioninventory-agent
1628    Summary: Copr repo for fusioninventory-agent owned by trasher
1629    %description fusioninventory-agent
1630    Copr repo for fusioninventory-agent owned by trasher
1631    %files fusioninventory-agent -f  %{name}-%{version}-filelist-fusioninventory-agent
1632    %defattr(-,root,root)
1633    
1634    %package lemonldap
1635    Summary: Lemonldap NG Repository
1636    %description lemonldap
1637    LemonLDAP::NG Repository
1638    %files lemonldap -f  %{name}-%{version}-filelist-lemonldap
1639    %defattr(-,root,root)
1640    
1641  %package libreswan  %package libreswan
1642  Summary: Libreswan Repository  Summary: Libreswan Repository
1643  %description libreswan  %description libreswan
# Line 1339  Libreswan Repository Line 1645  Libreswan Repository
1645  %files libreswan -f  %{name}-%{version}-filelist-libreswan  %files libreswan -f  %{name}-%{version}-filelist-libreswan
1646  %defattr(-,root,root)  %defattr(-,root,root)
1647    
1648    %package mongodb
1649    Summary: MongoDB Repositories
1650    %description mongodb
1651    MongoDB Repositories
1652    %files mongodb -f  %{name}-%{version}-filelist-mongodb
1653    %defattr(-,root,root)
1654    
1655    %package nginx
1656    Summary: nginx Repositories
1657    %description nginx
1658    Nginx Repositories
1659    %files nginx -f  %{name}-%{version}-filelist-nginx
1660    %defattr(-,root,root)
1661    
1662  %package node  %package node
1663  Summary: NodeJS Repositories  Summary: NodeJS Repositories
1664  %description node  %description node
# Line 1362  Extra OKay Packages for Enterprise Linux Line 1682  Extra OKay Packages for Enterprise Linux
1682  %files okay -f  %{name}-%{version}-filelist-okay  %files okay -f  %{name}-%{version}-filelist-okay
1683  %defattr(-,root,root)  %defattr(-,root,root)
1684    
1685    %package onlyoffice
1686    Summary: onlyoffice Repository
1687    %description onlyoffice
1688    onlyoffice Repository
1689    %files onlyoffice  -f %{name}-%{version}-filelist-onlyoffice
1690    %defattr(-,root,root)
1691    
1692  %package openfusion  %package openfusion
1693  Summary: Openfusion Repository  Summary: Openfusion Repository
1694  %description openfusion  %description openfusion


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed