/[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.15 by jpp, Tue Nov 30 04:57:14 2021 UTC Revision 1.16 by jpp, Fri Feb 25 02:50:32 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 35  %define release 36
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 Feb 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-36.sme
22    - add Copr repo for fusioninventory-agent owned by trasher [SME: 11751]
23    - fix update event for sclo [SME: 11876]
24    
25  * Mon Nov 29 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-35.sme  * Mon Nov 29 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-35.sme
26  - fix node repos  - fix node repos
27    
# Line 290  createrepo Line 294  createrepo
294  #####################  #####################
295  #####################  #####################
296  REPO['reponame']='centos-sclo-centos'  REPO['reponame']='centos-sclo-centos'
297  REPO['pkgname']=${REPO['reponame']}  REPO['pkgname']="centos-sclo" #${REPO['reponame']}
298  REPO['fullreponame']='Centos-RH Software collections'  REPO['fullreponame']='Centos-RH Software collections'
299  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
300  REPO['Visible']='yes'  REPO['Visible']='yes'
301  REPO['status']='disabled'  REPO['status']='enabled'
302  REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/'  REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/'
303  REPO['MirrorList']=''  REPO['MirrorList']=''
304  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
# Line 309  createrepo Line 313  createrepo
313  #####################  #####################
314  #####################  #####################
315  REPO['reponame']='centos-sclo-rh'  REPO['reponame']='centos-sclo-rh'
316  REPO['pkgname']=${REPO['reponame']}  REPO['pkgname']='centos-sclo' #${REPO['reponame']}
317  REPO['fullreponame']='Centos-RH Software collections'  REPO['fullreponame']='Centos-RH Software collections'
318  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
319  REPO['Visible']='yes'  REPO['Visible']='yes'
320  REPO['status']='disabled'  REPO['status']='enabled'
321  REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/'  REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/'
322  REPO['MirrorList']=''  REPO['MirrorList']=''
323  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
# Line 498  createrepo Line 502  createrepo
502    
503  #####################  #####################
504  #####################  #####################
505    #fusion inventory
506    #####################
507    #####################
508    REPO['reponame']='fusioninventory-agent'
509    REPO['pkgname']='fusioninventory-agent'
510    REPO['fullreponame']='Copr repo for fusioninventory-agent owned by trasher'
511    REPO['EnableGroups']='no'
512    REPO['Visible']='no'
513    REPO['status']='disabled'
514    REPO['BaseURL']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/epel-$releasever-$basearch/'
515    REPO['MirrorList']=''
516    REPO['GPGCheck']='yes'
517    REPO['GPGKey']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/pubkey.gpg'
518    REPO['Exclude']=''
519    REPO['IncludePkgs']=''
520    createrepo
521    
522    
523    #####################
524    #####################
525  # LemonLDAP-NG  # LemonLDAP-NG
526  #####################  #####################
527  #####################  #####################
# Line 1303  cat %{name}-%{version}-filelist| grep ep Line 1327  cat %{name}-%{version}-filelist| grep ep
1327  cat %{name}-%{version}-filelist| grep erlang                    > %{name}-%{version}-filelist-erlang  cat %{name}-%{version}-filelist| grep erlang                    > %{name}-%{version}-filelist-erlang
1328  cat %{name}-%{version}-filelist| grep freeswitch                > %{name}-%{version}-filelist-freeswitch  cat %{name}-%{version}-filelist| grep freeswitch                > %{name}-%{version}-filelist-freeswitch
1329  cat %{name}-%{version}-filelist| grep fws                       > %{name}-%{version}-filelist-fws  cat %{name}-%{version}-filelist| grep fws                       > %{name}-%{version}-filelist-fws
1330    cat %{name}-%{version}-filelist| grep fusioninventory-agent     > %{name}-%{version}-filelist-fusioninventory-agent
1331  cat %{name}-%{version}-filelist| grep lemonldap                 > %{name}-%{version}-filelist-lemonldap  cat %{name}-%{version}-filelist| grep lemonldap                 > %{name}-%{version}-filelist-lemonldap
1332  cat %{name}-%{version}-filelist| grep libreswan                 > %{name}-%{version}-filelist-libreswan  cat %{name}-%{version}-filelist| grep libreswan                 > %{name}-%{version}-filelist-libreswan
1333  if  ( "%{?dist}"  == "el7" ); then  if  ( "%{?dist}"  == "el7" ); then
# Line 1429  Firewall Services repository Line 1454  Firewall Services repository
1454  %files fws -f  %{name}-%{version}-filelist-fws  %files fws -f  %{name}-%{version}-filelist-fws
1455  %defattr(-,root,root)  %defattr(-,root,root)
1456    
1457    %package fusioninventory-agent
1458    Summary: Copr repo for fusioninventory-agent owned by trasher
1459    %description fusioninventory-agent
1460    Copr repo for fusioninventory-agent owned by trasher
1461    %files fusioninventory-agent -f  %{name}-%{version}-filelist-fusioninventory-agent
1462    %defattr(-,root,root)
1463    
1464  %package lemonldap  %package lemonldap
1465  Summary: Lemonldap NG Repository  Summary: Lemonldap NG Repository
1466  %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