1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 34 |
%define release 35 |
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} |
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 |
|
* Mon Nov 29 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-35.sme |
22 |
|
- fix node repos |
23 |
|
|
24 |
* 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 |
25 |
- add asterisk [SME: 11512] |
- add asterisk [SME: 11512] |
26 |
- add lemonldap [SME: 11740] |
- add lemonldap [SME: 11740] |
556 |
# NodeJS 4 |
# NodeJS 4 |
557 |
##################### |
##################### |
558 |
##################### |
##################### |
559 |
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 |
560 |
REPO['reponame']="node$nodever" |
REPO['reponame']="node$nodever" |
561 |
REPO['pkgname']='node' |
REPO['pkgname']='node' |
562 |
REPO['fullreponame']="NodeJS $nodever" |
REPO['fullreponame']="NodeJS $nodever" |
563 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
564 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
565 |
REPO['status']='disabled' |
REPO['status']='disabled' |
566 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_'.$nodever.'.x/el/$releasever/$basearch/' |
REPO['BaseURL']="https://rpm.nodesource.com/pub_$nodever.x/el/\$releasever/\$basearch/" |
567 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
568 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
569 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' |
570 |
|
#'https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
571 |
|
#'https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' |
572 |
REPO['Exclude']='' |
REPO['Exclude']='' |
573 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
574 |
createrepo |
createrepo |