Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.8 by jpp, Sun Mar 18 09:27:52 2018 UTC | Revision 1.9 by jpp, Wed May 9 04:00:29 2018 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | %define name smeserver-extrarepositories | %define name smeserver-extrarepositories |
2 | %define version 0.1 | %define version 0.1 |
3 | %define release 4 | %define release 5 |
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} |
# | Line 18 AutoReqProv: no | Line 18 AutoReqProv: no |
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 | * Tue May 08 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-5.sme | |
22 | - add elrepo-kernel repo [SME: 10581] | |
23 | ||
24 | * 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 |
25 | - 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] |
26 | - 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 |
# | Line 272 REPO['EnableGroups']='no' | Line 275 REPO['EnableGroups']='no' |
275 | REPO['Visible']='no' | REPO['Visible']='no' |
276 | REPO['status']='disabled' | REPO['status']='disabled' |
277 | REPO['BaseURL']='http://elrepo.org/linux/elrepo/el$releasever/$basearch' | REPO['BaseURL']='http://elrepo.org/linux/elrepo/el$releasever/$basearch' |
278 | REPO['MirrorList']='http://elrepo.org/mirrors-elrepo.$releasever' | REPO['MirrorList']='http://elrepo.org/mirrors-elrepo.el$releasever' |
279 | REPO['GPGCheck']='yes' | REPO['GPGCheck']='yes' |
280 | REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' | REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
281 | 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' |
282 | REPO['IncludePkgs']='' | REPO['IncludePkgs']='' |
283 | createrepo | createrepo |
284 | ||
285 | ##################### | |
286 | ##################### | |
287 | #ELRepo kernel | |
288 | ##################### | |
289 | ##################### | |
290 | REPO['reponame']='elrepo-kernel' | |
291 | REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' | |
292 | REPO['EnableGroups']='no' | |
293 | REPO['Visible']='no' | |
294 | REPO['status']='disabled' | |
295 | REPO['BaseURL']='http://elrepo.org/linux/kernel/el$releasever/$basearch' | |
296 | REPO['MirrorList']='http://elrepo.org/mirrors-elrepo-kernel.el$releasever' | |
297 | REPO['GPGCheck']='yes' | |
298 | REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' | |
299 | REPO['Exclude']='' | |
300 | REPO['IncludePkgs']='' | |
301 | createrepo | |
302 | ||
303 | ##################### | ##################### |
304 | ##################### | ##################### |
305 | #EPEL | #EPEL |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |