1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 34 |
%define release 39 |
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 |
|
* Sat May 28 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-39.sme |
22 |
|
- fix typo in pgsql url |
23 |
|
|
24 |
|
* Thu Mar 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-38.sme |
25 |
|
- add docker-ce repo [SME: 11894] |
26 |
|
|
27 |
|
* Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-37.sme |
28 |
|
- add collaboraoffice repo [SME: 11888] |
29 |
|
|
30 |
|
* Thu Feb 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-36.sme |
31 |
|
- add Copr repo for fusioninventory-agent owned by trasher [SME: 11751] |
32 |
|
- fix update event for sclo [SME: 11876] |
33 |
|
|
34 |
|
* Mon Nov 29 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-35.sme |
35 |
|
- fix node repos |
36 |
|
|
37 |
* Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-34.sme |
* Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-34.sme |
38 |
- add asterisk [SME: 11512] |
- add asterisk [SME: 11512] |
39 |
- add lemonldap [SME: 11740] |
- add lemonldap [SME: 11740] |
303 |
##################### |
##################### |
304 |
##################### |
##################### |
305 |
REPO['reponame']='centos-sclo-centos' |
REPO['reponame']='centos-sclo-centos' |
306 |
REPO['pkgname']=${REPO['reponame']} |
REPO['pkgname']="centos-sclo" #${REPO['reponame']} |
307 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
308 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
309 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
310 |
REPO['status']='disabled' |
REPO['status']='enabled' |
311 |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' |
312 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
313 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
322 |
##################### |
##################### |
323 |
##################### |
##################### |
324 |
REPO['reponame']='centos-sclo-rh' |
REPO['reponame']='centos-sclo-rh' |
325 |
REPO['pkgname']=${REPO['reponame']} |
REPO['pkgname']='centos-sclo' #${REPO['reponame']} |
326 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
327 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
328 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
329 |
REPO['status']='disabled' |
REPO['status']='enabled' |
330 |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' |
331 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
332 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
337 |
|
|
338 |
##################### |
##################### |
339 |
##################### |
##################### |
340 |
|
#collaboraoffice.com |
341 |
|
##################### |
342 |
|
##################### |
343 |
|
REPO['reponame']='collaboraoffice' |
344 |
|
REPO['pkgname']=${REPO['reponame']} |
345 |
|
REPO['fullreponame']='collaboraoffice.com_repos_CollaboraOnline_CODE-centos' |
346 |
|
REPO['EnableGroups']='no' |
347 |
|
REPO['Visible']='yes' |
348 |
|
REPO['status']='enabled' |
349 |
|
REPO['BaseURL']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos$releasever' |
350 |
|
REPO['MirrorList']='' |
351 |
|
REPO['GPGCheck']='yes' |
352 |
|
REPO['GPGKey']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos7/repodata/repomd.xml.key' |
353 |
|
REPO['Exclude']='' |
354 |
|
REPO['IncludePkgs']='' |
355 |
|
createrepo |
356 |
|
|
357 |
|
##################### |
358 |
|
##################### |
359 |
|
#docker-ce |
360 |
|
##################### |
361 |
|
##################### |
362 |
|
REPO['reponame']='docker-ce' |
363 |
|
REPO['pkgname']=${REPO['reponame']} |
364 |
|
REPO['fullreponame']='docker-ce' |
365 |
|
REPO['EnableGroups']='no' |
366 |
|
REPO['Visible']='yes' |
367 |
|
REPO['status']='enabled' |
368 |
|
REPO['BaseURL']='https://download.docker.com/linux/centos/$releasever/$basearch/stable' |
369 |
|
REPO['MirrorList']='' |
370 |
|
REPO['GPGCheck']='yes' |
371 |
|
REPO['GPGKey']='https://download.docker.com/linux/centos/gpg' |
372 |
|
REPO['Exclude']='' |
373 |
|
REPO['IncludePkgs']='' |
374 |
|
createrepo |
375 |
|
|
376 |
|
|
377 |
|
##################### |
378 |
|
##################### |
379 |
#egroupware |
#egroupware |
380 |
##################### |
##################### |
381 |
##################### |
##################### |
550 |
|
|
551 |
##################### |
##################### |
552 |
##################### |
##################### |
553 |
|
#fusion inventory |
554 |
|
##################### |
555 |
|
##################### |
556 |
|
REPO['reponame']='fusioninventory-agent' |
557 |
|
REPO['pkgname']='fusioninventory-agent' |
558 |
|
REPO['fullreponame']='Copr repo for fusioninventory-agent owned by trasher' |
559 |
|
REPO['EnableGroups']='no' |
560 |
|
REPO['Visible']='no' |
561 |
|
REPO['status']='disabled' |
562 |
|
REPO['BaseURL']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/epel-$releasever-$basearch/' |
563 |
|
REPO['MirrorList']='' |
564 |
|
REPO['GPGCheck']='yes' |
565 |
|
REPO['GPGKey']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/pubkey.gpg' |
566 |
|
REPO['Exclude']='' |
567 |
|
REPO['IncludePkgs']='' |
568 |
|
createrepo |
569 |
|
|
570 |
|
|
571 |
|
##################### |
572 |
|
##################### |
573 |
# LemonLDAP-NG |
# LemonLDAP-NG |
574 |
##################### |
##################### |
575 |
##################### |
##################### |
628 |
# NodeJS 4 |
# NodeJS 4 |
629 |
##################### |
##################### |
630 |
##################### |
##################### |
631 |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11"; do |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17"; do |
632 |
REPO['reponame']="node$nodever" |
REPO['reponame']="node$nodever" |
633 |
REPO['pkgname']='node' |
REPO['pkgname']='node' |
634 |
REPO['fullreponame']="NodeJS $nodever" |
REPO['fullreponame']="NodeJS $nodever" |
635 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
636 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
637 |
REPO['status']='disabled' |
REPO['status']='disabled' |
638 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_'.$nodever.'.x/el/$releasever/$basearch/' |
REPO['BaseURL']="https://rpm.nodesource.com/pub_$nodever.x/el/\$releasever/\$basearch/" |
639 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
640 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
641 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' |
642 |
|
#'https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
643 |
|
#'https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' |
644 |
REPO['Exclude']='' |
REPO['Exclude']='' |
645 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
646 |
createrepo |
createrepo |
737 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
738 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
739 |
REPO['status']='disabled' |
REPO['status']='disabled' |
740 |
REPO['BaseURL']='https://yum.postgresql.org/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://yum.postgresql.org/'$pgsqlver'/redhat/rhel-$releasever-$basearch/' |
741 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
742 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
743 |
ext=$pgsqlver; |
ext=$pgsqlver; |
744 |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
745 |
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 |
746 |
REPO['Exclude']='' |
REPO['Exclude']='' |
747 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
748 |
createrepo |
createrepo |
754 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
755 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
756 |
REPO['status']='disabled' |
REPO['status']='disabled' |
757 |
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/' |
758 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
759 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
760 |
ext=$pgsqlver; |
ext=$pgsqlver; |
761 |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
762 |
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 |
763 |
REPO['Exclude']='' |
REPO['Exclude']='' |
764 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
765 |
createrepo |
createrepo |
770 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
771 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
772 |
REPO['status']='disabled' |
REPO['status']='disabled' |
773 |
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/' |
774 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
775 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
776 |
ext=$pgsqlver; |
ext=$pgsqlver; |
777 |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
778 |
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 |
779 |
REPO['Exclude']='' |
REPO['Exclude']='' |
780 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
781 |
createrepo |
createrepo |
1368 |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
1369 |
cat %{name}-%{version}-filelist| grep bareos > %{name}-%{version}-filelist-bareos |
cat %{name}-%{version}-filelist| grep bareos > %{name}-%{version}-filelist-bareos |
1370 |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
1371 |
|
cat %{name}-%{version}-filelist| grep collaboraoffice > %{name}-%{version}-filelist-collaboraoffice |
1372 |
|
cat %{name}-%{version}-filelist| grep docker-ce > %{name}-%{version}-filelist-docker-ce |
1373 |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
1374 |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
1375 |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
1377 |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
1378 |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
1379 |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
1380 |
|
cat %{name}-%{version}-filelist| grep fusioninventory-agent > %{name}-%{version}-filelist-fusioninventory-agent |
1381 |
cat %{name}-%{version}-filelist| grep lemonldap > %{name}-%{version}-filelist-lemonldap |
cat %{name}-%{version}-filelist| grep lemonldap > %{name}-%{version}-filelist-lemonldap |
1382 |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
1383 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
1455 |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
1456 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1457 |
|
|
1458 |
|
%package collaboraoffice |
1459 |
|
Summary: collaboraoffice repo |
1460 |
|
%description collaboraoffice |
1461 |
|
collaboraoffice repo |
1462 |
|
%files collaboraoffice -f %{name}-%{version}-filelist-collaboraoffice |
1463 |
|
%defattr(-,root,root) |
1464 |
|
|
1465 |
|
%package docker-ce |
1466 |
|
Summary: docker-ce |
1467 |
|
%description docker-ce |
1468 |
|
docker-ce repo |
1469 |
|
%files docker-ce -f %{name}-%{version}-filelist-docker-ce |
1470 |
|
%defattr(-,root,root) |
1471 |
|
|
1472 |
%package egroupware |
%package egroupware |
1473 |
Summary: Repository for eGroupWare |
Summary: Repository for eGroupWare |
1474 |
%description egroupware |
%description egroupware |
1518 |
%files fws -f %{name}-%{version}-filelist-fws |
%files fws -f %{name}-%{version}-filelist-fws |
1519 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1520 |
|
|
1521 |
|
%package fusioninventory-agent |
1522 |
|
Summary: Copr repo for fusioninventory-agent owned by trasher |
1523 |
|
%description fusioninventory-agent |
1524 |
|
Copr repo for fusioninventory-agent owned by trasher |
1525 |
|
%files fusioninventory-agent -f %{name}-%{version}-filelist-fusioninventory-agent |
1526 |
|
%defattr(-,root,root) |
1527 |
|
|
1528 |
%package lemonldap |
%package lemonldap |
1529 |
Summary: Lemonldap NG Repository |
Summary: Lemonldap NG Repository |
1530 |
%description lemonldap |
%description lemonldap |