1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 29 |
%define release 43 |
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} |
11 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
12 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
13 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
14 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 10.0 |
15 |
AutoReqProv: no |
AutoReqProv: no |
16 |
|
Source0: https://raw.githubusercontent.com/ONLYOFFICE/repo/master/centos/RPM-GPG-KEY-ONLYOFFICE |
17 |
|
|
18 |
%description |
%description |
19 |
Provides configuration for external yum repository comaptible with Koozali SME Server. |
Provides configuration for external yum repository comaptible with Koozali SME Server. |
20 |
|
|
21 |
%changelog |
%changelog |
22 |
|
* Fri Oct 27 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-43.sme |
23 |
|
- add new elastic repos [SME: 12422] |
24 |
|
- add wandisco distribution of git [SME: 12345] |
25 |
|
- add priority to centos sclo [SME: 12278] |
26 |
|
- add lemonldap 1.4 1.9 and 2.0 on top of stable (2.0) [SME: 12143] |
27 |
|
|
28 |
|
* Mon Sep 04 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-42.sme |
29 |
|
- Fix the error in the spec file [SME: 12389] |
30 |
|
|
31 |
|
* Wed Jul 26 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-41.sme |
32 |
|
- fix issues with libreswan repo [SME: 12389] |
33 |
|
- Remove old mongodb repos prior to 4.0 |
34 |
|
|
35 |
|
* Wed Jun 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-40.sme |
36 |
|
- add mongodb repos [SME: 11905] |
37 |
|
- add onlyoffice repo [SME: 12078] |
38 |
|
- add nginx repo [SME: 12079] |
39 |
|
|
40 |
|
* Sat May 28 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-39.sme |
41 |
|
- fix typo in pgsql url |
42 |
|
|
43 |
|
* Thu Mar 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-38.sme |
44 |
|
- add docker-ce repo [SME: 11894] |
45 |
|
|
46 |
|
* Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-37.sme |
47 |
|
- add collaboraoffice repo [SME: 11888] |
48 |
|
|
49 |
|
* Thu Feb 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-36.sme |
50 |
|
- add Copr repo for fusioninventory-agent owned by trasher [SME: 11751] |
51 |
|
- fix update event for sclo [SME: 11876] |
52 |
|
|
53 |
|
* Mon Nov 29 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-35.sme |
54 |
|
- fix node repos |
55 |
|
|
56 |
|
* Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-34.sme |
57 |
|
- add asterisk [SME: 11512] |
58 |
|
- add lemonldap [SME: 11740] |
59 |
|
- add bareos [SME: 11741] |
60 |
|
- add zabbix repo up to 55 and add scl sub repos [SME: 11744] |
61 |
|
|
62 |
|
* Tue Jul 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-33.sme |
63 |
|
- add migrate fragment for pwauth in epel [SME: 11639] |
64 |
|
|
65 |
|
* Wed Jun 30 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-32.sme |
66 |
|
- Requires e-smith >= 10 |
67 |
|
- exclude pwauh from EPEL [SME: 11639] |
68 |
|
|
69 |
|
* Sun May 02 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-31.sme |
70 |
|
- add perl-JSON to openfusion [SME: 11579] |
71 |
|
|
72 |
|
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme |
73 |
|
- fix zabbix key |
74 |
|
- fix update event for packages with multiple repo |
75 |
|
|
76 |
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme |
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme |
77 |
- add new zabbix version |
- add new zabbix version |
78 |
|
|
171 |
# if needing to add a gpg key |
# if needing to add a gpg key |
172 |
#cp %source0 $RPM_BUILD_ROOT/usr/share/rpm-gpg-keys/ |
#cp %source0 $RPM_BUILD_ROOT/usr/share/rpm-gpg-keys/ |
173 |
#/usr/share/rpm-gpg-keys/RPM-GPG-KEY-${REPO['reponame']} |
#/usr/share/rpm-gpg-keys/RPM-GPG-KEY-${REPO['reponame']} |
174 |
|
cp %SOURCE0 $RPM_BUILD_ROOT/usr/share/rpm-gpg-keys/ |
175 |
|
|
176 |
|
|
177 |
# if needing to migrate something : |
# if needing to migrate something : |
178 |
#mkdir -p $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate |
#mkdir -p $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate |
195 |
echo "${REPO['Visible']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Visible |
echo "${REPO['Visible']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Visible |
196 |
echo "${REPO['status']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/status |
echo "${REPO['status']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/status |
197 |
echo "repository" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/type |
echo "repository" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/type |
198 |
unsafe=""; |
|
199 |
[[ "${REPO['reponame']}" == 'remi' ]] && unsafe="-unsafe" |
mkdir -p $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['pkgname']}-update/templates2expand/etc/yum.smerepos.d/ |
200 |
mkdir -p $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['reponame']}$unsafe-update/templates2expand/etc/yum.smerepos.d/ |
touch $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['pkgname']}-update/templates2expand/etc/yum.smerepos.d/sme-base.repo |
|
touch $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['reponame']}$unsafe-update/templates2expand/etc/yum.smerepos.d/sme-base.repo |
|
201 |
|
|
202 |
[[ "${REPO['BaseURL']}" != '' ]] && echo "${REPO['BaseURL']}" >\ |
[[ "${REPO['BaseURL']}" != '' ]] && echo "${REPO['BaseURL']}" >\ |
203 |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/BaseURL |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/BaseURL |
209 |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Exclude |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Exclude |
210 |
[[ "${REPO['IncludePkgs']}" != '' ]] && echo "${REPO['IncludePkgs']}" >\ |
[[ "${REPO['IncludePkgs']}" != '' ]] && echo "${REPO['IncludePkgs']}" >\ |
211 |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/IncludePkgs |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/IncludePkgs |
212 |
|
[[ "${REPO['Priority']}" != '' ]] && echo "${REPO['Priority']}" >\ |
213 |
|
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Priority |
214 |
return 0 |
return 0 |
215 |
} |
} |
216 |
|
|
217 |
|
|
218 |
|
##################### |
219 |
|
##################### |
220 |
|
# asterisk |
221 |
|
##################### |
222 |
|
##################### |
223 |
|
for elasver in "13" "16" '17' '18' ; do |
224 |
|
REPO['reponame']="asterisk-$elasver" |
225 |
|
REPO['pkgname']='asterisk' |
226 |
|
REPO['fullreponame']="Asterisk $elasver (LTS) Packages @ tucny.com" |
227 |
|
REPO['EnableGroups']='no' |
228 |
|
REPO['Visible']='yes' |
229 |
|
REPO['status']='disabled' |
230 |
|
REPO['BaseURL']=""#https://ast.tucny.com/repo/asterisk-$elasver/el\$releasever/\$basearch/ |
231 |
|
REPO['MirrorList']="https://ast.tucny.com/mirrorlist.php?release=\$releasever&arch=\$basearch&repo=asterisk-$elasver" |
232 |
|
REPO['GPGCheck']='yes' |
233 |
|
REPO['GPGKey']="https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny" |
234 |
|
REPO['Exclude']='' |
235 |
|
REPO['IncludePkgs']='' |
236 |
|
REPO['Priority']='' |
237 |
|
createrepo |
238 |
|
done |
239 |
|
|
240 |
|
REPO['reponame']='asterisk-common' |
241 |
|
REPO['pkgname']='asterisk' |
242 |
|
REPO['fullreponame']='Asterisk Common Requirement Packages @ tucny.com' |
243 |
|
REPO['EnableGroups']='no' |
244 |
|
REPO['Visible']='no' |
245 |
|
REPO['status']='disabled' |
246 |
|
REPO['BaseURL']=''#https://ast.tucny.com/repo/asterisk-common/el$releasever/$basearch/ |
247 |
|
REPO['MirrorList']='https://ast.tucny.com/mirrorlist.php?release=$releasever&arch=$basearch&repo=asterisk-common' |
248 |
|
REPO['GPGCheck']='yes' |
249 |
|
REPO['GPGKey']='https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny' |
250 |
|
REPO['Exclude']='' |
251 |
|
REPO['IncludePkgs']='' |
252 |
|
REPO['Priority']='' |
253 |
|
createrepo |
254 |
|
|
255 |
|
|
256 |
|
|
257 |
##################### |
##################### |
258 |
##################### |
##################### |
260 |
##################### |
##################### |
261 |
##################### |
##################### |
262 |
REPO['reponame']='atomic' |
REPO['reponame']='atomic' |
263 |
|
REPO['pkgname']=${REPO['reponame']} |
264 |
REPO['fullreponame']='Atomic' |
REPO['fullreponame']='Atomic' |
265 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
266 |
REPO['Visible']='no' |
REPO['Visible']='no' |
271 |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
272 |
REPO['Exclude']='' |
REPO['Exclude']='' |
273 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
274 |
|
REPO['Priority']='' |
275 |
|
createrepo |
276 |
|
|
277 |
|
##################### |
278 |
|
##################### |
279 |
|
# BareOS |
280 |
|
##################### |
281 |
|
##################### |
282 |
|
REPO['reponame']='bareos20' |
283 |
|
REPO['pkgname']='bareos' |
284 |
|
REPO['fullreponame']='Backup Archiving Recovery Open Sourced' |
285 |
|
REPO['EnableGroups']='no' |
286 |
|
REPO['Visible']='yes' |
287 |
|
REPO['status']='disabled' |
288 |
|
REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever' |
289 |
|
REPO['MirrorList']='' |
290 |
|
REPO['GPGCheck']='yes' |
291 |
|
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
292 |
|
REPO['Exclude']='' |
293 |
|
REPO['IncludePkgs']='' |
294 |
|
REPO['Priority']='' |
295 |
createrepo |
createrepo |
296 |
|
|
297 |
|
REPO['reponame']='bareos20-source' |
298 |
|
REPO['pkgname']='bareos' |
299 |
|
REPO['fullreponame']='Backup Archiving Recovery Open Sourced - Sources' |
300 |
|
REPO['EnableGroups']='no' |
301 |
|
REPO['Visible']='no' |
302 |
|
REPO['status']='disabled' |
303 |
|
REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/src' |
304 |
|
REPO['MirrorList']='' |
305 |
|
REPO['GPGCheck']='yes' |
306 |
|
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
307 |
|
REPO['Exclude']='' |
308 |
|
REPO['IncludePkgs']='' |
309 |
|
REPO['Priority']='' |
310 |
|
createrepo |
311 |
|
|
312 |
|
REPO['reponame']='bareos20-debuginfo' |
313 |
|
REPO['pkgname']='bareos' |
314 |
|
REPO['fullreponame']='Backup Archiving Recovery Open Sourced - Debuginfo' |
315 |
|
REPO['EnableGroups']='no' |
316 |
|
REPO['Visible']='no' |
317 |
|
REPO['status']='disabled' |
318 |
|
REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/debug' |
319 |
|
REPO['MirrorList']='' |
320 |
|
REPO['GPGCheck']='yes' |
321 |
|
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
322 |
|
REPO['Exclude']='' |
323 |
|
REPO['IncludePkgs']='' |
324 |
|
REPO['Priority']='' |
325 |
|
createrepo |
326 |
|
|
327 |
|
|
328 |
|
|
329 |
##################### |
##################### |
330 |
##################### |
##################### |
331 |
#centos-sclo-centos |
#centos-sclo-centos |
332 |
##################### |
##################### |
333 |
##################### |
##################### |
334 |
REPO['reponame']='centos-sclo-centos' |
REPO['reponame']='centos-sclo-centos' |
335 |
|
REPO['pkgname']="centos-sclo" #${REPO['reponame']} |
336 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
337 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
338 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
339 |
REPO['status']='disabled' |
REPO['status']='enabled' |
340 |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' |
341 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
342 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
343 |
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' |
344 |
REPO['Exclude']='' |
REPO['Exclude']='' |
345 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
346 |
|
REPO['Priority']='10' |
347 |
createrepo |
createrepo |
348 |
|
|
349 |
##################### |
##################### |
352 |
##################### |
##################### |
353 |
##################### |
##################### |
354 |
REPO['reponame']='centos-sclo-rh' |
REPO['reponame']='centos-sclo-rh' |
355 |
|
REPO['pkgname']='centos-sclo' #${REPO['reponame']} |
356 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
357 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
358 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
359 |
REPO['status']='disabled' |
REPO['status']='enabled' |
360 |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' |
361 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
362 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
363 |
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' |
364 |
REPO['Exclude']='' |
REPO['Exclude']='' |
365 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
366 |
|
REPO['Priority']='10' |
367 |
createrepo |
createrepo |
368 |
|
|
369 |
##################### |
##################### |
370 |
##################### |
##################### |
371 |
|
#collaboraoffice.com |
372 |
|
##################### |
373 |
|
##################### |
374 |
|
REPO['reponame']='collaboraoffice' |
375 |
|
REPO['pkgname']=${REPO['reponame']} |
376 |
|
REPO['fullreponame']='collaboraoffice.com_repos_CollaboraOnline_CODE-centos' |
377 |
|
REPO['EnableGroups']='no' |
378 |
|
REPO['Visible']='yes' |
379 |
|
REPO['status']='enabled' |
380 |
|
REPO['BaseURL']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos$releasever' |
381 |
|
REPO['MirrorList']='' |
382 |
|
REPO['GPGCheck']='yes' |
383 |
|
REPO['GPGKey']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos7/repodata/repomd.xml.key' |
384 |
|
REPO['Exclude']='' |
385 |
|
REPO['IncludePkgs']='' |
386 |
|
REPO['Priority']='' |
387 |
|
createrepo |
388 |
|
|
389 |
|
##################### |
390 |
|
##################### |
391 |
|
#docker-ce |
392 |
|
##################### |
393 |
|
##################### |
394 |
|
REPO['reponame']='docker-ce' |
395 |
|
REPO['pkgname']=${REPO['reponame']} |
396 |
|
REPO['fullreponame']='docker-ce' |
397 |
|
REPO['EnableGroups']='no' |
398 |
|
REPO['Visible']='yes' |
399 |
|
REPO['status']='enabled' |
400 |
|
REPO['BaseURL']='https://download.docker.com/linux/centos/$releasever/$basearch/stable' |
401 |
|
REPO['MirrorList']='' |
402 |
|
REPO['GPGCheck']='yes' |
403 |
|
REPO['GPGKey']='https://download.docker.com/linux/centos/gpg' |
404 |
|
REPO['Exclude']='' |
405 |
|
REPO['IncludePkgs']='' |
406 |
|
REPO['Priority']='' |
407 |
|
createrepo |
408 |
|
|
409 |
|
|
410 |
|
##################### |
411 |
|
##################### |
412 |
#egroupware |
#egroupware |
413 |
##################### |
##################### |
414 |
##################### |
##################### |
415 |
REPO['reponame']='egroupware' |
REPO['reponame']='egroupware' |
416 |
|
REPO['pkgname']=${REPO['reponame']} |
417 |
REPO['fullreponame']='server_eGroupWare' |
REPO['fullreponame']='server_eGroupWare' |
418 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
419 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
424 |
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' |
425 |
REPO['Exclude']='' |
REPO['Exclude']='' |
426 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
427 |
|
REPO['Priority']='' |
428 |
createrepo |
createrepo |
429 |
|
|
430 |
##################### |
##################### |
432 |
#elastic |
#elastic |
433 |
##################### |
##################### |
434 |
##################### |
##################### |
435 |
declare -A elashort=( ['6.x']='6.x' ['5.x']='5.x' ['1.6']='1' ) |
declare -A elashort=(['oss-8.x']='oss-8.x' ['8.x']='8.x' ['7.x']='7.x' ['6.x']='6.x' ['5.x']='5.x' ['1.6']='1' ) |
436 |
for elasver in "6.x" "5.x" "1.6"; do |
for elasver in "8.x" "7.x" "6.x" "5.x" "1.6"; do |
437 |
REPO['reponame']="elastic${elashort[$elasver]}" |
REPO['reponame']="elastic${elashort[$elasver]}" |
438 |
|
REPO['pkgname']='elastic' |
439 |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
440 |
REPO['EnableGroups']='yes' |
REPO['EnableGroups']='yes' |
441 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
446 |
REPO['GPGKey']='https://artifacts.elastic.co/GPG-KEY-elasticsearch' |
REPO['GPGKey']='https://artifacts.elastic.co/GPG-KEY-elasticsearch' |
447 |
REPO['Exclude']='' |
REPO['Exclude']='' |
448 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
449 |
|
REPO['Priority']='' |
450 |
createrepo |
createrepo |
451 |
done |
done |
452 |
|
|
456 |
##################### |
##################### |
457 |
##################### |
##################### |
458 |
REPO['reponame']='elrepo' |
REPO['reponame']='elrepo' |
459 |
|
REPO['pkgname']='elrepo' |
460 |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository' |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository' |
461 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
462 |
REPO['Visible']='no' |
REPO['Visible']='no' |
467 |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
468 |
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' |
469 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
470 |
|
REPO['Priority']='' |
471 |
createrepo |
createrepo |
472 |
|
|
473 |
##################### |
##################### |
476 |
##################### |
##################### |
477 |
##################### |
##################### |
478 |
REPO['reponame']='elrepo-kernel' |
REPO['reponame']='elrepo-kernel' |
479 |
|
REPO['pkgname']='elrepo' |
480 |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
481 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
482 |
REPO['Visible']='no' |
REPO['Visible']='no' |
487 |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
REPO['GPGKey']='http://elrepo.org/RPM-GPG-KEY-elrepo.org' |
488 |
REPO['Exclude']='' |
REPO['Exclude']='' |
489 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
490 |
|
REPO['Priority']='' |
491 |
createrepo |
createrepo |
492 |
|
|
493 |
##################### |
##################### |
496 |
##################### |
##################### |
497 |
##################### |
##################### |
498 |
REPO['reponame']='epel' |
REPO['reponame']='epel' |
499 |
|
REPO['pkgname']=${REPO['reponame']} |
500 |
REPO['fullreponame']='EPEL' |
REPO['fullreponame']='EPEL' |
501 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
502 |
REPO['Visible']='no' |
REPO['Visible']='no' |
505 |
REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' |
REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' |
506 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
507 |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
508 |
REPO['Exclude']='perl-Razor-Agent' |
REPO['Exclude']='perl-Razor-Agent,pwauth' |
509 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
510 |
|
REPO['Priority']='' |
511 |
createrepo |
createrepo |
512 |
|
|
513 |
##################### |
##################### |
516 |
##################### |
##################### |
517 |
##################### |
##################### |
518 |
REPO['reponame']='erlang' |
REPO['reponame']='erlang' |
519 |
|
REPO['pkgname']=${REPO['reponame']} |
520 |
REPO['fullreponame']='erlang programming language' |
REPO['fullreponame']='erlang programming language' |
521 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
522 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
527 |
REPO['GPGKey']='http://packages.erlang-solutions.com/rpm/erlang_solutions.asc' |
REPO['GPGKey']='http://packages.erlang-solutions.com/rpm/erlang_solutions.asc' |
528 |
REPO['Exclude']='' |
REPO['Exclude']='' |
529 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
530 |
|
REPO['Priority']='' |
531 |
createrepo |
createrepo |
532 |
|
|
533 |
##################### |
##################### |
536 |
##################### |
##################### |
537 |
##################### |
##################### |
538 |
REPO['reponame']='freeswitch' |
REPO['reponame']='freeswitch' |
539 |
|
REPO['pkgname']=${REPO['reponame']} |
540 |
REPO['fullreponame']='Freeswitch' |
REPO['fullreponame']='Freeswitch' |
541 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
542 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
547 |
REPO['GPGKey']='file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH' |
REPO['GPGKey']='file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH' |
548 |
REPO['Exclude']='' |
REPO['Exclude']='' |
549 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
550 |
|
REPO['Priority']='' |
551 |
createrepo |
createrepo |
552 |
|
|
553 |
##################### |
##################### |
556 |
##################### |
##################### |
557 |
##################### |
##################### |
558 |
REPO['reponame']='fws' |
REPO['reponame']='fws' |
559 |
|
REPO['pkgname']=${REPO['reponame']} |
560 |
REPO['fullreponame']='Firewall Services' |
REPO['fullreponame']='Firewall Services' |
561 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
562 |
REPO['Visible']='no' |
REPO['Visible']='no' |
567 |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
568 |
REPO['Exclude']='' |
REPO['Exclude']='' |
569 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
570 |
|
REPO['Priority']='' |
571 |
createrepo |
createrepo |
572 |
|
|
573 |
##################### |
##################### |
576 |
##################### |
##################### |
577 |
##################### |
##################### |
578 |
REPO['reponame']='fws-testing' |
REPO['reponame']='fws-testing' |
579 |
|
REPO['pkgname']='fws' |
580 |
REPO['fullreponame']='Firewall Services testing' |
REPO['fullreponame']='Firewall Services testing' |
581 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
582 |
REPO['Visible']='no' |
REPO['Visible']='no' |
587 |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
REPO['GPGKey']='http://repo.firewall-services.com/RPM-GPG-KEY' |
588 |
REPO['Exclude']='' |
REPO['Exclude']='' |
589 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
590 |
|
REPO['Priority']='' |
591 |
createrepo |
createrepo |
592 |
|
|
593 |
##################### |
##################### |
594 |
##################### |
##################### |
595 |
# Libreswan |
#fusion inventory |
596 |
##################### |
##################### |
597 |
##################### |
##################### |
598 |
REPO['reponame']='libreswan' |
REPO['reponame']='fusioninventory-agent' |
599 |
REPO['fullreponame']='Libreswan' |
REPO['pkgname']='fusioninventory-agent' |
600 |
|
REPO['fullreponame']='Copr repo for fusioninventory-agent owned by trasher' |
601 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
602 |
REPO['Visible']='no' |
REPO['Visible']='no' |
603 |
REPO['status']='disabled' |
REPO['status']='disabled' |
604 |
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/' |
REPO['BaseURL']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/epel-$releasever-$basearch/' |
605 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
606 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
607 |
REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan' |
REPO['GPGKey']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/pubkey.gpg' |
608 |
REPO['Exclude']='' |
REPO['Exclude']='' |
609 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
610 |
createrepo |
REPO['Priority']='' |
611 |
|
createrepo |
612 |
|
|
613 |
|
|
614 |
##################### |
##################### |
615 |
##################### |
##################### |
616 |
# NodeJS 4 |
# LemonLDAP-NG |
617 |
##################### |
##################### |
618 |
##################### |
##################### |
619 |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11"; do |
REPO['reponame']='lemonldap-ng' |
620 |
REPO['reponame']="node$nodever" |
REPO['pkgname']='lemonldap' |
621 |
REPO['fullreponame']="NodeJS $nodever" |
REPO['fullreponame']='LemonLDAP::NG packages' |
622 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
623 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
624 |
|
REPO['status']='enabled' |
625 |
|
REPO['BaseURL']='https://lemonldap-ng.org/redhat/stable/$releasever/noarch' |
626 |
|
REPO['MirrorList']='' |
627 |
|
REPO['GPGCheck']='yes' |
628 |
|
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
629 |
|
REPO['Exclude']='' |
630 |
|
REPO['IncludePkgs']='' |
631 |
|
REPO['Priority']='' |
632 |
|
createrepo |
633 |
|
|
634 |
|
REPO['reponame']='lemonldap-ng-extras' |
635 |
|
REPO['pkgname']='lemonldap' |
636 |
|
REPO['fullreponame']='LemonLDAP::NG extra packages' |
637 |
|
REPO['EnableGroups']='no' |
638 |
|
REPO['Visible']='yes' |
639 |
REPO['status']='disabled' |
REPO['status']='disabled' |
640 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_'.$nodever.'.x/el/$releasever/$basearch/' |
REPO['BaseURL']='https://lemonldap-ng.org/redhat/extras/$releasever/noarch' |
641 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
642 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
643 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
644 |
REPO['Exclude']='' |
REPO['Exclude']='' |
645 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
646 |
|
REPO['Priority']='' |
647 |
createrepo |
createrepo |
|
done |
|
648 |
|
|
649 |
##################### |
EPO['reponame']='lemonldap-ng-1.4' |
650 |
##################### |
REPO['pkgname']='lemonldap1.4' |
651 |
# NodeJS 5 |
REPO['fullreponame']='LemonLDAP::NG packages 1.4' |
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node5' |
|
|
REPO['fullreponame']='NodeJS 5' |
|
652 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
653 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
654 |
REPO['status']='disabled' |
REPO['status']='disabled' |
655 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_5.x/el/$releasever/$basearch/' |
REPO['BaseURL']='https://lemonldap-ng.org/redhat/1.4/$releasever/noarch' |
656 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
657 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
658 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
659 |
REPO['Exclude']='' |
REPO['Exclude']='' |
660 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
661 |
|
REPO['Priority']='' |
662 |
createrepo |
createrepo |
663 |
|
|
664 |
##################### |
REPO['reponame']='lemonldap-ng-1.9' |
665 |
##################### |
REPO['pkgname']='lemonldap1.9' |
666 |
# NodeJS 6 |
REPO['fullreponame']='LemonLDAP::NG packages 1.9' |
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node6' |
|
|
REPO['fullreponame']='NodeJS 6' |
|
667 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
668 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
669 |
REPO['status']='disabled' |
REPO['status']='disabled' |
670 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_6.x/el/$releasever/$basearch/' |
REPO['BaseURL']='https://lemonldap-ng.org/redhat/1.9/$releasever/noarch' |
671 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
672 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
673 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
674 |
REPO['Exclude']='' |
REPO['Exclude']='' |
675 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
676 |
#createrepo |
REPO['Priority']='' |
677 |
|
createrepo |
678 |
|
|
679 |
##################### |
REPO['reponame']='lemonldap-ng-2.0' |
680 |
##################### |
REPO['pkgname']='lemonldap2.0' |
681 |
# NodeJS 7 |
REPO['fullreponame']='LemonLDAP::NG packages 2.0' |
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node7' |
|
|
REPO['fullreponame']='NodeJS 7' |
|
682 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
683 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
684 |
REPO['status']='disabled' |
REPO['status']='disabled' |
685 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_7.x/el/$releasever/$basearch/' |
REPO['BaseURL']='https://lemonldap-ng.org/redhat/2.0/$releasever/noarch' |
686 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
687 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
688 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
689 |
REPO['Exclude']='' |
REPO['Exclude']='' |
690 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
691 |
#createrepo |
REPO['Priority']='' |
692 |
|
createrepo |
693 |
|
|
694 |
|
|
695 |
##################### |
##################### |
696 |
##################### |
##################### |
697 |
# NodeJS |
# Libreswan |
698 |
##################### |
##################### |
699 |
##################### |
##################### |
700 |
REPO['reponame']='node8' |
REPO['reponame']='libreswan' |
701 |
REPO['fullreponame']='NodeJS 8' |
REPO['pkgname']=${REPO['reponame']} |
702 |
|
REPO['fullreponame']='Libreswan' |
703 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
704 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
705 |
REPO['status']='disabled' |
REPO['status']='disabled' |
706 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_8.x/el/$releasever/$basearch/' |
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/' |
707 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
708 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
709 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='http://download.libreswan.org/RPM-GPG-KEY-libreswan' |
710 |
REPO['Exclude']='' |
REPO['Exclude']='' |
711 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
712 |
#createrepo |
REPO['Priority']='10' |
713 |
|
createrepo |
714 |
|
|
715 |
|
|
716 |
##################### |
##################### |
717 |
##################### |
##################### |
718 |
# NodeJS 9 |
# Mongodb |
719 |
##################### |
##################### |
720 |
##################### |
##################### |
721 |
REPO['reponame']='node9' |
for nodever in "4.0" "4.1" "4.2" "4.3" "4.4" "5.0" "6.0" "7.0"; do |
722 |
REPO['fullreponame']='NodeJS 9' |
REPO['reponame']="mongodb$nodever" |
723 |
|
REPO['pkgname']='mongodb' |
724 |
|
REPO['fullreponame']="Mongodb $nodever" |
725 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
726 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
727 |
REPO['status']='disabled' |
REPO['status']='disabled' |
728 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_9.x/el/$releasever/$basearch/' |
REPO['BaseURL']="https://repo.mongodb.org/yum/redhat/\$releasever/mongodb-org/$nodever/\$basearch/" |
729 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
730 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
731 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']="https://www.mongodb.org/static/pgp/server-$nodever.asc" |
732 |
REPO['Exclude']='' |
REPO['Exclude']='' |
733 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
734 |
#createrepo |
REPO['Priority']='' |
735 |
|
createrepo |
736 |
|
done |
737 |
|
|
738 |
##################### |
##################### |
739 |
##################### |
##################### |
740 |
# NodeJS 10 |
# Nginx |
741 |
##################### |
##################### |
742 |
##################### |
##################### |
743 |
REPO['reponame']='node10' |
REPO['reponame']='nginx' |
744 |
REPO['fullreponame']='NodeJS 10' |
REPO['pkgname']='nginx' |
745 |
|
REPO['fullreponame']='nginx stable repo' |
746 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
747 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
748 |
|
REPO['status']='enabled' |
749 |
|
REPO['BaseURL']='http://nginx.org/packages/centos/$releasever/$basearch/' |
750 |
|
REPO['MirrorList']='' |
751 |
|
REPO['GPGCheck']='yes' |
752 |
|
REPO['GPGKey']='https://nginx.org/keys/nginx_signing.key' |
753 |
|
REPO['Exclude']='' |
754 |
|
REPO['IncludePkgs']='' |
755 |
|
REPO['Priority']='' |
756 |
|
createrepo |
757 |
|
|
758 |
|
REPO['reponame']='nginx-mainline' |
759 |
|
REPO['pkgname']='nginx' |
760 |
|
REPO['fullreponame']='nginx mainline repo' |
761 |
|
REPO['EnableGroups']='no' |
762 |
|
REPO['Visible']='yes' |
763 |
REPO['status']='disabled' |
REPO['status']='disabled' |
764 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_10.x/el/$releasever/$basearch/' |
REPO['BaseURL']='http://nginx.org/packages/mainline/centos/$releasever/$basearch/' |
765 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
766 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
767 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://nginx.org/keys/nginx_signing.key' |
768 |
REPO['Exclude']='' |
REPO['Exclude']='' |
769 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
770 |
#createrepo |
REPO['Priority']='' |
771 |
|
createrepo |
772 |
|
|
773 |
|
|
774 |
|
|
775 |
|
|
776 |
##################### |
##################### |
777 |
##################### |
##################### |
778 |
# NodeJS 11 |
# NodeJS 4 |
779 |
##################### |
##################### |
780 |
##################### |
##################### |
781 |
REPO['reponame']='node11' |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17"; do |
782 |
REPO['fullreponame']='NodeJS 11' |
REPO['reponame']="node$nodever" |
783 |
|
REPO['pkgname']='node' |
784 |
|
REPO['fullreponame']="NodeJS $nodever" |
785 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
786 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
787 |
REPO['status']='disabled' |
REPO['status']='disabled' |
788 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_11.x/el/$releasever/$basearch/' |
REPO['BaseURL']="https://rpm.nodesource.com/pub_$nodever.x/el/\$releasever/\$basearch/" |
789 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
790 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
791 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' |
792 |
|
#'https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
793 |
|
#'https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' |
794 |
REPO['Exclude']='' |
REPO['Exclude']='' |
795 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
796 |
#createrepo |
REPO['Priority']='' |
797 |
|
createrepo |
798 |
|
done |
799 |
|
|
800 |
|
|
801 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
805 |
##################### |
##################### |
806 |
##################### |
##################### |
807 |
REPO['reponame']='odoo10-nightly' |
REPO['reponame']='odoo10-nightly' |
808 |
|
REPO['pkgname']='odoo' |
809 |
REPO['fullreponame']='Odoo 10 Nightly - EL7' |
REPO['fullreponame']='Odoo 10 Nightly - EL7' |
810 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
811 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
812 |
REPO['status']='disabled' |
REPO['status']='disabled' |
813 |
REPO['BaseURL']='http://nightly.odoo.com/10.0/nightly/rpm/' |
REPO['BaseURL']='http://nightly.odoo.com/10.0/nightly/rpm/' |
814 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
816 |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
817 |
REPO['Exclude']='' |
REPO['Exclude']='' |
818 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
819 |
|
REPO['Priority']='' |
820 |
createrepo |
createrepo |
821 |
|
|
822 |
##################### |
##################### |
825 |
##################### |
##################### |
826 |
##################### |
##################### |
827 |
REPO['reponame']='odoo9-nightly' |
REPO['reponame']='odoo9-nightly' |
828 |
|
REPO['pkgname']='odoo' |
829 |
REPO['fullreponame']='Odoo 9 Nightly - EL7' |
REPO['fullreponame']='Odoo 9 Nightly - EL7' |
830 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
831 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
832 |
REPO['status']='disabled' |
REPO['status']='disabled' |
833 |
REPO['BaseURL']='http://nightly.odoo.com/9.0/nightly/rpm/' |
REPO['BaseURL']='http://nightly.odoo.com/9.0/nightly/rpm/' |
834 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
836 |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
REPO['GPGKey']='https://nightly.odoo.com/odoo.key' |
837 |
REPO['Exclude']='' |
REPO['Exclude']='' |
838 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
839 |
|
REPO['Priority']='' |
840 |
createrepo |
createrepo |
841 |
fi |
fi |
842 |
|
|
846 |
##################### |
##################### |
847 |
##################### |
##################### |
848 |
REPO['reponame']='okay' |
REPO['reponame']='okay' |
849 |
|
REPO['pkgname']=${REPO['reponame']} |
850 |
REPO['fullreponame']='Extra OKay Packages for Enterprise Linux - Freeswitch and FusionPBX' |
REPO['fullreponame']='Extra OKay Packages for Enterprise Linux - Freeswitch and FusionPBX' |
851 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
852 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
853 |
REPO['status']='disabled' |
REPO['status']='disabled' |
854 |
REPO['BaseURL']='http://repo.okay.com.mx/centos/$releasever/$basearch/release' |
REPO['BaseURL']='http://repo.okay.com.mx/centos/$releasever/$basearch/release' |
855 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
857 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
858 |
REPO['Exclude']='' |
REPO['Exclude']='' |
859 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
860 |
|
REPO['Priority']='' |
861 |
|
createrepo |
862 |
|
|
863 |
|
##################### |
864 |
|
##################### |
865 |
|
# Onlyoffice |
866 |
|
##################### |
867 |
|
##################### |
868 |
|
REPO['reponame']='onlyoffice' |
869 |
|
REPO['pkgname']=${REPO['reponame']} |
870 |
|
REPO['fullreponame']='Onlyoffice document server - community edition' |
871 |
|
REPO['EnableGroups']='no' |
872 |
|
REPO['Visible']='yes' |
873 |
|
REPO['status']='enabled' |
874 |
|
REPO['BaseURL']='https://download.onlyoffice.com/repo/centos/main/noarch/' |
875 |
|
REPO['MirrorList']='' |
876 |
|
REPO['GPGCheck']='no' |
877 |
|
REPO['GPGKey']='https://raw.githubusercontent.com/ONLYOFFICE/repo/master/centos/RPM-GPG-KEY-ONLYOFFICE' |
878 |
|
REPO['Exclude']='' |
879 |
|
REPO['IncludePkgs']='' |
880 |
|
REPO['Priority']='' |
881 |
createrepo |
createrepo |
882 |
|
|
883 |
##################### |
##################### |
886 |
##################### |
##################### |
887 |
##################### |
##################### |
888 |
REPO['reponame']='openfusion' |
REPO['reponame']='openfusion' |
889 |
|
REPO['pkgname']=${REPO['reponame']} |
890 |
REPO['fullreponame']='Openfusion' |
REPO['fullreponame']='Openfusion' |
891 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
892 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
896 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
897 |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
898 |
REPO['Exclude']='perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-ExtUtils-Install,perl-parent' |
REPO['Exclude']='perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-ExtUtils-Install,perl-parent' |
899 |
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-Array-Compare,perl-Type-Tiny,perl-Filesys-DiskFree,perl-Array-Compare,perl-Type-Tiny' |
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-Array-Compare,perl-Type-Tiny,perl-Filesys-DiskFree,perl-Array-Compare,perl-Type-Tiny,perl-JSON' |
900 |
|
REPO['Priority']='' |
901 |
createrepo |
createrepo |
902 |
|
|
903 |
##################### |
##################### |
907 |
##################### |
##################### |
908 |
for pgsqlver in "9.6" "10" "11" "12" "13"; do |
for pgsqlver in "9.6" "10" "11" "12" "13"; do |
909 |
REPO['reponame']="pgsql$pgsqlver" |
REPO['reponame']="pgsql$pgsqlver" |
910 |
|
REPO['pkgname']='pgsql' |
911 |
REPO['fullreponame']="Postgresql $pgsqlver" |
REPO['fullreponame']="Postgresql $pgsqlver" |
912 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
913 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
914 |
REPO['status']='disabled' |
REPO['status']='disabled' |
915 |
REPO['BaseURL']='https://yum.postgresql.org/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://yum.postgresql.org/'$pgsqlver'/redhat/rhel-$releasever-$basearch/' |
916 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
917 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
918 |
ext=$pgsqlver; |
ext=$pgsqlver; |
919 |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
920 |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext |
921 |
REPO['Exclude']='' |
REPO['Exclude']='' |
922 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
923 |
|
REPO['Priority']='' |
924 |
createrepo |
createrepo |
925 |
|
|
926 |
|
|
927 |
REPO['reponame']="pgsql$pgsqlver-nonfree" |
REPO['reponame']="pgsql$pgsqlver-nonfree" |
928 |
|
REPO['pkgname']='pgsql' |
929 |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
930 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
931 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
932 |
REPO['status']='disabled' |
REPO['status']='disabled' |
933 |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/non-free/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/non-free/'$pgsqlver'/redhat/rhel-$releasever-$basearch/' |
934 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
935 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
936 |
ext=$pgsqlver; |
ext=$pgsqlver; |
937 |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
938 |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext |
939 |
REPO['Exclude']='' |
REPO['Exclude']='' |
940 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
941 |
|
REPO['Priority']='' |
942 |
createrepo |
createrepo |
943 |
|
|
944 |
REPO['reponame']="pgsql$pgsqlver-common" |
REPO['reponame']="pgsql$pgsqlver-common" |
945 |
|
REPO['pkgname']='pgsql' |
946 |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
947 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
948 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
949 |
REPO['status']='disabled' |
REPO['status']='disabled' |
950 |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/common/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/common/'$pgsqlver'/redhat/rhel-$releasever-$basearch/' |
951 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
952 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
953 |
ext=$pgsqlver; |
ext=$pgsqlver; |
954 |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
955 |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'$ext |
956 |
REPO['Exclude']='' |
REPO['Exclude']='' |
957 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
958 |
|
REPO['Priority']='' |
959 |
createrepo |
createrepo |
960 |
|
|
961 |
done |
done |
966 |
##################### |
##################### |
967 |
##################### |
##################### |
968 |
REPO['reponame']='reetp' |
REPO['reponame']='reetp' |
969 |
|
REPO['pkgname']=${REPO['reponame']} |
970 |
REPO['fullreponame']='Mirror John Crisp reetspetit.com' |
REPO['fullreponame']='Mirror John Crisp reetspetit.com' |
971 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
972 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
977 |
REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' |
REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' |
978 |
REPO['Exclude']='' |
REPO['Exclude']='' |
979 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
980 |
|
REPO['Priority']='' |
981 |
createrepo |
createrepo |
982 |
|
|
983 |
##################### |
##################### |
986 |
##################### |
##################### |
987 |
##################### |
##################### |
988 |
REPO['reponame']='remi' |
REPO['reponame']='remi' |
989 |
|
REPO['pkgname']='remi-unsafe' |
990 |
REPO['fullreponame']='Remi - EL unsafe, will conflict with your base rpms' |
REPO['fullreponame']='Remi - EL unsafe, will conflict with your base rpms' |
991 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
992 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
997 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
998 |
REPO['Exclude']='mysql*,php-*,phpMyAdmin' |
REPO['Exclude']='mysql*,php-*,phpMyAdmin' |
999 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1000 |
|
REPO['Priority']='' |
1001 |
createrepo |
createrepo |
1002 |
|
|
1003 |
##################### |
##################### |
1006 |
##################### |
##################### |
1007 |
##################### |
##################### |
1008 |
REPO['reponame']='remi-ocsinventory' |
REPO['reponame']='remi-ocsinventory' |
1009 |
|
REPO['pkgname']=${REPO['reponame']} |
1010 |
REPO['fullreponame']='Remi ocsinventory - EL' |
REPO['fullreponame']='Remi ocsinventory - EL' |
1011 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1012 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
1017 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
1018 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1019 |
REPO['IncludePkgs']='ocsinventory* perl-Ocsinventory-Agent' |
REPO['IncludePkgs']='ocsinventory* perl-Ocsinventory-Agent' |
1020 |
|
REPO['Priority']='' |
1021 |
createrepo |
createrepo |
1022 |
|
|
1023 |
##################### |
##################### |
1026 |
##################### |
##################### |
1027 |
##################### |
##################### |
1028 |
REPO['reponame']='remi-roundcube' |
REPO['reponame']='remi-roundcube' |
1029 |
|
REPO['pkgname']=${REPO['reponame']} |
1030 |
REPO['fullreponame']='Remi Roundcube - EL' |
REPO['fullreponame']='Remi Roundcube - EL' |
1031 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1032 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
1037 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
1038 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1039 |
REPO['IncludePkgs']='php-kolab-net-ldap3,php-pear-Mail-mimeDecode,php-pear-Net-IDNA2,php-pear-Net-LDAP2,roundcubemail' |
REPO['IncludePkgs']='php-kolab-net-ldap3,php-pear-Mail-mimeDecode,php-pear-Net-IDNA2,php-pear-Net-LDAP2,roundcubemail' |
1040 |
|
REPO['Priority']='' |
1041 |
createrepo |
createrepo |
1042 |
|
|
1043 |
|
|
1047 |
##################### |
##################### |
1048 |
##################### |
##################### |
1049 |
REPO['reponame']='rpmfusion' |
REPO['reponame']='rpmfusion' |
1050 |
|
REPO['pkgname']=${REPO['reponame']} |
1051 |
REPO['fullreponame']='rpmfusion free EL' |
REPO['fullreponame']='rpmfusion free EL' |
1052 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1053 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1058 |
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' |
1059 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1060 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1061 |
|
REPO['Priority']='' |
1062 |
createrepo |
createrepo |
1063 |
|
|
1064 |
##################### |
##################### |
1067 |
##################### |
##################### |
1068 |
##################### |
##################### |
1069 |
REPO['reponame']='rpmfusion-nonfree' |
REPO['reponame']='rpmfusion-nonfree' |
1070 |
|
REPO['pkgname']='rpmfusion' |
1071 |
REPO['fullreponame']='rpmfusion nonfree EL' |
REPO['fullreponame']='rpmfusion nonfree EL' |
1072 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1073 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1078 |
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' |
1079 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1080 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1081 |
|
REPO['Priority']='' |
1082 |
createrepo |
createrepo |
1083 |
|
|
1084 |
##################### |
##################### |
1087 |
##################### |
##################### |
1088 |
##################### |
##################### |
1089 |
REPO['reponame']='sogo' |
REPO['reponame']='sogo' |
1090 |
|
REPO['pkgname']=${REPO['reponame']} |
1091 |
REPO['fullreponame']='Inverse SOGo 2 Repository' |
REPO['fullreponame']='Inverse SOGo 2 Repository' |
1092 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1093 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1098 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1099 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1100 |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
1101 |
|
REPO['Priority']='' |
1102 |
createrepo |
createrepo |
1103 |
|
|
1104 |
##################### |
##################### |
1107 |
##################### |
##################### |
1108 |
##################### |
##################### |
1109 |
REPO['reponame']='sogo3' |
REPO['reponame']='sogo3' |
1110 |
|
REPO['pkgname']='sogo' |
1111 |
REPO['fullreponame']='Inverse SOGo 3 Repository' |
REPO['fullreponame']='Inverse SOGo 3 Repository' |
1112 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1113 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1118 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1119 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1120 |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
1121 |
|
REPO['Priority']='' |
1122 |
createrepo |
createrepo |
1123 |
|
|
1124 |
##################### |
##################### |
1127 |
##################### |
##################### |
1128 |
##################### |
##################### |
1129 |
REPO['reponame']='sogo4' |
REPO['reponame']='sogo4' |
1130 |
|
REPO['pkgname']='sogo' |
1131 |
REPO['fullreponame']='Inverse SOGo 4 Repository' |
REPO['fullreponame']='Inverse SOGo 4 Repository' |
1132 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1133 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1138 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1139 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1140 |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
1141 |
|
REPO['Priority']='' |
1142 |
createrepo |
createrepo |
1143 |
|
|
1144 |
##################### |
##################### |
1147 |
##################### |
##################### |
1148 |
##################### |
##################### |
1149 |
REPO['reponame']='sogo-subscription' |
REPO['reponame']='sogo-subscription' |
1150 |
|
REPO['pkgname']='sogo' |
1151 |
REPO['fullreponame']='Inverse SOGo Repository only with subscription' |
REPO['fullreponame']='Inverse SOGo Repository only with subscription' |
1152 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1153 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1158 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1159 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1160 |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
REPO['IncludePkgs']='gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49*' |
1161 |
|
REPO['Priority']='' |
1162 |
createrepo |
createrepo |
1163 |
|
|
1164 |
##################### |
##################### |
1167 |
##################### |
##################### |
1168 |
##################### |
##################### |
1169 |
REPO['reponame']='spectrum2' |
REPO['reponame']='spectrum2' |
1170 |
|
REPO['pkgname']=${REPO['reponame']} |
1171 |
REPO['fullreponame']='Spectrum2' |
REPO['fullreponame']='Spectrum2' |
1172 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1173 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1178 |
REPO['GPGKey']='' |
REPO['GPGKey']='' |
1179 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1180 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1181 |
|
REPO['Priority']='' |
1182 |
createrepo |
createrepo |
1183 |
|
|
1184 |
##################### |
##################### |
1187 |
##################### |
##################### |
1188 |
##################### |
##################### |
1189 |
REPO['reponame']='springdale-core' |
REPO['reponame']='springdale-core' |
1190 |
|
REPO['pkgname']='springdale' |
1191 |
REPO['fullreponame']='PUIAS core Base' |
REPO['fullreponame']='PUIAS core Base' |
1192 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1193 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1198 |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
1199 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1200 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1201 |
|
REPO['Priority']='' |
1202 |
createrepo |
createrepo |
1203 |
|
|
1204 |
REPO['reponame']='springdale-updates' |
REPO['reponame']='springdale-updates' |
1205 |
|
REPO['pkgname']='springdale' |
1206 |
REPO['fullreponame']='PUIAS core Updates' |
REPO['fullreponame']='PUIAS core Updates' |
1207 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1208 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1213 |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/updates/$basearch/en/os/RPM-GPG-KEY-puias' |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/updates/$basearch/en/os/RPM-GPG-KEY-puias' |
1214 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1215 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1216 |
|
REPO['Priority']='' |
1217 |
createrepo |
createrepo |
1218 |
|
|
1219 |
REPO['reponame']='springdale-addons' |
REPO['reponame']='springdale-addons' |
1220 |
|
REPO['pkgname']='springdale' |
1221 |
REPO['fullreponame']='PUIAS Addons' |
REPO['fullreponame']='PUIAS Addons' |
1222 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1223 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1228 |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
1229 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1230 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1231 |
|
REPO['Priority']='' |
1232 |
createrepo |
createrepo |
1233 |
|
|
1234 |
REPO['reponame']='springdale-addons-updates' |
REPO['reponame']='springdale-addons-updates' |
1235 |
|
REPO['pkgname']='springdale' |
1236 |
REPO['fullreponame']='PUIAS Addons Updates' |
REPO['fullreponame']='PUIAS Addons Updates' |
1237 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1238 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1243 |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
1244 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1245 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1246 |
|
REPO['Priority']='' |
1247 |
createrepo |
createrepo |
1248 |
|
|
1249 |
|
|
1250 |
REPO['reponame']='springdale-unsupported' |
REPO['reponame']='springdale-unsupported' |
1251 |
|
REPO['pkgname']='springdale' |
1252 |
REPO['fullreponame']='PUIAS Unsupported' |
REPO['fullreponame']='PUIAS Unsupported' |
1253 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1254 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1259 |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
1260 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1261 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1262 |
|
REPO['Priority']='' |
1263 |
createrepo |
createrepo |
1264 |
|
|
1265 |
REPO['reponame']='springdale-computational' |
REPO['reponame']='springdale-computational' |
1266 |
|
REPO['pkgname']='springdale' |
1267 |
REPO['fullreponame']='PUIAS Computational' |
REPO['fullreponame']='PUIAS Computational' |
1268 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1269 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1274 |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias' |
1275 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1276 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1277 |
|
REPO['Priority']='' |
1278 |
createrepo |
createrepo |
1279 |
|
|
1280 |
|
|
1286 |
##################### |
##################### |
1287 |
##################### |
##################### |
1288 |
REPO['reponame']='stephdl' |
REPO['reponame']='stephdl' |
1289 |
|
REPO['pkgname']=${REPO['reponame']} |
1290 |
REPO['fullreponame']='Mirror Stephane de Labrusse' |
REPO['fullreponame']='Mirror Stephane de Labrusse' |
1291 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1292 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1297 |
REPO['GPGKey']='http://mirror.de-labrusse.fr/RPM-GPG-KEY' |
REPO['GPGKey']='http://mirror.de-labrusse.fr/RPM-GPG-KEY' |
1298 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1299 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1300 |
|
REPO['Priority']='' |
1301 |
createrepo |
createrepo |
1302 |
|
|
1303 |
##################### |
##################### |
1306 |
##################### |
##################### |
1307 |
##################### |
##################### |
1308 |
REPO['reponame']='virtualbox' |
REPO['reponame']='virtualbox' |
1309 |
|
REPO['pkgname']=${REPO['reponame']} |
1310 |
REPO['fullreponame']='RHEL/CentOS VirtualBox' |
REPO['fullreponame']='RHEL/CentOS VirtualBox' |
1311 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1312 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1317 |
REPO['GPGKey']='https://www.virtualbox.org/download/oracle_vbox.asc' |
REPO['GPGKey']='https://www.virtualbox.org/download/oracle_vbox.asc' |
1318 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1319 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1320 |
|
REPO['Priority']='' |
1321 |
|
createrepo |
1322 |
|
|
1323 |
|
##################### |
1324 |
|
##################### |
1325 |
|
#Wandisco git |
1326 |
|
##################### |
1327 |
|
##################### |
1328 |
|
REPO['reponame']='WANdisco-git' |
1329 |
|
REPO['pkgname']=${REPO['reponame']} |
1330 |
|
REPO['fullreponame']='WANdisco Distribution of git' |
1331 |
|
REPO['EnableGroups']='no' |
1332 |
|
REPO['Visible']='yes' |
1333 |
|
REPO['status']='enabled' |
1334 |
|
REPO['BaseURL']='https://opensource.wandisco.com/rhel/$releasever/git/$basearch' |
1335 |
|
REPO['MirrorList']='' |
1336 |
|
REPO['GPGCheck']='yes' |
1337 |
|
REPO['GPGKey']="https://opensource.wandisco.com/RPM-GPG-KEY-WANdisco" |
1338 |
|
REPO['Exclude']='' |
1339 |
|
REPO['IncludePkgs']='' |
1340 |
|
REPO['Priority']='10' |
1341 |
createrepo |
createrepo |
1342 |
|
|
1343 |
##################### |
##################### |
1346 |
##################### |
##################### |
1347 |
##################### |
##################### |
1348 |
REPO['reponame']='webtatic' |
REPO['reponame']='webtatic' |
1349 |
|
REPO['pkgname']=${REPO['reponame']} |
1350 |
REPO['fullreponame']='webtatic - EL' |
REPO['fullreponame']='webtatic - EL' |
1351 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1352 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1361 |
fi |
fi |
1362 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1363 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1364 |
|
REPO['Priority']='' |
1365 |
createrepo |
createrepo |
1366 |
|
|
1367 |
##################### |
##################### |
1370 |
##################### |
##################### |
1371 |
##################### |
##################### |
1372 |
REPO['reponame']='xymon' |
REPO['reponame']='xymon' |
1373 |
|
REPO['pkgname']=${REPO['reponame']} |
1374 |
REPO['fullreponame']='Xymon Terabithia RPMS - EL' |
REPO['fullreponame']='Xymon Terabithia RPMS - EL' |
1375 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1376 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1381 |
REPO['GPGKey']="http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER" |
REPO['GPGKey']="http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER" |
1382 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1383 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1384 |
|
REPO['Priority']='' |
1385 |
createrepo |
createrepo |
1386 |
|
|
1387 |
##################### |
##################### |
1389 |
#Zabbix2.4 |
#Zabbix2.4 |
1390 |
##################### |
##################### |
1391 |
##################### |
##################### |
1392 |
declare -A zabshort=( ['1.8']='18' ['2.0']='20' ['2.0']='20' ['2.4']='24' ['3.0']='30' ['3.2']='32' ['3.4']='34' ['4.0']='40' ['4.2']='42' ['4.4']='44' ['4.5']='45' ['5.0']='50' ['5.1']='51' ['5.2']='52' ['5.3']='53') |
declare -A zabshort=( ['1.8']='18' ['2.0']='20' ['2.0']='20' ['2.4']='24' ['3.0']='30' ['3.2']='32' ['3.4']='34' ['4.0']='40' ['4.2']='42' ['4.4']='44' ['4.5']='45' ['5.0']='50' ['5.1']='51' ['5.2']='52' ['5.3']='53' ['5.4']='54' ['5.5']='55' ) |
1393 |
for elasver in "4.2" "4.4" '4.5' '5.0' '5.1' '5.2' '5.3'; do |
for elasver in "4.2" "4.4" '4.5' '5.0' '5.1' '5.2' '5.3' '5.4' '5.5'; do |
1394 |
REPO['reponame']="zabbix${zabshort[$elasver]}" |
REPO['reponame']="zabbix${zabshort[$elasver]}" |
1395 |
|
REPO['pkgname']='zabbix' |
1396 |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
1397 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1398 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1400 |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/" |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/" |
1401 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
1402 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
1403 |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX" |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
1404 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1405 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1406 |
|
REPO['Priority']='' |
1407 |
createrepo |
createrepo |
1408 |
done |
done |
1409 |
|
|
1410 |
|
# webfront sclo |
1411 |
|
for elasver in '5.0' '5.1'; do |
1412 |
|
REPO['reponame']="zabbix${zabshort[$elasver]}-frontend" |
1413 |
|
REPO['pkgname']='zabbix' |
1414 |
|
REPO['fullreponame']="Zabbix $elasver Official Repository" |
1415 |
|
REPO['EnableGroups']='no' |
1416 |
|
REPO['Visible']='yes' |
1417 |
|
REPO['status']='disabled' |
1418 |
|
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/frontend/" |
1419 |
|
REPO['MirrorList']='' |
1420 |
|
REPO['GPGCheck']='yes' |
1421 |
|
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
1422 |
|
REPO['Exclude']='' |
1423 |
|
REPO['IncludePkgs']='' |
1424 |
|
REPO['Priority']='' |
1425 |
|
createrepo |
1426 |
|
done |
1427 |
|
|
1428 |
|
|
1429 |
|
|
1430 |
##################### |
##################### |
1431 |
##################### |
##################### |
1432 |
#zmrepo |
#zmrepo |
1433 |
##################### |
##################### |
1434 |
##################### |
##################### |
1435 |
REPO['reponame']='zmrepo' |
REPO['reponame']='zmrepo' |
1436 |
|
REPO['pkgname']=${REPO['reponame']} |
1437 |
REPO['fullreponame']='ZoneMinder Repo - EL' |
REPO['fullreponame']='ZoneMinder Repo - EL' |
1438 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1439 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1444 |
REPO['GPGKey']="" |
REPO['GPGKey']="" |
1445 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1446 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1447 |
|
REPO['Priority']='' |
1448 |
createrepo |
createrepo |
1449 |
|
|
1450 |
|
|
1485 |
|
|
1486 |
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10epel |
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10epel |
1487 |
{ |
{ |
1488 |
my @add = split(/[,; ]+/, ''); |
my @add = split(/[,; ]+/, 'pwauth'); |
1489 |
my %remove = map { $_ => 1 } split(/[,; ]+/, 'gnustep-*,gnustep*,gnustep-base,gnustep-make'); |
my %remove = map { $_ => 1 } split(/[,; ]+/, 'gnustep-*,gnustep*,gnustep-base,gnustep-make'); |
1490 |
|
|
1491 |
for my $name ( qw(epel) ) |
for my $name ( qw(epel) ) |
1571 |
$repo->delete('IncludePkgs'); |
$repo->delete('IncludePkgs'); |
1572 |
} |
} |
1573 |
|
|
1574 |
|
} |
1575 |
|
|
1576 |
|
} |
1577 |
|
|
1578 |
|
|
1579 |
} |
EOF |
1580 |
|
|
1581 |
|
|
1582 |
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/30mongodbDeleteOldRepos |
1583 |
|
{ |
1584 |
|
for my $dbVer (qw( 0.9 1.0 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7)) { |
1585 |
|
$dataBase = "mongodb$dbVer"; |
1586 |
|
my $repo = $DB->get($dataBase); |
1587 |
|
$repo->delete if $repo; |
1588 |
|
} |
1589 |
} |
} |
1590 |
|
|
1591 |
EOF |
EOF |
1597 |
|
|
1598 |
rm -f %{name}-%{version}-filelist* |
rm -f %{name}-%{version}-filelist* |
1599 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
1600 |
|
cat %{name}-%{version}-filelist|grep asterisk > %{name}-%{version}-filelist-asterisk |
1601 |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
1602 |
|
cat %{name}-%{version}-filelist| grep bareos > %{name}-%{version}-filelist-bareos |
1603 |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
1604 |
|
cat %{name}-%{version}-filelist| grep collaboraoffice > %{name}-%{version}-filelist-collaboraoffice |
1605 |
|
cat %{name}-%{version}-filelist| grep docker-ce > %{name}-%{version}-filelist-docker-ce |
1606 |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
1607 |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
1608 |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
1610 |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
1611 |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
1612 |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
1613 |
|
cat %{name}-%{version}-filelist| grep fusioninventory-agent > %{name}-%{version}-filelist-fusioninventory-agent |
1614 |
|
cat %{name}-%{version}-filelist| grep lemonldap > %{name}-%{version}-filelist-lemonldap |
1615 |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
1616 |
|
cat %{name}-%{version}-filelist| grep mongodb > %{name}-%{version}-filelist-mongodb |
1617 |
|
cat %{name}-%{version}-filelist| grep nginx > %{name}-%{version}-filelist-nginx |
1618 |
|
cat %{name}-%{version}-filelist| grep node > %{name}-%{version}-filelist-node |
1619 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
1620 |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
1621 |
fi |
fi |
1622 |
cat %{name}-%{version}-filelist| grep okay > %{name}-%{version}-filelist-okay |
cat %{name}-%{version}-filelist| grep okay > %{name}-%{version}-filelist-okay |
1623 |
|
cat %{name}-%{version}-filelist| grep -i onlyoffice > %{name}-%{version}-filelist-onlyoffice |
1624 |
cat %{name}-%{version}-filelist| grep openfusion > %{name}-%{version}-filelist-openfusion |
cat %{name}-%{version}-filelist| grep openfusion > %{name}-%{version}-filelist-openfusion |
|
cat %{name}-%{version}-filelist| grep node > %{name}-%{version}-filelist-node |
|
1625 |
cat %{name}-%{version}-filelist| grep reetp > %{name}-%{version}-filelist-reetp |
cat %{name}-%{version}-filelist| grep reetp > %{name}-%{version}-filelist-reetp |
1626 |
cat %{name}-%{version}-filelist| grep remi-ocsinventory > %{name}-%{version}-filelist-remi-ocsinventory |
cat %{name}-%{version}-filelist| grep remi-ocsinventory > %{name}-%{version}-filelist-remi-ocsinventory |
1627 |
cat %{name}-%{version}-filelist| grep remi-roundcube > %{name}-%{version}-filelist-remi-roundcube |
cat %{name}-%{version}-filelist| grep remi-roundcube > %{name}-%{version}-filelist-remi-roundcube |
1632 |
cat %{name}-%{version}-filelist| grep springdale > %{name}-%{version}-filelist-springdale |
cat %{name}-%{version}-filelist| grep springdale > %{name}-%{version}-filelist-springdale |
1633 |
cat %{name}-%{version}-filelist| grep stephdl > %{name}-%{version}-filelist-stephdl |
cat %{name}-%{version}-filelist| grep stephdl > %{name}-%{version}-filelist-stephdl |
1634 |
cat %{name}-%{version}-filelist| grep virtualbox > %{name}-%{version}-filelist-virtualbox |
cat %{name}-%{version}-filelist| grep virtualbox > %{name}-%{version}-filelist-virtualbox |
1635 |
|
cat %{name}-%{version}-filelist| grep -i wandisco > %{name}-%{version}-filelist-wandisco |
1636 |
cat %{name}-%{version}-filelist| grep webtatic > %{name}-%{version}-filelist-webtatic |
cat %{name}-%{version}-filelist| grep webtatic > %{name}-%{version}-filelist-webtatic |
1637 |
cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon |
cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon |
1638 |
cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix |
cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix |
1664 |
# this is an upgrade |
# this is an upgrade |
1665 |
;; |
;; |
1666 |
esac |
esac |
1667 |
|
%package asterisk |
1668 |
|
Summary: Asterisk Repository tucny.com |
1669 |
|
%description asterisk |
1670 |
|
Asterisk Repository tucny.com |
1671 |
|
%files asterisk -f %{name}-%{version}-filelist-asterisk |
1672 |
|
%defattr(-,root,root) |
1673 |
|
|
1674 |
%package atomic |
%package atomic |
1675 |
Summary: Atomic Repository |
Summary: Atomic Repository |
1676 |
%description atomic |
%description atomic |
1678 |
%files atomic -f %{name}-%{version}-filelist-atomic |
%files atomic -f %{name}-%{version}-filelist-atomic |
1679 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1680 |
|
|
1681 |
|
%package bareos |
1682 |
|
Summary: Backup Archiving Recovery Open Sourced |
1683 |
|
%description bareos |
1684 |
|
Backup Archiving Recovery Open Sourced repository |
1685 |
|
%files bareos -f %{name}-%{version}-filelist-bareos |
1686 |
|
%defattr(-,root,root) |
1687 |
|
|
1688 |
%package centos-sclo |
%package centos-sclo |
1689 |
Summary: CentOS Red-Hat software collection repository |
Summary: CentOS Red-Hat software collection repository |
1690 |
%description centos-sclo |
%description centos-sclo |
1692 |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
1693 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1694 |
|
|
1695 |
|
%package collaboraoffice |
1696 |
|
Summary: collaboraoffice repo |
1697 |
|
%description collaboraoffice |
1698 |
|
collaboraoffice repo |
1699 |
|
%files collaboraoffice -f %{name}-%{version}-filelist-collaboraoffice |
1700 |
|
%defattr(-,root,root) |
1701 |
|
|
1702 |
|
%package docker-ce |
1703 |
|
Summary: docker-ce |
1704 |
|
%description docker-ce |
1705 |
|
docker-ce repo |
1706 |
|
%files docker-ce -f %{name}-%{version}-filelist-docker-ce |
1707 |
|
%defattr(-,root,root) |
1708 |
|
|
1709 |
%package egroupware |
%package egroupware |
1710 |
Summary: Repository for eGroupWare |
Summary: Repository for eGroupWare |
1711 |
%description egroupware |
%description egroupware |
1755 |
%files fws -f %{name}-%{version}-filelist-fws |
%files fws -f %{name}-%{version}-filelist-fws |
1756 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1757 |
|
|
1758 |
|
%package fusioninventory-agent |
1759 |
|
Summary: Copr repo for fusioninventory-agent owned by trasher |
1760 |
|
%description fusioninventory-agent |
1761 |
|
Copr repo for fusioninventory-agent owned by trasher |
1762 |
|
%files fusioninventory-agent -f %{name}-%{version}-filelist-fusioninventory-agent |
1763 |
|
%defattr(-,root,root) |
1764 |
|
|
1765 |
|
%package lemonldap |
1766 |
|
Summary: Lemonldap NG Repository |
1767 |
|
%description lemonldap |
1768 |
|
LemonLDAP::NG Repository |
1769 |
|
%files lemonldap -f %{name}-%{version}-filelist-lemonldap |
1770 |
|
%defattr(-,root,root) |
1771 |
|
|
1772 |
%package libreswan |
%package libreswan |
1773 |
Summary: Libreswan Repository |
Summary: Libreswan Repository |
1774 |
%description libreswan |
%description libreswan |
1776 |
%files libreswan -f %{name}-%{version}-filelist-libreswan |
%files libreswan -f %{name}-%{version}-filelist-libreswan |
1777 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1778 |
|
|
1779 |
|
%package mongodb |
1780 |
|
Summary: MongoDB Repositories |
1781 |
|
%description mongodb |
1782 |
|
MongoDB Repositories |
1783 |
|
%files mongodb -f %{name}-%{version}-filelist-mongodb |
1784 |
|
%defattr(-,root,root) |
1785 |
|
|
1786 |
|
%package nginx |
1787 |
|
Summary: nginx Repositories |
1788 |
|
%description nginx |
1789 |
|
Nginx Repositories |
1790 |
|
%files nginx -f %{name}-%{version}-filelist-nginx |
1791 |
|
%defattr(-,root,root) |
1792 |
|
|
1793 |
%package node |
%package node |
1794 |
Summary: NodeJS Repositories |
Summary: NodeJS Repositories |
1795 |
%description node |
%description node |
1813 |
%files okay -f %{name}-%{version}-filelist-okay |
%files okay -f %{name}-%{version}-filelist-okay |
1814 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1815 |
|
|
1816 |
|
%package onlyoffice |
1817 |
|
Summary: onlyoffice Repository |
1818 |
|
%description onlyoffice |
1819 |
|
onlyoffice Repository |
1820 |
|
%files onlyoffice -f %{name}-%{version}-filelist-onlyoffice |
1821 |
|
%defattr(-,root,root) |
1822 |
|
|
1823 |
%package openfusion |
%package openfusion |
1824 |
Summary: Openfusion Repository |
Summary: Openfusion Repository |
1825 |
%description openfusion |
%description openfusion |
1904 |
%files virtualbox -f %{name}-%{version}-filelist-virtualbox |
%files virtualbox -f %{name}-%{version}-filelist-virtualbox |
1905 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1906 |
|
|
1907 |
|
%package wandisco |
1908 |
|
Summary: WANdisco Distribution of git |
1909 |
|
%description wandisco |
1910 |
|
WANdisco Distribution of git |
1911 |
|
%files wandisco -f %{name}-%{version}-filelist-wandisco |
1912 |
|
%defattr(-,root,root) |
1913 |
|
|
1914 |
%package webtatic |
%package webtatic |
1915 |
Summary: Webtatic Repository |
Summary: Webtatic Repository |
1916 |
%description webtatic |
%description webtatic |