1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 2 |
%define release 17 |
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 |
|
* Fri Jan 04 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-17.sme |
22 |
|
- revised Include and Exclude to prevident accidental update |
23 |
|
- updated incorrect changelog dates |
24 |
|
|
25 |
|
* Thu Jan 03 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-16.sme |
26 |
|
- Add more Excludes to Openfusion |
27 |
|
|
28 |
|
* Tue Jan 01 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-15.sme |
29 |
|
- Exclude mod_perl and other files from OpenFusion repo |
30 |
|
|
31 |
|
* Sat Dec 29 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-14.sme |
32 |
|
- fix typo in asterisk-current |
33 |
|
- fix typo in migrate fragment for zmrepo |
34 |
|
- renamed digium as digium-current |
35 |
|
|
36 |
|
* Fri Dec 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-12.sme |
37 |
|
- zoneminder needs ffmpeg from zmrepo [SME: 10539] |
38 |
|
|
39 |
|
* Fri Dec 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-11.sme |
40 |
|
- zmrepo url has changed [SME: 10675] |
41 |
|
|
42 |
|
* Fri Nov 30 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-7.sme |
43 |
|
- Add libreswan repo [SME: 10605] |
44 |
|
- remove duplicate remi-safe entry |
45 |
|
|
46 |
|
* Mon Jun 25 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-6.sme |
47 |
|
- Update reetp URL [SME: 10604] |
48 |
|
|
49 |
|
* Tue May 08 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-5.sme |
50 |
|
- add elrepo-kernel repo [SME: 10581] |
51 |
|
|
52 |
|
* Sun Mar 18 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-4.sme |
53 |
|
- exclude ffmpeg-2.6.4 and celt-0.11 from zmrepo [SME: 10543] |
54 |
|
- add Sogo4 repo + migrate to exclude gnustep from epel if sogo repo present |
55 |
|
|
56 |
|
* Sun Feb 18 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-3.sme |
57 |
|
- fix wrong escape sequence for $basearch and $releasever [SME: 10239] |
58 |
|
|
59 |
* 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 |
60 |
- first multipackage version |
- first multipackage version |
61 |
- gpg keys not included |
- gpg keys not included |
112 |
|
|
113 |
|
|
114 |
|
|
|
#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 |
|
|
|
|
115 |
###################### |
###################### |
116 |
##################### |
##################### |
117 |
# asterisk 13 LTS |
# asterisk 13 LTS |
123 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
124 |
REPO['Visible']='no' |
REPO['Visible']='no' |
125 |
REPO['status']='disabled' |
REPO['status']='disabled' |
126 |
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/asterisk-13/\\\$basearch/' |
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/asterisk-13/$basearch/' |
127 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
128 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
129 |
REPO['Exclude']='' |
REPO['Exclude']='' |
141 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
142 |
REPO['Visible']='no' |
REPO['Visible']='no' |
143 |
REPO['status']='disabled' |
REPO['status']='disabled' |
144 |
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/current/\\\$basearch/' |
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/current/$basearch/' |
145 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
146 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
147 |
REPO['Exclude']='' |
REPO['Exclude']='' |
153 |
# Digium Repo |
# Digium Repo |
154 |
##################### |
##################### |
155 |
##################### |
##################### |
156 |
REPO['reponame']='digium' |
REPO['reponame']='digium-current' |
157 |
REPO['fullreponame']='Digium packages - EL' |
REPO['fullreponame']='Digium packages - EL' |
158 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
159 |
REPO['Visible']='no' |
REPO['Visible']='no' |
160 |
REPO['status']='disabled' |
REPO['status']='disabled' |
161 |
REPO['BaseURL']='http://packages.digium.com/centos/\\\$releasever/current/\\\$basearch/' |
REPO['BaseURL']='http://packages.digium.com/centos/$releasever/current/$basearch/' |
162 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
163 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
164 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
176 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
177 |
REPO['Visible']='no' |
REPO['Visible']='no' |
178 |
REPO['status']='disabled' |
REPO['status']='disabled' |
179 |
REPO['BaseURL']='http://packages.digium.com/centos/\\\$releasever/digium-13/\\\$basearch/' |
REPO['BaseURL']='http://packages.digium.com/centos/$releasever/digium-13/$basearch/' |
180 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
181 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
182 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
195 |
REPO['Visible']='no' |
REPO['Visible']='no' |
196 |
REPO['status']='disabled' |
REPO['status']='disabled' |
197 |
REPO['BaseURL']='' |
REPO['BaseURL']='' |
198 |
REPO['MirrorList']='http://www.atomicorp.com/mirrorlist/atomic/centos-\\\$releasever-\\\$basearch' |
REPO['MirrorList']='http://www.atomicorp.com/mirrorlist/atomic/centos-$releasever-$basearch' |
199 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
200 |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
201 |
REPO['Exclude']='' |
REPO['Exclude']='' |
212 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
213 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
214 |
REPO['status']='disabled' |
REPO['status']='disabled' |
215 |
REPO['BaseURL']='http://mirror.centos.org/centos/\\\$releasever/sclo/\\\$basearch/sclo/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' |
216 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
217 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
218 |
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' |
230 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
231 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
232 |
REPO['status']='disabled' |
REPO['status']='disabled' |
233 |
REPO['BaseURL']='http://mirror.centos.org/centos/\\\$releasever/sclo/\\\$basearch/rh/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' |
234 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
235 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
236 |
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' |
238 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
239 |
createrepo |
createrepo |
240 |
|
|
|
|
|
241 |
##################### |
##################### |
242 |
##################### |
##################### |
243 |
#egroupware |
#egroupware |
248 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
249 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
250 |
REPO['status']='disabled' |
REPO['status']='disabled' |
251 |
REPO['BaseURL']='http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_\\\$releasever/' |
REPO['BaseURL']='http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_$releasever/' |
252 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
253 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
254 |
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' |
255 |
REPO['Exclude']='' |
REPO['Exclude']='' |
256 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
257 |
createrepo |
createrepo |
287 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
288 |
REPO['Visible']='no' |
REPO['Visible']='no' |
289 |
REPO['status']='disabled' |
REPO['status']='disabled' |
290 |
REPO['BaseURL']='http://elrepo.org/linux/elrepo/el\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://elrepo.org/linux/elrepo/el$releasever/$basearch' |
291 |
REPO['MirrorList']='http://elrepo.org/mirrors-elrepo.\\\$releasever' |
REPO['MirrorList']='http://elrepo.org/mirrors-elrepo.el$releasever' |
292 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
293 |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
294 |
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' |
297 |
|
|
298 |
##################### |
##################### |
299 |
##################### |
##################### |
300 |
|
#ELRepo kernel |
301 |
|
##################### |
302 |
|
##################### |
303 |
|
REPO['reponame']='elrepo-kernel' |
304 |
|
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
305 |
|
REPO['EnableGroups']='no' |
306 |
|
REPO['Visible']='no' |
307 |
|
REPO['status']='disabled' |
308 |
|
REPO['BaseURL']='http://elrepo.org/linux/kernel/el$releasever/$basearch' |
309 |
|
REPO['MirrorList']='http://elrepo.org/mirrors-elrepo-kernel.el$releasever' |
310 |
|
REPO['GPGCheck']='yes' |
311 |
|
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
312 |
|
REPO['Exclude']='' |
313 |
|
REPO['IncludePkgs']='' |
314 |
|
createrepo |
315 |
|
|
316 |
|
##################### |
317 |
|
##################### |
318 |
#EPEL |
#EPEL |
319 |
##################### |
##################### |
320 |
##################### |
##################### |
323 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
324 |
REPO['Visible']='no' |
REPO['Visible']='no' |
325 |
REPO['status']='disabled' |
REPO['status']='disabled' |
326 |
REPO['BaseURL']='http://download.fedoraproject.org/pub/epel/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://download.fedoraproject.org/pub/epel/$releasever/$basearch' |
327 |
REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-\\\$releasever&arch=\\\$basearch' |
REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' |
328 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
329 |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
330 |
REPO['Exclude']='perl-Razor-Agent' |
REPO['Exclude']='perl-Razor-Agent' |
341 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
342 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
343 |
REPO['status']='disabled' |
REPO['status']='disabled' |
344 |
REPO['BaseURL']='http://packages.erlang-solutions.com/rpm/centos/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://packages.erlang-solutions.com/rpm/centos/$releasever/$basearch' |
345 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
346 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
347 |
REPO['GPGKey']='http://packages.erlang-solutions.com/rpm/erlang_solutions.asc' |
REPO['GPGKey']='http://packages.erlang-solutions.com/rpm/erlang_solutions.asc' |
359 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
360 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
361 |
REPO['status']='disabled' |
REPO['status']='disabled' |
362 |
REPO['BaseURL']='http://files.freeswitch.org/yum/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://files.freeswitch.org/yum/$releasever/$basearch' |
363 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
364 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
365 |
REPO['GPGKey']='file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH' |
REPO['GPGKey']='file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH' |
377 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
378 |
REPO['Visible']='no' |
REPO['Visible']='no' |
379 |
REPO['status']='disabled' |
REPO['status']='disabled' |
380 |
REPO['BaseURL']='http://repo.firewall-services.com/centos/\\\$releasever' |
REPO['BaseURL']='http://repo.firewall-services.com/centos/$releasever' |
381 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
382 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
383 |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
395 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
396 |
REPO['Visible']='no' |
REPO['Visible']='no' |
397 |
REPO['status']='disabled' |
REPO['status']='disabled' |
398 |
REPO['BaseURL']='http://repo.firewall-services.com/centos-testing/\\\$releasever' |
REPO['BaseURL']='http://repo.firewall-services.com/centos-testing/$releasever' |
399 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
400 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
401 |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
414 |
REPO['Visible']='no' |
REPO['Visible']='no' |
415 |
REPO['status']='disabled' |
REPO['status']='disabled' |
416 |
REPO['BaseURL']='' |
REPO['BaseURL']='' |
417 |
REPO['MirrorList']='http://geekery.epac.to/geekery/el\\\$releasever-mirrors' |
REPO['MirrorList']='http://geekery.epac.to/geekery/el$releasever-mirrors' |
418 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
419 |
REPO['GPGKey']='http://geekery.altervista.org/download.php?filename=GEEKERY-GPG-KEY' |
REPO['GPGKey']='http://geekery.altervista.org/download.php?filename=GEEKERY-GPG-KEY' |
420 |
REPO['Exclude']='' |
REPO['Exclude']='' |
421 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
422 |
createrepo |
createrepo |
423 |
|
|
424 |
|
##################### |
425 |
|
##################### |
426 |
|
# Libreswan |
427 |
|
##################### |
428 |
|
##################### |
429 |
|
REPO['reponame']='libreswan' |
430 |
|
REPO['fullreponame']='Libreswan' |
431 |
|
REPO['EnableGroups']='no' |
432 |
|
REPO['Visible']='no' |
433 |
|
REPO['status']='disabled' |
434 |
|
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/6/x86_64/' |
435 |
|
REPO['MirrorList']='' |
436 |
|
REPO['GPGCheck']='yes' |
437 |
|
REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan' |
438 |
|
REPO['Exclude']='' |
439 |
|
REPO['IncludePkgs']='' |
440 |
|
createrepo |
441 |
|
|
442 |
|
|
443 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
444 |
##################### |
##################### |
445 |
##################### |
##################### |
488 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
489 |
REPO['Visible']='no' |
REPO['Visible']='no' |
490 |
REPO['status']='disabled' |
REPO['status']='disabled' |
491 |
REPO['BaseURL']='http://repo.okay.com.mx/centos/\\\$releasever/\\\$basearch/release' |
REPO['BaseURL']='http://repo.okay.com.mx/centos/$releasever/$basearch/release' |
492 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
493 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
494 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
506 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
507 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
508 |
REPO['status']='disabled' |
REPO['status']='disabled' |
509 |
REPO['BaseURL']='http://repo.openfusion.net/centos\\\$releasever-\\\$basearch' |
REPO['BaseURL']='http://repo.openfusion.net/centos$releasever-$basearch' |
510 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
511 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
512 |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
513 |
REPO['Exclude']='' |
REPO['Exclude']='perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-Exporter-Tiny,perl-ExtUtils-Install,perl-parent,perl-version' |
514 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='perl-Algorithm-C3,perl-App-cpanminus,perl-B-Hooks-EndOfScope,perl-B-Hooks-OP-Check,perl-CPAN-Metanoarch,perl-Carp,perl-Class-C3,perl-Class-Load,perl-Class-Load-XS,perl-Class-Method-Modifiers,perl-Class-Singleton,perl-Class-XSAccessor,perl-Clone-PP,perl-Data-Dumper-Concise,perl-Data-IEEE754,perl-Data-OptList,perl-Data-Printer,perl-Data-Validate-IP,perl-DateTime,perl-DateTime-Locale,perl-DateTime-TimeZone,perl-Devel-GlobalDestruction,perl-Dist-CheckConflicts,perl-Eval-Closure,perl-Exporter-Tiny,perl-ExtUtils-CBuilder,perl-ExtUtils-Install,perl-ExtUtils-Manifest,perl-File-HomeDir,perl-File-Which,perl-GeoIP2,perl-Hash-FieldHash,perl-IPC-Cmd,perl-Lexical-SealRequireHints,perl-List-AllUtils,perl-Locale-Maketext-Simple,perl-MRO-Compat,perl-Math-Int128,perl-Math-Int64,perl-MaxMind-DB-Common,perl-MaxMind-DB-Reader,perl-Module-Build,perl-Module-CoreList,perl-Module-Implementation,perl-Module-Load,perl-Module-Load-Conditional,perl-Module-Runtime,perl-Moo,perl-MooX-StrictConstructor,perl-MooX-Types-MooseLike,perl-Moose,perl-Net-Works,perl-Package-DeprecationManager,perl-Package-Stash,perl-Package-Stash-XS,perl-Params-Check,perl-Params-Classify,perl-Params-Validate,perl-Perl-OSType,perl-Role-Tiny,perl-Scalar-List-Utils,perl-Socket,perl-Sort-Naturally,perl-Sub-Exporter,perl-Sub-Exporter-Progressive,perl-Sub-Identify,perl-Sub-Install,perl-Sub-Name,perl-Sub-Quote,perl-Task-Weaken,perl-Term-ANSIColor,perl-Test-Warnings,perl-Throwable,perl-Try-Tiny,perl-Variable-Magic,perl-bareword-filehandles,perl-indirect,perl-multidimensional,perl-namespace-autoclean,perl-namespace-clean,perl-strictures,perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-parent,perl-version' |
515 |
createrepo |
createrepo |
516 |
|
|
517 |
##################### |
##################### |
524 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
525 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
526 |
REPO['status']='disabled' |
REPO['status']='disabled' |
527 |
REPO['BaseURL']='https://reetspetit.com/smeserver/\\\$releasever' |
REPO['BaseURL']='https://www.reetspetit.com/smeserver/$releasever' |
528 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
529 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
530 |
REPO['GPGKey']='https://reetspetit.com/RPM-GPG-KEY' |
REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' |
531 |
REPO['Exclude']='' |
REPO['Exclude']='' |
532 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
533 |
createrepo |
createrepo |
534 |
|
|
535 |
|
##################### |
536 |
|
##################### |
537 |
#remi-safe |
#remi-safe |
538 |
|
##################### |
539 |
|
##################### |
540 |
REPO['reponame']='remi-safe' |
REPO['reponame']='remi-safe' |
541 |
REPO['fullreponame']='Remi - safe' |
REPO['fullreponame']='Remi - safe' |
542 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
543 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
544 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
545 |
REPO['status']='enabled' |
REPO['status']='enabled' |
546 |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/\\\$releasever/safe/\\\$basearch/' |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/$releasever/safe/$basearch/' |
547 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
548 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
549 |
REPO['Exclude']='' |
REPO['Exclude']='' |
561 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
562 |
REPO['Visible']='no' |
REPO['Visible']='no' |
563 |
REPO['status']='enabled' |
REPO['status']='enabled' |
564 |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/\\\$releasever/remi/\\\$basearch/' |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/$releasever/remi/$basearch/' |
565 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
566 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
567 |
REPO['Exclude']='mysql*,php-*,phpMyAdmin' |
REPO['Exclude']='mysql*,php-*,phpMyAdmin' |
579 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
580 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
581 |
REPO['status']='enabled' |
REPO['status']='enabled' |
582 |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/\\\$releasever/remi/\\\$basearch/' |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/$releasever/remi/$basearch/' |
583 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
584 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
585 |
REPO['Exclude']='' |
REPO['Exclude']='' |
597 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
598 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
599 |
REPO['status']='enabled' |
REPO['status']='enabled' |
600 |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/\\\$releasever/remi/\\\$basearch/' |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/$releasever/remi/$basearch/' |
601 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
602 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
603 |
REPO['Exclude']='' |
REPO['Exclude']='' |
615 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
616 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
617 |
REPO['status']='disabled' |
REPO['status']='disabled' |
618 |
REPO['BaseURL']='http://download1.rpmfusion.org/free/el/updates/\\\$releasever/\\\$basearch/' |
REPO['BaseURL']='http://download1.rpmfusion.org/free/el/updates/$releasever/$basearch/' |
619 |
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' |
620 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
621 |
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' |
622 |
REPO['Exclude']='' |
REPO['Exclude']='' |
623 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
624 |
createrepo |
createrepo |
633 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
634 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
635 |
REPO['status']='disabled' |
REPO['status']='disabled' |
636 |
REPO['BaseURL']='http://download1.rpmfusion.org/nonfree/el/updates/\\\$releasever/\\\$basearch/' |
REPO['BaseURL']='http://download1.rpmfusion.org/nonfree/el/updates/$releasever/$basearch/' |
637 |
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' |
638 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
639 |
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' |
640 |
REPO['Exclude']='' |
REPO['Exclude']='' |
641 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
642 |
createrepo |
createrepo |
651 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
652 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
653 |
REPO['status']='disabled' |
REPO['status']='disabled' |
654 |
REPO['BaseURL']='http://packages.inverse.ca/SOGo/nightly/2/rhel/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://packages.inverse.ca/SOGo/nightly/2/rhel/$releasever/$basearch' |
655 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
656 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
657 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
669 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
670 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
671 |
REPO['status']='disabled' |
REPO['status']='disabled' |
672 |
REPO['BaseURL']='http://packages.inverse.ca/SOGo/nightly/3/rhel/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://packages.inverse.ca/SOGo/nightly/3/rhel/$releasever/$basearch' |
673 |
|
REPO['MirrorList']='' |
674 |
|
REPO['GPGCheck']='no' |
675 |
|
REPO['GPGKey']='' |
676 |
|
REPO['Exclude']='' |
677 |
|
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
678 |
|
createrepo |
679 |
|
|
680 |
|
##################### |
681 |
|
##################### |
682 |
|
#Sogo4 nightly |
683 |
|
##################### |
684 |
|
##################### |
685 |
|
REPO['reponame']='sogo4' |
686 |
|
REPO['fullreponame']='Inverse SOGo 4 Repository' |
687 |
|
REPO['EnableGroups']='no' |
688 |
|
REPO['Visible']='yes' |
689 |
|
REPO['status']='disabled' |
690 |
|
REPO['BaseURL']='http://packages.inverse.ca/SOGo/nightly/4/rhel/$releasever/$basearch' |
691 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
692 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
693 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
705 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
706 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
707 |
REPO['status']='disabled' |
REPO['status']='disabled' |
708 |
REPO['BaseURL']='http://packages.inverse.ca/download/SOGo/RHEL\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://packages.inverse.ca/download/SOGo/RHEL$releasever/$basearch' |
709 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
710 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
711 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
723 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
724 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
725 |
REPO['status']='disabled' |
REPO['status']='disabled' |
726 |
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' |
727 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
728 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
729 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
741 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
742 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
743 |
REPO['status']='disabled' |
REPO['status']='disabled' |
744 |
REPO['BaseURL']='http://mirror.de-labrusse.fr/smeserver/\\\$releasever' |
REPO['BaseURL']='http://mirror.de-labrusse.fr/smeserver/$releasever' |
745 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
746 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
747 |
REPO['GPGKey']='http://mirror.de-labrusse.fr/RPM-GPG-KEY' |
REPO['GPGKey']='http://mirror.de-labrusse.fr/RPM-GPG-KEY' |
759 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
760 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
761 |
REPO['status']='disabled' |
REPO['status']='disabled' |
762 |
REPO['BaseURL']='http://download.virtualbox.org/virtualbox/rpm/el/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basearch' |
763 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
764 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
765 |
REPO['GPGKey']='https://www.virtualbox.org/download/oracle_vbox.asc' |
REPO['GPGKey']='https://www.virtualbox.org/download/oracle_vbox.asc' |
778 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
779 |
REPO['status']='disabled' |
REPO['status']='disabled' |
780 |
REPO['BaseURL']='' |
REPO['BaseURL']='' |
781 |
REPO['MirrorList']='http://mirror.webtatic.com/yum/el-\\\$releasever/\\\$basearch/mirrolist' |
REPO['MirrorList']='http://mirror.webtatic.com/yum/el-$releasever/$basearch/mirrolist' |
782 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
783 |
if ( "%{?dist}" == "el5" ); then |
if ( "%{?dist}" == "el5" ); then |
784 |
REPO['GPGKey']='http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy' |
REPO['GPGKey']='http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy' |
799 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
800 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
801 |
REPO['status']='disabled' |
REPO['status']='disabled' |
802 |
REPO['BaseURL']='http://terabithia.org/rpms/xymon/el\\\$releasever/' |
REPO['BaseURL']='http://terabithia.org/rpms/xymon/el$releasever/' |
803 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
804 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
805 |
REPO['GPGKey']="http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER" |
REPO['GPGKey']="http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER" |
819 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
820 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
821 |
REPO['status']='disabled' |
REPO['status']='disabled' |
822 |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\\\\$releasever/\\\\$basearch/" |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/" |
823 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
824 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
825 |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX" |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX" |
838 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
839 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
840 |
REPO['status']='disabled' |
REPO['status']='disabled' |
841 |
REPO['BaseURL']='http://zmrepo.mehvc.com/el/\\\$releasever/\\\$basearch' |
REPO['BaseURL']='http://zmrepo.zoneminder.com/el/$releasever/$basearch' |
842 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
843 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
844 |
REPO['GPGKey']="" |
REPO['GPGKey']="" |
847 |
createrepo |
createrepo |
848 |
|
|
849 |
|
|
850 |
|
##################################################### |
851 |
|
# migrates |
852 |
|
###################################################### |
853 |
|
mkdir -p $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate |
854 |
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/90sogo |
855 |
|
{ |
856 |
|
my @add = split(/[,; ]+/, 'gnustep-*'); |
857 |
|
my %remove = map { $_ => 1 } split(/[,; ]+/, ''); |
858 |
|
|
859 |
|
for my $name ( qw(epel) ) |
860 |
|
{ |
861 |
|
my $repo = $DB->get($name) or next; |
862 |
|
|
863 |
|
my @exclude = split(/,/, $repo->prop('Exclude') || ''); |
864 |
|
push @exclude, @add; |
865 |
|
@exclude = grep(!defined $remove{$_} && !/^CENTOS_/, @exclude); |
866 |
|
|
867 |
|
# remove duplicates |
868 |
|
undef %saw; |
869 |
|
@exclude = grep(!$saw{$_}++, @exclude); |
870 |
|
|
871 |
|
if ($#exclude >= 0) |
872 |
|
{ |
873 |
|
$repo->set_prop('Exclude', join(',', @exclude)); |
874 |
|
} |
875 |
|
else |
876 |
|
{ |
877 |
|
$repo->delete('Exclude'); |
878 |
|
} |
879 |
|
} |
880 |
|
} |
881 |
|
|
882 |
|
EOF |
883 |
|
|
884 |
|
|
885 |
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10epel |
886 |
|
{ |
887 |
|
my @add = split(/[,; ]+/, ''); |
888 |
|
my %remove = map { $_ => 1 } split(/[,; ]+/, 'gnustep-*,gnustep*,gnustep-base,gnustep-make'); |
889 |
|
|
890 |
|
for my $name ( qw(epel) ) |
891 |
|
{ |
892 |
|
my $repo = $DB->get($name) or next; |
893 |
|
|
894 |
|
my @exclude = split(/,/, $repo->prop('Exclude') || ''); |
895 |
|
push @exclude, @add; |
896 |
|
@exclude = grep(!defined $remove{$_} && !/^CENTOS_/, @exclude); |
897 |
|
|
898 |
|
# remove duplicates |
899 |
|
undef %saw; |
900 |
|
@exclude = grep(!$saw{$_}++, @exclude); |
901 |
|
|
902 |
|
if ($#exclude >= 0) |
903 |
|
{ |
904 |
|
$repo->set_prop('Exclude', join(',', @exclude)); |
905 |
|
} |
906 |
|
else |
907 |
|
{ |
908 |
|
$repo->delete('Exclude'); |
909 |
|
} |
910 |
|
} |
911 |
|
} |
912 |
|
|
913 |
|
EOF |
914 |
|
|
915 |
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10zmrepo |
916 |
|
{ |
917 |
|
for my $name ( qw(zmrepo) ) |
918 |
|
{ |
919 |
|
my $repo = $DB->get($name) or next; |
920 |
|
my $BaseURL = $repo->prop('BaseURL') || ''; |
921 |
|
$BaseURL =~ s/zmrepo.mehvc.com/zmrepo.zoneminder.com/g; |
922 |
|
$repo->set_prop('BaseURL', $BaseURL); |
923 |
|
$repo->delete('Exclude'); |
924 |
|
} |
925 |
|
|
926 |
|
} |
927 |
|
|
928 |
|
EOF |
929 |
|
|
930 |
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10asterisk |
931 |
|
{ |
932 |
|
for my $name ( qw(asterisk-current) ) |
933 |
|
{ |
934 |
|
my $repo = $DB->get($name) or next; |
935 |
|
my $BaseURL = $repo->prop('BaseURL') || ''; |
936 |
|
$BaseURL =~ s/centos\$/centos\/\$/g; |
937 |
|
$repo->set_prop('BaseURL', $BaseURL); |
938 |
|
} |
939 |
|
|
940 |
|
} |
941 |
|
|
942 |
|
EOF |
943 |
|
|
944 |
|
|
945 |
|
|
946 |
|
|
947 |
|
########################################################## |
948 |
|
|
949 |
rm -f %{name}-%{version}-filelist* |
rm -f %{name}-%{version}-filelist* |
950 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
951 |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
959 |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
960 |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
961 |
cat %{name}-%{version}-filelist| grep geekery > %{name}-%{version}-filelist-geekery |
cat %{name}-%{version}-filelist| grep geekery > %{name}-%{version}-filelist-geekery |
962 |
|
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
963 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
964 |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
965 |
fi |
fi |
1083 |
%files geekery -f %{name}-%{version}-filelist-geekery |
%files geekery -f %{name}-%{version}-filelist-geekery |
1084 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1085 |
|
|
1086 |
|
%package libreswan |
1087 |
|
Summary: Libreswan Repository |
1088 |
|
%description libreswan |
1089 |
|
Geekery Repository |
1090 |
|
%files libreswan -f %{name}-%{version}-filelist-libreswan |
1091 |
|
%defattr(-,root,root) |
1092 |
|
|
1093 |
%package odoo |
%package odoo |
1094 |
Summary: Odoo 10 Nightly - EL7 Repository |
Summary: Odoo 10 Nightly - EL7 Repository |
1095 |
Distribution: el7 |
Distribution: el7 |