1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 20 |
%define release 21 |
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 |
|
* Sat Mar 21 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-21.sme |
22 |
|
- update zabbix repo [SME: 10900] |
23 |
|
- add Springdale / PUIAS repo [SME: 10673] |
24 |
|
|
25 |
* Sun Jan 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-20.sme |
* Sun Jan 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-20.sme |
26 |
- add node repos [SME: 10727] |
- add node repos [SME: 10727] |
27 |
|
|
893 |
|
|
894 |
##################### |
##################### |
895 |
##################### |
##################### |
896 |
|
#Springdale |
897 |
|
##################### |
898 |
|
##################### |
899 |
|
REPO['reponame']='springdale-core' |
900 |
|
REPO['fullreponame']='PUIAS core Base' |
901 |
|
REPO['EnableGroups']='no' |
902 |
|
REPO['Visible']='yes' |
903 |
|
REPO['status']='disabled' |
904 |
|
REPO['BaseURL']='' |
905 |
|
REPO['MirrorList']='http://puias.math.ias.edu/data/puias/$releasever/$basearch/os/mirrorlist' |
906 |
|
REPO['GPGCheck']='yes' |
907 |
|
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
908 |
|
REPO['Exclude']='' |
909 |
|
REPO['IncludePkgs']='' |
910 |
|
createrepo |
911 |
|
|
912 |
|
REPO['reponame']='springdale-updates' |
913 |
|
REPO['fullreponame']='PUIAS core Updates' |
914 |
|
REPO['EnableGroups']='no' |
915 |
|
REPO['Visible']='yes' |
916 |
|
REPO['status']='disabled' |
917 |
|
REPO['BaseURL']='' |
918 |
|
REPO['MirrorList']='http://puias.math.ias.edu/data/puias/updates/$releasever/$basearch/en/os/mirrorlist' |
919 |
|
REPO['GPGCheck']='yes' |
920 |
|
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/updates/$basearch/en/os/RPM-GPG-KEY-puias' |
921 |
|
REPO['Exclude']='' |
922 |
|
REPO['IncludePkgs']='' |
923 |
|
createrepo |
924 |
|
|
925 |
|
REPO['reponame']='springdale-addons' |
926 |
|
REPO['fullreponame']='PUIAS Addons' |
927 |
|
REPO['EnableGroups']='no' |
928 |
|
REPO['Visible']='yes' |
929 |
|
REPO['status']='disabled' |
930 |
|
REPO['BaseURL']='' |
931 |
|
REPO['MirrorList']='http://puias.math.ias.edu/data/puias/$releasever/$basearch/os/Addons/mirrorlist' |
932 |
|
REPO['GPGCheck']='yes' |
933 |
|
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
934 |
|
REPO['Exclude']='' |
935 |
|
REPO['IncludePkgs']='' |
936 |
|
createrepo |
937 |
|
|
938 |
|
REPO['reponame']='springdale-addons-updates' |
939 |
|
REPO['fullreponame']='PUIAS Addons Updates' |
940 |
|
REPO['EnableGroups']='no' |
941 |
|
REPO['Visible']='yes' |
942 |
|
REPO['status']='disabled' |
943 |
|
REPO['BaseURL']='' |
944 |
|
REPO['MirrorList']='http://puias.math.ias.edu/data/puias/updates/Addons/$releasever/$basearch/mirrorlist' |
945 |
|
REPO['GPGCheck']='yes' |
946 |
|
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
947 |
|
REPO['Exclude']='' |
948 |
|
REPO['IncludePkgs']='' |
949 |
|
createrepo |
950 |
|
|
951 |
|
|
952 |
|
REPO['reponame']='springdale-unsupported' |
953 |
|
REPO['fullreponame']='PUIAS Unsupported' |
954 |
|
REPO['EnableGroups']='no' |
955 |
|
REPO['Visible']='yes' |
956 |
|
REPO['status']='disabled' |
957 |
|
REPO['BaseURL']='' |
958 |
|
REPO['MirrorList']='http://puias.math.ias.edu/data/puias/unsupported/$releasever/$basearch/mirrorlist' |
959 |
|
REPO['GPGCheck']='yes' |
960 |
|
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
961 |
|
REPO['Exclude']='' |
962 |
|
REPO['IncludePkgs']='' |
963 |
|
createrepo |
964 |
|
|
965 |
|
REPO['reponame']='springdale-computational' |
966 |
|
REPO['fullreponame']='PUIAS Computational' |
967 |
|
REPO['EnableGroups']='no' |
968 |
|
REPO['Visible']='yes' |
969 |
|
REPO['status']='disabled' |
970 |
|
REPO['BaseURL']='' |
971 |
|
REPO['MirrorList']='http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch/mirrorlist' |
972 |
|
REPO['GPGCheck']='yes' |
973 |
|
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
974 |
|
REPO['Exclude']='' |
975 |
|
REPO['IncludePkgs']='' |
976 |
|
createrepo |
977 |
|
|
978 |
|
|
979 |
|
|
980 |
|
|
981 |
|
##################### |
982 |
|
##################### |
983 |
#stephDL |
#stephDL |
984 |
##################### |
##################### |
985 |
##################### |
##################### |
1059 |
#Zabbix2.4 |
#Zabbix2.4 |
1060 |
##################### |
##################### |
1061 |
##################### |
##################### |
1062 |
declare -A zabshort=( ['2.4']='24' ['2.5']='25' ['3.0']='30' ['3.1']='31' ['3.2']='32' ['3.4']='35' ['3.5']='35') |
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') |
1063 |
for elasver in "2.4" "2.5" "3.0"; do |
for elasver in "4.2" "4.4" ; do |
1064 |
REPO['reponame']="zabbix${zabshort[$elasver]}" |
REPO['reponame']="zabbix${zabshort[$elasver]}" |
1065 |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
1066 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1270 |
cat %{name}-%{version}-filelist| grep rpmfusion > %{name}-%{version}-filelist-rpmfusion |
cat %{name}-%{version}-filelist| grep rpmfusion > %{name}-%{version}-filelist-rpmfusion |
1271 |
cat %{name}-%{version}-filelist| grep sogo > %{name}-%{version}-filelist-sogo |
cat %{name}-%{version}-filelist| grep sogo > %{name}-%{version}-filelist-sogo |
1272 |
cat %{name}-%{version}-filelist| grep spectrum2 > %{name}-%{version}-filelist-spectrum2 |
cat %{name}-%{version}-filelist| grep spectrum2 > %{name}-%{version}-filelist-spectrum2 |
1273 |
|
cat %{name}-%{version}-filelist| grep springdale > %{name}-%{version}-filelist-springdale |
1274 |
cat %{name}-%{version}-filelist| grep stephdl > %{name}-%{version}-filelist-stephdl |
cat %{name}-%{version}-filelist| grep stephdl > %{name}-%{version}-filelist-stephdl |
1275 |
cat %{name}-%{version}-filelist| grep virtualbox > %{name}-%{version}-filelist-virtualbox |
cat %{name}-%{version}-filelist| grep virtualbox > %{name}-%{version}-filelist-virtualbox |
1276 |
cat %{name}-%{version}-filelist| grep webtatic > %{name}-%{version}-filelist-webtatic |
cat %{name}-%{version}-filelist| grep webtatic > %{name}-%{version}-filelist-webtatic |
1474 |
%files spectrum2 -f %{name}-%{version}-filelist-spectrum2 |
%files spectrum2 -f %{name}-%{version}-filelist-spectrum2 |
1475 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1476 |
|
|
1477 |
|
%package springdale |
1478 |
|
Summary: Springdale PUIAS Linux repos |
1479 |
|
%description springdale |
1480 |
|
Springdale PUIAS Linux repos |
1481 |
|
%files springdale -f %{name}-%{version}-filelist-springdale |
1482 |
|
%defattr(-,root,root) |
1483 |
|
|
1484 |
%package stephdl |
%package stephdl |
1485 |
Summary: Stephane De Labrusse Repository |
Summary: Stephane De Labrusse Repository |
1486 |
%description stephdl |
%description stephdl |