1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 37 |
%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 |
25 |
|
- add docker-ce repo [SME: 11894] |
26 |
|
|
27 |
* Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-37.sme |
* Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-37.sme |
28 |
- add collaboraoffice repo [SME: 11888] |
- add collaboraoffice repo [SME: 11888] |
29 |
|
|
341 |
##################### |
##################### |
342 |
##################### |
##################### |
343 |
REPO['reponame']='collaboraoffice' |
REPO['reponame']='collaboraoffice' |
344 |
REPO['pkgname']= ${REPO['reponame']} |
REPO['pkgname']=${REPO['reponame']} |
345 |
REPO['fullreponame']='collaboraoffice.com_repos_CollaboraOnline_CODE-centos' |
REPO['fullreponame']='collaboraoffice.com_repos_CollaboraOnline_CODE-centos' |
346 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
347 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
354 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
355 |
createrepo |
createrepo |
356 |
|
|
357 |
|
##################### |
358 |
|
##################### |
359 |
|
#docker-ce |
360 |
|
##################### |
361 |
|
##################### |
362 |
|
REPO['reponame']='docker-ce' |
363 |
|
REPO['pkgname']=${REPO['reponame']} |
364 |
|
REPO['fullreponame']='docker-ce' |
365 |
|
REPO['EnableGroups']='no' |
366 |
|
REPO['Visible']='yes' |
367 |
|
REPO['status']='enabled' |
368 |
|
REPO['BaseURL']='https://download.docker.com/linux/centos/$releasever/$basearch/stable' |
369 |
|
REPO['MirrorList']='' |
370 |
|
REPO['GPGCheck']='yes' |
371 |
|
REPO['GPGKey']='https://download.docker.com/linux/centos/gpg' |
372 |
|
REPO['Exclude']='' |
373 |
|
REPO['IncludePkgs']='' |
374 |
|
createrepo |
375 |
|
|
376 |
|
|
377 |
##################### |
##################### |
378 |
##################### |
##################### |
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 |
1369 |
cat %{name}-%{version}-filelist| grep bareos > %{name}-%{version}-filelist-bareos |
cat %{name}-%{version}-filelist| grep bareos > %{name}-%{version}-filelist-bareos |
1370 |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
1371 |
cat %{name}-%{version}-filelist| grep collaboraoffice > %{name}-%{version}-filelist-collaboraoffice |
cat %{name}-%{version}-filelist| grep collaboraoffice > %{name}-%{version}-filelist-collaboraoffice |
1372 |
|
cat %{name}-%{version}-filelist| grep docker-ce > %{name}-%{version}-filelist-docker-ce |
1373 |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
1374 |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
1375 |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
1462 |
%files collaboraoffice -f %{name}-%{version}-filelist-collaboraoffice |
%files collaboraoffice -f %{name}-%{version}-filelist-collaboraoffice |
1463 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1464 |
|
|
1465 |
|
%package docker-ce |
1466 |
|
Summary: docker-ce |
1467 |
|
%description docker-ce |
1468 |
|
docker-ce repo |
1469 |
|
%files docker-ce -f %{name}-%{version}-filelist-docker-ce |
1470 |
|
%defattr(-,root,root) |
1471 |
|
|
1472 |
%package egroupware |
%package egroupware |
1473 |
Summary: Repository for eGroupWare |
Summary: Repository for eGroupWare |
1474 |
%description egroupware |
%description egroupware |