/[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.14 by jpp, Wed Nov 10 04:00:58 2021 UTC Revision 1.19 by jpp, Thu Mar 10 16:53:26 2022 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 34  %define release 38
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 18  AutoReqProv: no Line 18  AutoReqProv: no
18  Provides configuration for external yum repository comaptible with Koozali SME Server.  Provides configuration for external yum repository comaptible with Koozali SME Server.
19    
20  %changelog  %changelog
21    * Thu Mar 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-38.sme
22    - add docker-ce repo [SME: 11894]
23    
24    * Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-37.sme
25    - add collaboraoffice repo [SME: 11888]
26    
27    * Thu Feb 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-36.sme
28    - add Copr repo for fusioninventory-agent owned by trasher [SME: 11751]
29    - fix update event for sclo [SME: 11876]
30    
31    * Mon Nov 29 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-35.sme
32    - fix node repos
33    
34  * Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-34.sme  * Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-34.sme
35  - add asterisk [SME: 11512]  - add asterisk [SME: 11512]
36  - add lemonldap [SME: 11740]  - add lemonldap [SME: 11740]
# Line 287  createrepo Line 300  createrepo
300  #####################  #####################
301  #####################  #####################
302  REPO['reponame']='centos-sclo-centos'  REPO['reponame']='centos-sclo-centos'
303  REPO['pkgname']=${REPO['reponame']}  REPO['pkgname']="centos-sclo" #${REPO['reponame']}
304  REPO['fullreponame']='Centos-RH Software collections'  REPO['fullreponame']='Centos-RH Software collections'
305  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
306  REPO['Visible']='yes'  REPO['Visible']='yes'
307  REPO['status']='disabled'  REPO['status']='enabled'
308  REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/'  REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/'
309  REPO['MirrorList']=''  REPO['MirrorList']=''
310  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
# Line 306  createrepo Line 319  createrepo
319  #####################  #####################
320  #####################  #####################
321  REPO['reponame']='centos-sclo-rh'  REPO['reponame']='centos-sclo-rh'
322  REPO['pkgname']=${REPO['reponame']}  REPO['pkgname']='centos-sclo' #${REPO['reponame']}
323  REPO['fullreponame']='Centos-RH Software collections'  REPO['fullreponame']='Centos-RH Software collections'
324  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
325  REPO['Visible']='yes'  REPO['Visible']='yes'
326  REPO['status']='disabled'  REPO['status']='enabled'
327  REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/'  REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/'
328  REPO['MirrorList']=''  REPO['MirrorList']=''
329  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
# Line 321  createrepo Line 334  createrepo
334    
335  #####################  #####################
336  #####################  #####################
337    #collaboraoffice.com
338    #####################
339    #####################
340    REPO['reponame']='collaboraoffice'
341    REPO['pkgname']=${REPO['reponame']}
342    REPO['fullreponame']='collaboraoffice.com_repos_CollaboraOnline_CODE-centos'
343    REPO['EnableGroups']='no'
344    REPO['Visible']='yes'
345    REPO['status']='enabled'
346    REPO['BaseURL']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos$releasever'
347    REPO['MirrorList']=''
348    REPO['GPGCheck']='yes'
349    REPO['GPGKey']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos7/repodata/repomd.xml.key'
350    REPO['Exclude']=''
351    REPO['IncludePkgs']=''
352    createrepo
353    
354    #####################
355    #####################
356    #docker-ce
357    #####################
358    #####################
359    REPO['reponame']='docker-ce'
360    REPO['pkgname']=${REPO['reponame']}
361    REPO['fullreponame']='docker-ce'
362    REPO['EnableGroups']='no'
363    REPO['Visible']='yes'
364    REPO['status']='enabled'
365    REPO['BaseURL']='https://download.docker.com/linux/centos/$releasever/$basearch/stable'
366    REPO['MirrorList']=''
367    REPO['GPGCheck']='yes'
368    REPO['GPGKey']='https://download.docker.com/linux/centos/gpg'
369    REPO['Exclude']=''
370    REPO['IncludePkgs']=''
371    createrepo
372    
373    
374    #####################
375    #####################
376  #egroupware  #egroupware
377  #####################  #####################
378  #####################  #####################
# Line 495  createrepo Line 547  createrepo
547    
548  #####################  #####################
549  #####################  #####################
550    #fusion inventory
551    #####################
552    #####################
553    REPO['reponame']='fusioninventory-agent'
554    REPO['pkgname']='fusioninventory-agent'
555    REPO['fullreponame']='Copr repo for fusioninventory-agent owned by trasher'
556    REPO['EnableGroups']='no'
557    REPO['Visible']='no'
558    REPO['status']='disabled'
559    REPO['BaseURL']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/epel-$releasever-$basearch/'
560    REPO['MirrorList']=''
561    REPO['GPGCheck']='yes'
562    REPO['GPGKey']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/pubkey.gpg'
563    REPO['Exclude']=''
564    REPO['IncludePkgs']=''
565    createrepo
566    
567    
568    #####################
569    #####################
570  # LemonLDAP-NG  # LemonLDAP-NG
571  #####################  #####################
572  #####################  #####################
# Line 553  createrepo Line 625  createrepo
625  # NodeJS 4  # NodeJS 4
626  #####################  #####################
627  #####################  #####################
628  for nodever  in "4" "5" "6" "7" "8" "9" "10" "11"; do  for nodever  in "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17"; do
629  REPO['reponame']="node$nodever"  REPO['reponame']="node$nodever"
630  REPO['pkgname']='node'  REPO['pkgname']='node'
631  REPO['fullreponame']="NodeJS $nodever"  REPO['fullreponame']="NodeJS $nodever"
632  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
633  REPO['Visible']='yes'  REPO['Visible']='yes'
634  REPO['status']='disabled'  REPO['status']='disabled'
635  REPO['BaseURL']='https://rpm.nodesource.com/pub_'.$nodever.'.x/el/$releasever/$basearch/'  REPO['BaseURL']="https://rpm.nodesource.com/pub_$nodever.x/el/\$releasever/\$basearch/"
636  REPO['MirrorList']=''  REPO['MirrorList']=''
637  REPO['GPGCheck']='no'  REPO['GPGCheck']='yes'
638  REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'  REPO['GPGKey']='https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL'
639    #'https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
640    #'https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL'
641  REPO['Exclude']=''  REPO['Exclude']=''
642  REPO['IncludePkgs']=''  REPO['IncludePkgs']=''
643  createrepo  createrepo
# Line 1291  cat %{name}-%{version}-filelist|grep ast Line 1365  cat %{name}-%{version}-filelist|grep ast
1365  cat %{name}-%{version}-filelist| grep atomic                    > %{name}-%{version}-filelist-atomic  cat %{name}-%{version}-filelist| grep atomic                    > %{name}-%{version}-filelist-atomic
1366  cat %{name}-%{version}-filelist| grep bareos                    > %{name}-%{version}-filelist-bareos  cat %{name}-%{version}-filelist| grep bareos                    > %{name}-%{version}-filelist-bareos
1367  cat %{name}-%{version}-filelist| grep centos-sclo               > %{name}-%{version}-filelist-centos-sclo  cat %{name}-%{version}-filelist| grep centos-sclo               > %{name}-%{version}-filelist-centos-sclo
1368    cat %{name}-%{version}-filelist| grep collaboraoffice           > %{name}-%{version}-filelist-collaboraoffice
1369    cat %{name}-%{version}-filelist| grep docker-ce                 > %{name}-%{version}-filelist-docker-ce
1370  cat %{name}-%{version}-filelist| grep egroupware                > %{name}-%{version}-filelist-egroupware  cat %{name}-%{version}-filelist| grep egroupware                > %{name}-%{version}-filelist-egroupware
1371  cat %{name}-%{version}-filelist| grep elastic                   > %{name}-%{version}-filelist-elastic  cat %{name}-%{version}-filelist| grep elastic                   > %{name}-%{version}-filelist-elastic
1372  cat %{name}-%{version}-filelist| grep elrepo                    > %{name}-%{version}-filelist-elrepo  cat %{name}-%{version}-filelist| grep elrepo                    > %{name}-%{version}-filelist-elrepo
# Line 1298  cat %{name}-%{version}-filelist| grep ep Line 1374  cat %{name}-%{version}-filelist| grep ep
1374  cat %{name}-%{version}-filelist| grep erlang                    > %{name}-%{version}-filelist-erlang  cat %{name}-%{version}-filelist| grep erlang                    > %{name}-%{version}-filelist-erlang
1375  cat %{name}-%{version}-filelist| grep freeswitch                > %{name}-%{version}-filelist-freeswitch  cat %{name}-%{version}-filelist| grep freeswitch                > %{name}-%{version}-filelist-freeswitch
1376  cat %{name}-%{version}-filelist| grep fws                       > %{name}-%{version}-filelist-fws  cat %{name}-%{version}-filelist| grep fws                       > %{name}-%{version}-filelist-fws
1377    cat %{name}-%{version}-filelist| grep fusioninventory-agent     > %{name}-%{version}-filelist-fusioninventory-agent
1378  cat %{name}-%{version}-filelist| grep lemonldap                 > %{name}-%{version}-filelist-lemonldap  cat %{name}-%{version}-filelist| grep lemonldap                 > %{name}-%{version}-filelist-lemonldap
1379  cat %{name}-%{version}-filelist| grep libreswan                 > %{name}-%{version}-filelist-libreswan  cat %{name}-%{version}-filelist| grep libreswan                 > %{name}-%{version}-filelist-libreswan
1380  if  ( "%{?dist}"  == "el7" ); then  if  ( "%{?dist}"  == "el7" ); then
# Line 1375  CentOS Red-Hat software collection repos Line 1452  CentOS Red-Hat software collection repos
1452  %files centos-sclo -f  %{name}-%{version}-filelist-centos-sclo  %files centos-sclo -f  %{name}-%{version}-filelist-centos-sclo
1453  %defattr(-,root,root)  %defattr(-,root,root)
1454    
1455    %package collaboraoffice
1456    Summary: collaboraoffice repo
1457    %description collaboraoffice
1458    collaboraoffice repo
1459    %files collaboraoffice -f  %{name}-%{version}-filelist-collaboraoffice
1460    %defattr(-,root,root)
1461    
1462    %package docker-ce
1463    Summary: docker-ce
1464    %description docker-ce
1465    docker-ce repo
1466    %files docker-ce -f  %{name}-%{version}-filelist-docker-ce
1467    %defattr(-,root,root)
1468    
1469  %package egroupware  %package egroupware
1470  Summary: Repository for eGroupWare  Summary: Repository for eGroupWare
1471  %description egroupware  %description egroupware
# Line 1424  Firewall Services repository Line 1515  Firewall Services repository
1515  %files fws -f  %{name}-%{version}-filelist-fws  %files fws -f  %{name}-%{version}-filelist-fws
1516  %defattr(-,root,root)  %defattr(-,root,root)
1517    
1518    %package fusioninventory-agent
1519    Summary: Copr repo for fusioninventory-agent owned by trasher
1520    %description fusioninventory-agent
1521    Copr repo for fusioninventory-agent owned by trasher
1522    %files fusioninventory-agent -f  %{name}-%{version}-filelist-fusioninventory-agent
1523    %defattr(-,root,root)
1524    
1525  %package lemonldap  %package lemonldap
1526  Summary: Lemonldap NG Repository  Summary: Lemonldap NG Repository
1527  %description lemonldap  %description lemonldap


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