--- rpms/smeserver-extrarepositories/contribs9/smeserver-extrarepositories.spec 2018/03/18 09:27:52 1.8 +++ rpms/smeserver-extrarepositories/contribs9/smeserver-extrarepositories.spec 2018/05/09 04:00:29 1.9 @@ -1,6 +1,6 @@ %define name smeserver-extrarepositories %define version 0.1 -%define release 4 +%define release 5 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 +* Tue May 08 2018 Jean-Philipe Pialasse 0.1-5.sme +- add elrepo-kernel repo [SME: 10581] + * Sun Mar 18 2018 Jean-Philipe Pialasse 0.1-4.sme - exclude ffmpeg-2.6.4 and celt-0.11 from zmrepo [SME: 10543] - add Sogo4 repo + migrate to exclude gnustep from epel if sogo repo present @@ -272,13 +275,31 @@ REPO['EnableGroups']='no' REPO['Visible']='no' REPO['status']='disabled' REPO['BaseURL']='http://elrepo.org/linux/elrepo/el$releasever/$basearch' -REPO['MirrorList']='http://elrepo.org/mirrors-elrepo.$releasever' +REPO['MirrorList']='http://elrepo.org/mirrors-elrepo.el$releasever' REPO['GPGCheck']='yes' REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' REPO['Exclude']='clamav,spamassassin,libselinux,perl-HTML-Parser,lm_sensors,perl-IO-stringy,perl-XML-Parser,razor-agents,libgcrypt,rpm-python,libxml2,zlib,gnupg,libxml2-python,yum,module-init-tools,rpm,gettext,librpm4,glib2,perl-libwww-perl,perl-Convert-ASN1,beecrypt,fetchmail,libacl,libtool-ltdl,popt,libgpg-error,freetype,perl-MIME-tools,mutt,gd,perl-TimeDate,librpm4.4' REPO['IncludePkgs']='' createrepo +##################### +##################### +#ELRepo kernel +##################### +##################### +REPO['reponame']='elrepo-kernel' +REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' +REPO['EnableGroups']='no' +REPO['Visible']='no' +REPO['status']='disabled' +REPO['BaseURL']='http://elrepo.org/linux/kernel/el$releasever/$basearch' +REPO['MirrorList']='http://elrepo.org/mirrors-elrepo-kernel.el$releasever' +REPO['GPGCheck']='yes' +REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' +REPO['Exclude']='' +REPO['IncludePkgs']='' +createrepo + ##################### ##################### #EPEL