1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 38 |
%define release 39 |
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 May 28 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-39.sme |
22 |
|
- fix typo in pgsql url |
23 |
|
|
24 |
* Thu Mar 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-38.sme |
* Thu Mar 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-38.sme |
25 |
- add docker-ce repo [SME: 11894] |
- add docker-ce repo [SME: 11894] |
26 |
|
|
737 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
738 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
739 |
REPO['status']='disabled' |
REPO['status']='disabled' |
740 |
REPO['BaseURL']='https://yum.postgresql.org/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://yum.postgresql.org/'$pgsqlver'/redhat/rhel-$releasever-$basearch/' |
741 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
742 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
743 |
ext=$pgsqlver; |
ext=$pgsqlver; |
744 |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
745 |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext |
746 |
REPO['Exclude']='' |
REPO['Exclude']='' |
747 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
748 |
createrepo |
createrepo |
754 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
755 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
756 |
REPO['status']='disabled' |
REPO['status']='disabled' |
757 |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/non-free/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/non-free/'$pgsqlver'/redhat/rhel-$releasever-$basearch/' |
758 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
759 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
760 |
ext=$pgsqlver; |
ext=$pgsqlver; |
761 |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
762 |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext |
763 |
REPO['Exclude']='' |
REPO['Exclude']='' |
764 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
765 |
createrepo |
createrepo |
770 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
771 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
772 |
REPO['status']='disabled' |
REPO['status']='disabled' |
773 |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/common/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/common/'$pgsqlver'/redhat/rhel-$releasever-$basearch/' |
774 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
775 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
776 |
ext=$pgsqlver; |
ext=$pgsqlver; |
777 |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
778 |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext |
779 |
REPO['Exclude']='' |
REPO['Exclude']='' |
780 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
781 |
createrepo |
createrepo |