/[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.16 by jpp, Fri Feb 25 02:50:32 2022 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 36  %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  * 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]  - add Copr repo for fusioninventory-agent owned by trasher [SME: 11751]
29  - fix update event for sclo [SME: 11876]  - fix update event for sclo [SME: 11876]
# Line 328  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 1320  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 1405  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


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