1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 2 |
%define release 15 |
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 Jan 02 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-15.sme |
22 |
|
- Exclude mod_perl and other files from OpenFusion repo |
23 |
|
|
24 |
|
* Sat Dec 29 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-14.sme |
25 |
|
- fix typo in asterisk-current |
26 |
|
- fix typo in migrate fragment for zmrepo |
27 |
|
- renamed digium as digium-current |
28 |
|
|
29 |
|
* Fri Dec 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-12.sme |
30 |
|
- zoneminder needs ffmpeg from zmrepo [SME: 10539] |
31 |
|
|
32 |
|
* Fri Dec 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-11.sme |
33 |
|
- zmrepo url has changed [SME: 10675] |
34 |
|
|
35 |
|
* Fri Nov 30 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-7.sme |
36 |
|
- Add libreswan repo [SME: 10605] |
37 |
|
- remove duplicate remi-safe entry |
38 |
|
|
39 |
|
* Mon Jun 25 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-6.sme |
40 |
|
- Update reetp URL [SME: 10604] |
41 |
|
|
42 |
|
* Tue May 08 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-5.sme |
43 |
|
- add elrepo-kernel repo [SME: 10581] |
44 |
|
|
45 |
|
* Sun Mar 18 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-4.sme |
46 |
|
- exclude ffmpeg-2.6.4 and celt-0.11 from zmrepo [SME: 10543] |
47 |
|
- add Sogo4 repo + migrate to exclude gnustep from epel if sogo repo present |
48 |
|
|
49 |
|
* Sun Feb 18 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-3.sme |
50 |
|
- fix wrong escape sequence for $basearch and $releasever [SME: 10239] |
51 |
|
|
52 |
* Thu Feb 15 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-2.sme |
* Thu Feb 15 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-2.sme |
53 |
- first multipackage version |
- first multipackage version |
54 |
- gpg keys not included |
- gpg keys not included |
105 |
|
|
106 |
|
|
107 |
|
|
|
#remi-safe |
|
|
REPO['reponame']='remi-safe' |
|
|
REPO['fullreponame']='Remi - safe' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['GPGCheck']='yes' |
|
|
REPO['Visible']='yes' |
|
|
REPO['status']='enabled' |
|
|
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/\\\$releasever/safe/\\\$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
|
|
|
108 |
###################### |
###################### |
109 |
##################### |
##################### |
110 |
# asterisk 13 LTS |
# asterisk 13 LTS |
116 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
117 |
REPO['Visible']='no' |
REPO['Visible']='no' |
118 |
REPO['status']='disabled' |
REPO['status']='disabled' |
119 |
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/asterisk-13/\\\$basearch/' |
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/asterisk-13/$basearch/' |
120 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
121 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
122 |
REPO['Exclude']='' |
REPO['Exclude']='' |
134 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
135 |
REPO['Visible']='no' |
REPO['Visible']='no' |
136 |
REPO['status']='disabled' |
REPO['status']='disabled' |
137 |
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/current/\\\$basearch/' |
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/current/$basearch/' |
138 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
139 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
140 |
REPO['Exclude']='' |
REPO['Exclude']='' |
146 |
# Digium Repo |
# Digium Repo |
147 |
##################### |
##################### |
148 |
##################### |
##################### |
149 |
REPO['reponame']='digium' |
REPO['reponame']='digium-current' |
150 |
REPO['fullreponame']='Digium packages - EL' |
REPO['fullreponame']='Digium packages - EL' |
151 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
152 |
REPO['Visible']='no' |
REPO['Visible']='no' |
153 |
REPO['status']='disabled' |
REPO['status']='disabled' |
154 |
REPO['BaseURL']='http://packages.digium.com/centos/\\\$releasever/current/\\\$basearch/' |
REPO['BaseURL']='http://packages.digium.com/centos/$releasever/current/$basearch/' |
155 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
156 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
157 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
169 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
170 |
REPO['Visible']='no' |
REPO['Visible']='no' |
171 |
REPO['status']='disabled' |
REPO['status']='disabled' |
172 |
REPO['BaseURL']='http://packages.digium.com/centos/\\\$releasever/digium-13/\\\$basearch/' |
REPO['BaseURL']='http://packages.digium.com/centos/$releasever/digium-13/$basearch/' |
173 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
174 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
175 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
188 |
REPO['Visible']='no' |
REPO['Visible']='no' |
189 |
REPO['status']='disabled' |
REPO['status']='disabled' |
190 |
REPO['BaseURL']='' |
REPO['BaseURL']='' |
191 |
REPO['MirrorList']='http://www.atomicorp.com/mirrorlist/atomic/centos-\\\$releasever-\\\$basearch' |
REPO['MirrorList']='http://www.atomicorp.com/mirrorlist/atomic/centos-$releasever-$basearch' |
192 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
193 |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
194 |
REPO['Exclude']='' |
REPO['Exclude']='' |
205 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
206 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
207 |
REPO['status']='disabled' |
REPO['status']='disabled' |
208 |
REPO['BaseURL']='http://mirror.centos.org/centos/\\\$releasever/sclo/\\\$basearch/sclo/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' |
209 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
210 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
211 |
REPO['GPGKey']='https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo' |
REPO['GPGKey']='https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo' |
223 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
224 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
225 |
REPO['status']='disabled' |
REPO['status']='disabled' |
226 |
REPO['BaseURL']='http://mirror.centos.org/centos/\\\$releasever/sclo/\\\$basearch/rh/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' |
227 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
228 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
229 |
REPO['GPGKey']='https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo' |
REPO['GPGKey']='https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo' |
231 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
232 |
createrepo |
createrepo |
233 |
|
|
|
|
|
234 |
##################### |
##################### |
235 |
##################### |
##################### |
236 |
#egroupware |
#egroupware |
241 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
242 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
243 |
REPO['status']='disabled' |
REPO['status']='disabled' |
244 |
REPO['BaseURL']='http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_\\\$releasever/' |
REPO['BaseURL']='http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_$releasever/' |
245 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
246 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
247 |
REPO['GPGKey']='http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_\\\$releasever/repodata/repomd.xml.key' |
REPO['GPGKey']='http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_$releasever/repodata/repomd.xml.key' |
248 |
REPO['Exclude']='' |
REPO['Exclude']='' |
249 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
250 |
createrepo |
createrepo |
280 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
281 |
REPO['Visible']='no' |
REPO['Visible']='no' |
282 |
REPO['status']='disabled' |
REPO['status']='disabled' |
283 |
REPO['BaseURL']='http://elrepo.org/linux/elrepo/el\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://elrepo.org/linux/elrepo/el$releasever/$basearch' |
284 |
REPO['MirrorList']='http://elrepo.org/mirrors-elrepo.\\\$releasever' |
REPO['MirrorList']='http://elrepo.org/mirrors-elrepo.el$releasever' |
285 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
286 |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
287 |
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' |
290 |
|
|
291 |
##################### |
##################### |
292 |
##################### |
##################### |
293 |
|
#ELRepo kernel |
294 |
|
##################### |
295 |
|
##################### |
296 |
|
REPO['reponame']='elrepo-kernel' |
297 |
|
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
298 |
|
REPO['EnableGroups']='no' |
299 |
|
REPO['Visible']='no' |
300 |
|
REPO['status']='disabled' |
301 |
|
REPO['BaseURL']='http://elrepo.org/linux/kernel/el$releasever/$basearch' |
302 |
|
REPO['MirrorList']='http://elrepo.org/mirrors-elrepo-kernel.el$releasever' |
303 |
|
REPO['GPGCheck']='yes' |
304 |
|
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
305 |
|
REPO['Exclude']='' |
306 |
|
REPO['IncludePkgs']='' |
307 |
|
createrepo |
308 |
|
|
309 |
|
##################### |
310 |
|
##################### |
311 |
#EPEL |
#EPEL |
312 |
##################### |
##################### |
313 |
##################### |
##################### |
316 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
317 |
REPO['Visible']='no' |
REPO['Visible']='no' |
318 |
REPO['status']='disabled' |
REPO['status']='disabled' |
319 |
REPO['BaseURL']='http://download.fedoraproject.org/pub/epel/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://download.fedoraproject.org/pub/epel/$releasever/$basearch' |
320 |
REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-\\\$releasever&arch=\\\$basearch' |
REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' |
321 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
322 |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
323 |
REPO['Exclude']='perl-Razor-Agent' |
REPO['Exclude']='perl-Razor-Agent' |
334 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
335 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
336 |
REPO['status']='disabled' |
REPO['status']='disabled' |
337 |
REPO['BaseURL']='http://packages.erlang-solutions.com/rpm/centos/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://packages.erlang-solutions.com/rpm/centos/$releasever/$basearch' |
338 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
339 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
340 |
REPO['GPGKey']='http://packages.erlang-solutions.com/rpm/erlang_solutions.asc' |
REPO['GPGKey']='http://packages.erlang-solutions.com/rpm/erlang_solutions.asc' |
352 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
353 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
354 |
REPO['status']='disabled' |
REPO['status']='disabled' |
355 |
REPO['BaseURL']='http://files.freeswitch.org/yum/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://files.freeswitch.org/yum/$releasever/$basearch' |
356 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
357 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
358 |
REPO['GPGKey']='file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH' |
REPO['GPGKey']='file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH' |
370 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
371 |
REPO['Visible']='no' |
REPO['Visible']='no' |
372 |
REPO['status']='disabled' |
REPO['status']='disabled' |
373 |
REPO['BaseURL']='http://repo.firewall-services.com/centos/\\\$releasever' |
REPO['BaseURL']='http://repo.firewall-services.com/centos/$releasever' |
374 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
375 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
376 |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
388 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
389 |
REPO['Visible']='no' |
REPO['Visible']='no' |
390 |
REPO['status']='disabled' |
REPO['status']='disabled' |
391 |
REPO['BaseURL']='http://repo.firewall-services.com/centos-testing/\\\$releasever' |
REPO['BaseURL']='http://repo.firewall-services.com/centos-testing/$releasever' |
392 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
393 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
394 |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
407 |
REPO['Visible']='no' |
REPO['Visible']='no' |
408 |
REPO['status']='disabled' |
REPO['status']='disabled' |
409 |
REPO['BaseURL']='' |
REPO['BaseURL']='' |
410 |
REPO['MirrorList']='http://geekery.epac.to/geekery/el\\\$releasever-mirrors' |
REPO['MirrorList']='http://geekery.epac.to/geekery/el$releasever-mirrors' |
411 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
412 |
REPO['GPGKey']='http://geekery.altervista.org/download.php?filename=GEEKERY-GPG-KEY' |
REPO['GPGKey']='http://geekery.altervista.org/download.php?filename=GEEKERY-GPG-KEY' |
413 |
REPO['Exclude']='' |
REPO['Exclude']='' |
414 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
415 |
createrepo |
createrepo |
416 |
|
|
417 |
|
##################### |
418 |
|
##################### |
419 |
|
# Libreswan |
420 |
|
##################### |
421 |
|
##################### |
422 |
|
REPO['reponame']='libreswan' |
423 |
|
REPO['fullreponame']='Libreswan' |
424 |
|
REPO['EnableGroups']='no' |
425 |
|
REPO['Visible']='no' |
426 |
|
REPO['status']='disabled' |
427 |
|
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/6/x86_64/' |
428 |
|
REPO['MirrorList']='' |
429 |
|
REPO['GPGCheck']='yes' |
430 |
|
REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan' |
431 |
|
REPO['Exclude']='' |
432 |
|
REPO['IncludePkgs']='' |
433 |
|
createrepo |
434 |
|
|
435 |
|
|
436 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
437 |
##################### |
##################### |
438 |
##################### |
##################### |
481 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
482 |
REPO['Visible']='no' |
REPO['Visible']='no' |
483 |
REPO['status']='disabled' |
REPO['status']='disabled' |
484 |
REPO['BaseURL']='http://repo.okay.com.mx/centos/\\\$releasever/\\\$basearch/release' |
REPO['BaseURL']='http://repo.okay.com.mx/centos/$releasever/$basearch/release' |
485 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
486 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
487 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
499 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
500 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
501 |
REPO['status']='disabled' |
REPO['status']='disabled' |
502 |
REPO['BaseURL']='http://repo.openfusion.net/centos\\\$releasever-\\\$basearch' |
REPO['BaseURL']='http://repo.openfusion.net/centos$releasever-$basearch' |
503 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
504 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
505 |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
506 |
REPO['Exclude']='' |
REPO['Exclude']='mod_auth_tkt,mod_perl,nmap,perl-Apache-AuthTkt,perl-Archive-Tar,perl-Authen-SASL,perl-B-Keywords,perl-BSD-Resource,perl-CPAN,perl-Class-Inspector,perl-Clone,perl-Compress-Raw-Bzip2,perl-Compress-Raw-Zlib,perl-Config-IniFiles,perl-Config-Tiny,perl-Convert-ASN1,perl-Crypt-OpenSSL-RSA,perl-DBD-MySQL,perl-DBD-SQLite,perl-Data-Validate-Domain,perl-Date-Manip,perl-Devel-StackTrace,perl-Digest-HMAC,perl-Digest-SHA,perl-Digest-SHA1,perl-Email-Address,perl-Email-Date-Format,perl-Email-MIME,perl-Email-MIME-ContentType,perl-Email-MIME-Encodings,perl-Email-MessageID,perl-Email-Simple,perl-Exception-Class,perl-Exporter-Tiny,perl-ExtUtils-ParseXS,perl-File-HomeDir,perl-File-MMagic,perl-File-ShareDir,perl-Geo-IP,perl-Geography-Countries,perl-HTML-Parser,perl-HTML-Tabulate,perl-IO-Socket-INET6,perl-IO-Socket-IP,perl-IO-Socket-SSL,perl-IP-Country,perl-JSON,perl-MIME-Lite,perl-MIME-Types,perl-MIME-tools,perl-Mail-SPF,perl-MailTools,perl-Module-Pluggable,perl-Mojolicious,perl-Moo,perl-Net-CIDR-Lite,perl-Net-DNS,perl-Net-Domain-TLD,perl-Net-IP,perl-Net-SSLeay,perl-Net-Server,perl-NetAddr-IP,perl-Number-Compare,perl-PPI,perl-Params-Util,perl-Perl-Critic,perl-Pod-Simple,perl-Proc-ProcessTable,perl-RPM2,perl-Role-Tiny,perl-String-Format,perl-Sub-Install,perl-Taint-Util,perl-Test-Harness,perl-Test-Simple,perl-Text-Glob,perl-Text-Template,perl-Time-Local,perl-Time-TAI64,perl-URI,perl-WWW-Curl,perl-XML-LibXML,perl-XML-NamespaceSupport,perl-XML-Parser,perl-XML-SAX,perl-YAML-Syck,perl-libwww-perl,tokyocabinet,daemontools,daemontools-encore,mutt,perl-Compress-Zlib,perl-IO-Compress,perl-IO-Compress-Base,perl-IO-Compress-Base2,perl-IO-Compress-Zlib,urlview' |
507 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
508 |
createrepo |
createrepo |
509 |
|
|
517 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
518 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
519 |
REPO['status']='disabled' |
REPO['status']='disabled' |
520 |
REPO['BaseURL']='https://reetspetit.com/smeserver/\\\$releasever' |
REPO['BaseURL']='https://www.reetspetit.com/smeserver/$releasever' |
521 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
522 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
523 |
REPO['GPGKey']='https://reetspetit.com/RPM-GPG-KEY' |
REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' |
524 |
REPO['Exclude']='' |
REPO['Exclude']='' |
525 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
526 |
createrepo |
createrepo |
527 |
|
|
528 |
|
##################### |
529 |
|
##################### |
530 |
#remi-safe |
#remi-safe |
531 |
|
##################### |
532 |
|
##################### |
533 |
REPO['reponame']='remi-safe' |
REPO['reponame']='remi-safe' |
534 |
REPO['fullreponame']='Remi - safe' |
REPO['fullreponame']='Remi - safe' |
535 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
536 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
537 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
538 |
REPO['status']='enabled' |
REPO['status']='enabled' |
539 |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/\\\$releasever/safe/\\\$basearch/' |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/$releasever/safe/$basearch/' |
540 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
541 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
542 |
REPO['Exclude']='' |
REPO['Exclude']='' |
554 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
555 |
REPO['Visible']='no' |
REPO['Visible']='no' |
556 |
REPO['status']='enabled' |
REPO['status']='enabled' |
557 |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/\\\$releasever/remi/\\\$basearch/' |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/$releasever/remi/$basearch/' |
558 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
559 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
560 |
REPO['Exclude']='mysql*,php-*,phpMyAdmin' |
REPO['Exclude']='mysql*,php-*,phpMyAdmin' |
572 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
573 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
574 |
REPO['status']='enabled' |
REPO['status']='enabled' |
575 |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/\\\$releasever/remi/\\\$basearch/' |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/$releasever/remi/$basearch/' |
576 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
577 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
578 |
REPO['Exclude']='' |
REPO['Exclude']='' |
590 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
591 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
592 |
REPO['status']='enabled' |
REPO['status']='enabled' |
593 |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/\\\$releasever/remi/\\\$basearch/' |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/$releasever/remi/$basearch/' |
594 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
595 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
596 |
REPO['Exclude']='' |
REPO['Exclude']='' |
608 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
609 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
610 |
REPO['status']='disabled' |
REPO['status']='disabled' |
611 |
REPO['BaseURL']='http://download1.rpmfusion.org/free/el/updates/\\\$releasever/\\\$basearch/' |
REPO['BaseURL']='http://download1.rpmfusion.org/free/el/updates/$releasever/$basearch/' |
612 |
REPO['MirrorList']='http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-\\\$releasever&arch=\\\$basearch' |
REPO['MirrorList']='http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-$releasever&arch=$basearch' |
613 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
614 |
REPO['GPGKey']='https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-el-\\\$releasever' |
REPO['GPGKey']='https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-el-$releasever' |
615 |
REPO['Exclude']='' |
REPO['Exclude']='' |
616 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
617 |
createrepo |
createrepo |
626 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
627 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
628 |
REPO['status']='disabled' |
REPO['status']='disabled' |
629 |
REPO['BaseURL']='http://download1.rpmfusion.org/nonfree/el/updates/\\\$releasever/\\\$basearch/' |
REPO['BaseURL']='http://download1.rpmfusion.org/nonfree/el/updates/$releasever/$basearch/' |
630 |
REPO['MirrorList']='http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-el-updates-released-\\\$releasever&arch=\\\$basearch' |
REPO['MirrorList']='http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-el-updates-released-$releasever&arch=$basearch' |
631 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
632 |
REPO['GPGKey']='https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-el-\\\$releasever' |
REPO['GPGKey']='https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-el-$releasever' |
633 |
REPO['Exclude']='' |
REPO['Exclude']='' |
634 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
635 |
createrepo |
createrepo |
644 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
645 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
646 |
REPO['status']='disabled' |
REPO['status']='disabled' |
647 |
REPO['BaseURL']='http://packages.inverse.ca/SOGo/nightly/2/rhel/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://packages.inverse.ca/SOGo/nightly/2/rhel/$releasever/$basearch' |
648 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
649 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
650 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
662 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
663 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
664 |
REPO['status']='disabled' |
REPO['status']='disabled' |
665 |
REPO['BaseURL']='http://packages.inverse.ca/SOGo/nightly/3/rhel/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://packages.inverse.ca/SOGo/nightly/3/rhel/$releasever/$basearch' |
666 |
|
REPO['MirrorList']='' |
667 |
|
REPO['GPGCheck']='no' |
668 |
|
REPO['GPGKey']='' |
669 |
|
REPO['Exclude']='' |
670 |
|
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
671 |
|
createrepo |
672 |
|
|
673 |
|
##################### |
674 |
|
##################### |
675 |
|
#Sogo4 nightly |
676 |
|
##################### |
677 |
|
##################### |
678 |
|
REPO['reponame']='sogo4' |
679 |
|
REPO['fullreponame']='Inverse SOGo 4 Repository' |
680 |
|
REPO['EnableGroups']='no' |
681 |
|
REPO['Visible']='yes' |
682 |
|
REPO['status']='disabled' |
683 |
|
REPO['BaseURL']='http://packages.inverse.ca/SOGo/nightly/4/rhel/$releasever/$basearch' |
684 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
685 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
686 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
698 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
699 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
700 |
REPO['status']='disabled' |
REPO['status']='disabled' |
701 |
REPO['BaseURL']='http://packages.inverse.ca/download/SOGo/RHEL\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://packages.inverse.ca/download/SOGo/RHEL$releasever/$basearch' |
702 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
703 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
704 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
716 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
717 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
718 |
REPO['status']='disabled' |
REPO['status']='disabled' |
719 |
REPO['BaseURL']='http://copr-be.cloud.fedoraproject.org/results/mcepl/spectrum2/epel-\\\$releasever-\\\$basearch' |
REPO['BaseURL']='http://copr-be.cloud.fedoraproject.org/results/mcepl/spectrum2/epel-$releasever-$basearch' |
720 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
721 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
722 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
734 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
735 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
736 |
REPO['status']='disabled' |
REPO['status']='disabled' |
737 |
REPO['BaseURL']='http://mirror.de-labrusse.fr/smeserver/\\\$releasever' |
REPO['BaseURL']='http://mirror.de-labrusse.fr/smeserver/$releasever' |
738 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
739 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
740 |
REPO['GPGKey']='http://mirror.de-labrusse.fr/RPM-GPG-KEY' |
REPO['GPGKey']='http://mirror.de-labrusse.fr/RPM-GPG-KEY' |
752 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
753 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
754 |
REPO['status']='disabled' |
REPO['status']='disabled' |
755 |
REPO['BaseURL']='http://download.virtualbox.org/virtualbox/rpm/el/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basearch' |
756 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
757 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
758 |
REPO['GPGKey']='https://www.virtualbox.org/download/oracle_vbox.asc' |
REPO['GPGKey']='https://www.virtualbox.org/download/oracle_vbox.asc' |
771 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
772 |
REPO['status']='disabled' |
REPO['status']='disabled' |
773 |
REPO['BaseURL']='' |
REPO['BaseURL']='' |
774 |
REPO['MirrorList']='http://mirror.webtatic.com/yum/el-\\\$releasever/\\\$basearch/mirrolist' |
REPO['MirrorList']='http://mirror.webtatic.com/yum/el-$releasever/$basearch/mirrolist' |
775 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
776 |
if ( "%{?dist}" == "el5" ); then |
if ( "%{?dist}" == "el5" ); then |
777 |
REPO['GPGKey']='http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy' |
REPO['GPGKey']='http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy' |
792 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
793 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
794 |
REPO['status']='disabled' |
REPO['status']='disabled' |
795 |
REPO['BaseURL']='http://terabithia.org/rpms/xymon/el\\\$releasever/' |
REPO['BaseURL']='http://terabithia.org/rpms/xymon/el$releasever/' |
796 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
797 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
798 |
REPO['GPGKey']="http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER" |
REPO['GPGKey']="http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER" |
812 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
813 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
814 |
REPO['status']='disabled' |
REPO['status']='disabled' |
815 |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\\\\$releasever/\\\\$basearch/" |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/" |
816 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
817 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
818 |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX" |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX" |
831 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
832 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
833 |
REPO['status']='disabled' |
REPO['status']='disabled' |
834 |
REPO['BaseURL']='http://zmrepo.mehvc.com/el/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://zmrepo.zoneminder.com/el/$releasever/$basearch' |
835 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
836 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
837 |
REPO['GPGKey']="" |
REPO['GPGKey']="" |
840 |
createrepo |
createrepo |
841 |
|
|
842 |
|
|
843 |
|
##################################################### |
844 |
|
# migrates |
845 |
|
###################################################### |
846 |
|
mkdir -p $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate |
847 |
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/90sogo |
848 |
|
{ |
849 |
|
my @add = split(/[,; ]+/, 'gnustep-*'); |
850 |
|
my %remove = map { $_ => 1 } split(/[,; ]+/, ''); |
851 |
|
|
852 |
|
for my $name ( qw(epel) ) |
853 |
|
{ |
854 |
|
my $repo = $DB->get($name) or next; |
855 |
|
|
856 |
|
my @exclude = split(/,/, $repo->prop('Exclude') || ''); |
857 |
|
push @exclude, @add; |
858 |
|
@exclude = grep(!defined $remove{$_} && !/^CENTOS_/, @exclude); |
859 |
|
|
860 |
|
# remove duplicates |
861 |
|
undef %saw; |
862 |
|
@exclude = grep(!$saw{$_}++, @exclude); |
863 |
|
|
864 |
|
if ($#exclude >= 0) |
865 |
|
{ |
866 |
|
$repo->set_prop('Exclude', join(',', @exclude)); |
867 |
|
} |
868 |
|
else |
869 |
|
{ |
870 |
|
$repo->delete('Exclude'); |
871 |
|
} |
872 |
|
} |
873 |
|
} |
874 |
|
|
875 |
|
EOF |
876 |
|
|
877 |
|
|
878 |
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10epel |
879 |
|
{ |
880 |
|
my @add = split(/[,; ]+/, ''); |
881 |
|
my %remove = map { $_ => 1 } split(/[,; ]+/, 'gnustep-*,gnustep*,gnustep-base,gnustep-make'); |
882 |
|
|
883 |
|
for my $name ( qw(epel) ) |
884 |
|
{ |
885 |
|
my $repo = $DB->get($name) or next; |
886 |
|
|
887 |
|
my @exclude = split(/,/, $repo->prop('Exclude') || ''); |
888 |
|
push @exclude, @add; |
889 |
|
@exclude = grep(!defined $remove{$_} && !/^CENTOS_/, @exclude); |
890 |
|
|
891 |
|
# remove duplicates |
892 |
|
undef %saw; |
893 |
|
@exclude = grep(!$saw{$_}++, @exclude); |
894 |
|
|
895 |
|
if ($#exclude >= 0) |
896 |
|
{ |
897 |
|
$repo->set_prop('Exclude', join(',', @exclude)); |
898 |
|
} |
899 |
|
else |
900 |
|
{ |
901 |
|
$repo->delete('Exclude'); |
902 |
|
} |
903 |
|
} |
904 |
|
} |
905 |
|
|
906 |
|
EOF |
907 |
|
|
908 |
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10zmrepo |
909 |
|
{ |
910 |
|
for my $name ( qw(zmrepo) ) |
911 |
|
{ |
912 |
|
my $repo = $DB->get($name) or next; |
913 |
|
my $BaseURL = $repo->prop('BaseURL') || ''; |
914 |
|
$BaseURL =~ s/zmrepo.mehvc.com/zmrepo.zoneminder.com/g; |
915 |
|
$repo->set_prop('BaseURL', $BaseURL); |
916 |
|
$repo->delete('Exclude'); |
917 |
|
} |
918 |
|
|
919 |
|
} |
920 |
|
|
921 |
|
EOF |
922 |
|
|
923 |
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10asterisk |
924 |
|
{ |
925 |
|
for my $name ( qw(asterisk-current) ) |
926 |
|
{ |
927 |
|
my $repo = $DB->get($name) or next; |
928 |
|
my $BaseURL = $repo->prop('BaseURL') || ''; |
929 |
|
$BaseURL =~ s/centos\$/centos\/\$/g; |
930 |
|
$repo->set_prop('BaseURL', $BaseURL); |
931 |
|
} |
932 |
|
|
933 |
|
} |
934 |
|
|
935 |
|
EOF |
936 |
|
|
937 |
|
|
938 |
|
|
939 |
|
|
940 |
|
########################################################## |
941 |
|
|
942 |
rm -f %{name}-%{version}-filelist* |
rm -f %{name}-%{version}-filelist* |
943 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
944 |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
952 |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
953 |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
954 |
cat %{name}-%{version}-filelist| grep geekery > %{name}-%{version}-filelist-geekery |
cat %{name}-%{version}-filelist| grep geekery > %{name}-%{version}-filelist-geekery |
955 |
|
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
956 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
957 |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
958 |
fi |
fi |
1076 |
%files geekery -f %{name}-%{version}-filelist-geekery |
%files geekery -f %{name}-%{version}-filelist-geekery |
1077 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1078 |
|
|
1079 |
|
%package libreswan |
1080 |
|
Summary: Libreswan Repository |
1081 |
|
%description libreswan |
1082 |
|
Geekery Repository |
1083 |
|
%files libreswan -f %{name}-%{version}-filelist-libreswan |
1084 |
|
%defattr(-,root,root) |
1085 |
|
|
1086 |
%package odoo |
%package odoo |
1087 |
Summary: Odoo 10 Nightly - EL7 Repository |
Summary: Odoo 10 Nightly - EL7 Repository |
1088 |
Distribution: el7 |
Distribution: el7 |