1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 19 |
%define release 20 |
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 |
|
* Sun Jan 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-20.sme |
22 |
|
- add node repos [SME: 10727] |
23 |
|
|
24 |
* Fri Jan 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-19.sme |
* Fri Jan 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-19.sme |
25 |
- improve zmrepo migrate fragment to avoid action if not needed. |
- improve zmrepo migrate fragment to avoid action if not needed. |
26 |
- migrate fragment for openfusion |
- migrate fragment for openfusion |
441 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
442 |
REPO['Visible']='no' |
REPO['Visible']='no' |
443 |
REPO['status']='disabled' |
REPO['status']='disabled' |
444 |
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/6/x86_64/' |
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/' |
445 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
446 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
447 |
REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan' |
REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan' |
450 |
createrepo |
createrepo |
451 |
|
|
452 |
|
|
453 |
|
##################### |
454 |
|
##################### |
455 |
|
# NodeJS 4 |
456 |
|
##################### |
457 |
|
##################### |
458 |
|
REPO['reponame']='node4' |
459 |
|
REPO['fullreponame']='NodeJS 4' |
460 |
|
REPO['EnableGroups']='no' |
461 |
|
REPO['Visible']='no' |
462 |
|
REPO['status']='disabled' |
463 |
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_4.x/el/$releasever/$basearch/' |
464 |
|
REPO['MirrorList']='' |
465 |
|
REPO['GPGCheck']='no' |
466 |
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
467 |
|
REPO['Exclude']='' |
468 |
|
REPO['IncludePkgs']='' |
469 |
|
createrepo |
470 |
|
|
471 |
|
##################### |
472 |
|
##################### |
473 |
|
# NodeJS 5 |
474 |
|
##################### |
475 |
|
##################### |
476 |
|
REPO['reponame']='node5' |
477 |
|
REPO['fullreponame']='NodeJS 5' |
478 |
|
REPO['EnableGroups']='no' |
479 |
|
REPO['Visible']='no' |
480 |
|
REPO['status']='disabled' |
481 |
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_5.x/el/$releasever/$basearch/' |
482 |
|
REPO['MirrorList']='' |
483 |
|
REPO['GPGCheck']='no' |
484 |
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
485 |
|
REPO['Exclude']='' |
486 |
|
REPO['IncludePkgs']='' |
487 |
|
createrepo |
488 |
|
|
489 |
|
##################### |
490 |
|
##################### |
491 |
|
# NodeJS 6 |
492 |
|
##################### |
493 |
|
##################### |
494 |
|
REPO['reponame']='node6' |
495 |
|
REPO['fullreponame']='NodeJS 6' |
496 |
|
REPO['EnableGroups']='no' |
497 |
|
REPO['Visible']='no' |
498 |
|
REPO['status']='disabled' |
499 |
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_6.x/el/$releasever/$basearch/' |
500 |
|
REPO['MirrorList']='' |
501 |
|
REPO['GPGCheck']='no' |
502 |
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
503 |
|
REPO['Exclude']='' |
504 |
|
REPO['IncludePkgs']='' |
505 |
|
createrepo |
506 |
|
|
507 |
|
##################### |
508 |
|
##################### |
509 |
|
# NodeJS 7 |
510 |
|
##################### |
511 |
|
##################### |
512 |
|
REPO['reponame']='node7' |
513 |
|
REPO['fullreponame']='NodeJS 7' |
514 |
|
REPO['EnableGroups']='no' |
515 |
|
REPO['Visible']='no' |
516 |
|
REPO['status']='disabled' |
517 |
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_7.x/el/$releasever/$basearch/' |
518 |
|
REPO['MirrorList']='' |
519 |
|
REPO['GPGCheck']='no' |
520 |
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
521 |
|
REPO['Exclude']='' |
522 |
|
REPO['IncludePkgs']='' |
523 |
|
createrepo |
524 |
|
|
525 |
|
##################### |
526 |
|
##################### |
527 |
|
# NodeJS |
528 |
|
##################### |
529 |
|
##################### |
530 |
|
REPO['reponame']='node8' |
531 |
|
REPO['fullreponame']='NodeJS 8' |
532 |
|
REPO['EnableGroups']='no' |
533 |
|
REPO['Visible']='no' |
534 |
|
REPO['status']='disabled' |
535 |
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_8.x/el/$releasever/$basearch/' |
536 |
|
REPO['MirrorList']='' |
537 |
|
REPO['GPGCheck']='no' |
538 |
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
539 |
|
REPO['Exclude']='' |
540 |
|
REPO['IncludePkgs']='' |
541 |
|
createrepo |
542 |
|
|
543 |
|
##################### |
544 |
|
##################### |
545 |
|
# NodeJS 9 |
546 |
|
##################### |
547 |
|
##################### |
548 |
|
REPO['reponame']='node9' |
549 |
|
REPO['fullreponame']='NodeJS 9' |
550 |
|
REPO['EnableGroups']='no' |
551 |
|
REPO['Visible']='no' |
552 |
|
REPO['status']='disabled' |
553 |
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_9.x/el/$releasever/$basearch/' |
554 |
|
REPO['MirrorList']='' |
555 |
|
REPO['GPGCheck']='no' |
556 |
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
557 |
|
REPO['Exclude']='' |
558 |
|
REPO['IncludePkgs']='' |
559 |
|
createrepo |
560 |
|
|
561 |
|
##################### |
562 |
|
##################### |
563 |
|
# NodeJS 10 |
564 |
|
##################### |
565 |
|
##################### |
566 |
|
REPO['reponame']='node10' |
567 |
|
REPO['fullreponame']='NodeJS 10' |
568 |
|
REPO['EnableGroups']='no' |
569 |
|
REPO['Visible']='no' |
570 |
|
REPO['status']='disabled' |
571 |
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_10.x/el/$releasever/$basearch/' |
572 |
|
REPO['MirrorList']='' |
573 |
|
REPO['GPGCheck']='no' |
574 |
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
575 |
|
REPO['Exclude']='' |
576 |
|
REPO['IncludePkgs']='' |
577 |
|
createrepo |
578 |
|
|
579 |
|
##################### |
580 |
|
##################### |
581 |
|
# NodeJS 11 |
582 |
|
##################### |
583 |
|
##################### |
584 |
|
REPO['reponame']='node11' |
585 |
|
REPO['fullreponame']='NodeJS 11' |
586 |
|
REPO['EnableGroups']='no' |
587 |
|
REPO['Visible']='no' |
588 |
|
REPO['status']='disabled' |
589 |
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_11.x/el/$releasever/$basearch/' |
590 |
|
REPO['MirrorList']='' |
591 |
|
REPO['GPGCheck']='no' |
592 |
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
593 |
|
REPO['Exclude']='' |
594 |
|
REPO['IncludePkgs']='' |
595 |
|
createrepo |
596 |
|
|
597 |
|
|
598 |
|
|
599 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
600 |
##################### |
##################### |
601 |
##################### |
##################### |
1170 |
fi |
fi |
1171 |
cat %{name}-%{version}-filelist| grep okay > %{name}-%{version}-filelist-okay |
cat %{name}-%{version}-filelist| grep okay > %{name}-%{version}-filelist-okay |
1172 |
cat %{name}-%{version}-filelist| grep openfusion > %{name}-%{version}-filelist-openfusion |
cat %{name}-%{version}-filelist| grep openfusion > %{name}-%{version}-filelist-openfusion |
1173 |
|
cat %{name}-%{version}-filelist| grep node > %{name}-%{version}-filelist-node |
1174 |
cat %{name}-%{version}-filelist| grep reetp > %{name}-%{version}-filelist-reetp |
cat %{name}-%{version}-filelist| grep reetp > %{name}-%{version}-filelist-reetp |
1175 |
cat %{name}-%{version}-filelist| grep remi-safe > %{name}-%{version}-filelist-remi-safe |
cat %{name}-%{version}-filelist| grep remi-safe > %{name}-%{version}-filelist-remi-safe |
1176 |
cat %{name}-%{version}-filelist| grep remi-ocsinventory > %{name}-%{version}-filelist-remi-ocsinventory |
cat %{name}-%{version}-filelist| grep remi-ocsinventory > %{name}-%{version}-filelist-remi-ocsinventory |
1292 |
%package libreswan |
%package libreswan |
1293 |
Summary: Libreswan Repository |
Summary: Libreswan Repository |
1294 |
%description libreswan |
%description libreswan |
1295 |
Geekery Repository |
Libreswan Repository |
1296 |
%files libreswan -f %{name}-%{version}-filelist-libreswan |
%files libreswan -f %{name}-%{version}-filelist-libreswan |
1297 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1298 |
|
|
1299 |
|
%package node |
1300 |
|
Summary: NodeJS Repositories |
1301 |
|
%description node |
1302 |
|
NodeJS Repositories |
1303 |
|
%files node -f %{name}-%{version}-filelist-node |
1304 |
|
%defattr(-,root,root) |
1305 |
|
|
1306 |
%package odoo |
%package odoo |
1307 |
Summary: Odoo 10 Nightly - EL7 Repository |
Summary: Odoo 10 Nightly - EL7 Repository |
1308 |
Distribution: el7 |
Distribution: el7 |