--- rpms/smeserver-extrarepositories/contribs10/smeserver-extrarepositories.spec 2022/02/25 02:50:32 1.16 +++ rpms/smeserver-extrarepositories/contribs10/smeserver-extrarepositories.spec 2022/03/09 20:26:37 1.17 @@ -1,6 +1,6 @@ %define name smeserver-extrarepositories %define version 0.1 -%define release 36 +%define release 37 Summary: easy configuration of extra yum repo Name: %{name} Version: %{version} @@ -18,6 +18,9 @@ AutoReqProv: no Provides configuration for external yum repository comaptible with Koozali SME Server. %changelog +* Wed Mar 09 2022 Jean-Philippe Pialasse 0.1-37.sme +- add collaboraoffice repo [SME: 11888] + * Thu Feb 24 2022 Jean-Philippe Pialasse 0.1-36.sme - add Copr repo for fusioninventory-agent owned by trasher [SME: 11751] - fix update event for sclo [SME: 11876] @@ -328,6 +331,26 @@ createrepo ##################### ##################### +#collaboraoffice.com +##################### +##################### +REPO['reponame']='collaboraoffice' +REPO['pkgname']= ${REPO['reponame']} +REPO['fullreponame']='collaboraoffice.com_repos_CollaboraOnline_CODE-centos' +REPO['EnableGroups']='no' +REPO['Visible']='yes' +REPO['status']='enabled' +REPO['BaseURL']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos$releasever' +REPO['MirrorList']='' +REPO['GPGCheck']='yes' +REPO['GPGKey']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos7/repodata/repomd.xml.key' +REPO['Exclude']='' +REPO['IncludePkgs']='' +createrepo + + +##################### +##################### #egroupware ##################### ##################### @@ -1320,6 +1343,7 @@ cat %{name}-%{version}-filelist|grep ast cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic cat %{name}-%{version}-filelist| grep bareos > %{name}-%{version}-filelist-bareos cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo +cat %{name}-%{version}-filelist| grep collaboraoffice > %{name}-%{version}-filelist-collaboraoffice cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo @@ -1405,6 +1429,13 @@ CentOS Red-Hat software collection repos %files centos-sclo -f %{name}-%{version}-filelist-centos-sclo %defattr(-,root,root) +%package collaboraoffice +Summary: collaboraoffice repo +%description collaboraoffice +collaboraoffice repo +%files collaboraoffice -f %{name}-%{version}-filelist-collaboraoffice +%defattr(-,root,root) + %package egroupware Summary: Repository for eGroupWare %description egroupware