1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 4 |
%define release 6 |
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 |
|
* Mon Jun 25 2018 John Crisp <jcrisp@safeandsounit.co.uk> 0.1-6.sme |
22 |
|
- Update reetp URL |
23 |
|
|
24 |
|
* Tue May 08 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-5.sme |
25 |
|
- add elrepo-kernel repo [SME: 10581] |
26 |
|
|
27 |
* Sun Mar 18 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-4.sme |
* Sun Mar 18 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-4.sme |
28 |
- exclude ffmpeg-2.6.4 and celt-0.11 from zmrepo [SME: 10543] |
- exclude ffmpeg-2.6.4 and celt-0.11 from zmrepo [SME: 10543] |
29 |
- add Sogo4 repo + migrate to exclude gnustep from epel if sogo repo present |
- add Sogo4 repo + migrate to exclude gnustep from epel if sogo repo present |
278 |
REPO['Visible']='no' |
REPO['Visible']='no' |
279 |
REPO['status']='disabled' |
REPO['status']='disabled' |
280 |
REPO['BaseURL']='http://elrepo.org/linux/elrepo/el$releasever/$basearch' |
REPO['BaseURL']='http://elrepo.org/linux/elrepo/el$releasever/$basearch' |
281 |
REPO['MirrorList']='http://elrepo.org/mirrors-elrepo.$releasever' |
REPO['MirrorList']='http://elrepo.org/mirrors-elrepo.el$releasever' |
282 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
283 |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
284 |
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['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' |
287 |
|
|
288 |
##################### |
##################### |
289 |
##################### |
##################### |
290 |
|
#ELRepo kernel |
291 |
|
##################### |
292 |
|
##################### |
293 |
|
REPO['reponame']='elrepo-kernel' |
294 |
|
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
295 |
|
REPO['EnableGroups']='no' |
296 |
|
REPO['Visible']='no' |
297 |
|
REPO['status']='disabled' |
298 |
|
REPO['BaseURL']='http://elrepo.org/linux/kernel/el$releasever/$basearch' |
299 |
|
REPO['MirrorList']='http://elrepo.org/mirrors-elrepo-kernel.el$releasever' |
300 |
|
REPO['GPGCheck']='yes' |
301 |
|
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
302 |
|
REPO['Exclude']='' |
303 |
|
REPO['IncludePkgs']='' |
304 |
|
createrepo |
305 |
|
|
306 |
|
##################### |
307 |
|
##################### |
308 |
#EPEL |
#EPEL |
309 |
##################### |
##################### |
310 |
##################### |
##################### |
495 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
496 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
497 |
REPO['status']='disabled' |
REPO['status']='disabled' |
498 |
REPO['BaseURL']='https://reetspetit.com/smeserver/$releasever' |
REPO['BaseURL']='https://www.reetspetit.com/smeserver/$releasever' |
499 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
500 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
501 |
REPO['GPGKey']='https://reetspetit.com/RPM-GPG-KEY' |
REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' |
502 |
REPO['Exclude']='' |
REPO['Exclude']='' |
503 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
504 |
createrepo |
createrepo |