1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 35 |
%define release 37 |
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 |
|
* Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-37.sme |
22 |
|
- add collaboraoffice repo [SME: 11888] |
23 |
|
|
24 |
|
* Thu Feb 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-36.sme |
25 |
|
- add Copr repo for fusioninventory-agent owned by trasher [SME: 11751] |
26 |
|
- fix update event for sclo [SME: 11876] |
27 |
|
|
28 |
* Mon Nov 29 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-35.sme |
* Mon Nov 29 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-35.sme |
29 |
- fix node repos |
- fix node repos |
30 |
|
|
297 |
##################### |
##################### |
298 |
##################### |
##################### |
299 |
REPO['reponame']='centos-sclo-centos' |
REPO['reponame']='centos-sclo-centos' |
300 |
REPO['pkgname']=${REPO['reponame']} |
REPO['pkgname']="centos-sclo" #${REPO['reponame']} |
301 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
302 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
303 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
304 |
REPO['status']='disabled' |
REPO['status']='enabled' |
305 |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' |
306 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
307 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
316 |
##################### |
##################### |
317 |
##################### |
##################### |
318 |
REPO['reponame']='centos-sclo-rh' |
REPO['reponame']='centos-sclo-rh' |
319 |
REPO['pkgname']=${REPO['reponame']} |
REPO['pkgname']='centos-sclo' #${REPO['reponame']} |
320 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
321 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
322 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
323 |
REPO['status']='disabled' |
REPO['status']='enabled' |
324 |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' |
325 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
326 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
331 |
|
|
332 |
##################### |
##################### |
333 |
##################### |
##################### |
334 |
|
#collaboraoffice.com |
335 |
|
##################### |
336 |
|
##################### |
337 |
|
REPO['reponame']='collaboraoffice' |
338 |
|
REPO['pkgname']= ${REPO['reponame']} |
339 |
|
REPO['fullreponame']='collaboraoffice.com_repos_CollaboraOnline_CODE-centos' |
340 |
|
REPO['EnableGroups']='no' |
341 |
|
REPO['Visible']='yes' |
342 |
|
REPO['status']='enabled' |
343 |
|
REPO['BaseURL']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos$releasever' |
344 |
|
REPO['MirrorList']='' |
345 |
|
REPO['GPGCheck']='yes' |
346 |
|
REPO['GPGKey']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos7/repodata/repomd.xml.key' |
347 |
|
REPO['Exclude']='' |
348 |
|
REPO['IncludePkgs']='' |
349 |
|
createrepo |
350 |
|
|
351 |
|
|
352 |
|
##################### |
353 |
|
##################### |
354 |
#egroupware |
#egroupware |
355 |
##################### |
##################### |
356 |
##################### |
##################### |
525 |
|
|
526 |
##################### |
##################### |
527 |
##################### |
##################### |
528 |
|
#fusion inventory |
529 |
|
##################### |
530 |
|
##################### |
531 |
|
REPO['reponame']='fusioninventory-agent' |
532 |
|
REPO['pkgname']='fusioninventory-agent' |
533 |
|
REPO['fullreponame']='Copr repo for fusioninventory-agent owned by trasher' |
534 |
|
REPO['EnableGroups']='no' |
535 |
|
REPO['Visible']='no' |
536 |
|
REPO['status']='disabled' |
537 |
|
REPO['BaseURL']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/epel-$releasever-$basearch/' |
538 |
|
REPO['MirrorList']='' |
539 |
|
REPO['GPGCheck']='yes' |
540 |
|
REPO['GPGKey']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/pubkey.gpg' |
541 |
|
REPO['Exclude']='' |
542 |
|
REPO['IncludePkgs']='' |
543 |
|
createrepo |
544 |
|
|
545 |
|
|
546 |
|
##################### |
547 |
|
##################### |
548 |
# LemonLDAP-NG |
# LemonLDAP-NG |
549 |
##################### |
##################### |
550 |
##################### |
##################### |
1343 |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
1344 |
cat %{name}-%{version}-filelist| grep bareos > %{name}-%{version}-filelist-bareos |
cat %{name}-%{version}-filelist| grep bareos > %{name}-%{version}-filelist-bareos |
1345 |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
1346 |
|
cat %{name}-%{version}-filelist| grep collaboraoffice > %{name}-%{version}-filelist-collaboraoffice |
1347 |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
1348 |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
1349 |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
1351 |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
1352 |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
1353 |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
1354 |
|
cat %{name}-%{version}-filelist| grep fusioninventory-agent > %{name}-%{version}-filelist-fusioninventory-agent |
1355 |
cat %{name}-%{version}-filelist| grep lemonldap > %{name}-%{version}-filelist-lemonldap |
cat %{name}-%{version}-filelist| grep lemonldap > %{name}-%{version}-filelist-lemonldap |
1356 |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
1357 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
1429 |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
1430 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1431 |
|
|
1432 |
|
%package collaboraoffice |
1433 |
|
Summary: collaboraoffice repo |
1434 |
|
%description collaboraoffice |
1435 |
|
collaboraoffice repo |
1436 |
|
%files collaboraoffice -f %{name}-%{version}-filelist-collaboraoffice |
1437 |
|
%defattr(-,root,root) |
1438 |
|
|
1439 |
%package egroupware |
%package egroupware |
1440 |
Summary: Repository for eGroupWare |
Summary: Repository for eGroupWare |
1441 |
%description egroupware |
%description egroupware |
1485 |
%files fws -f %{name}-%{version}-filelist-fws |
%files fws -f %{name}-%{version}-filelist-fws |
1486 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1487 |
|
|
1488 |
|
%package fusioninventory-agent |
1489 |
|
Summary: Copr repo for fusioninventory-agent owned by trasher |
1490 |
|
%description fusioninventory-agent |
1491 |
|
Copr repo for fusioninventory-agent owned by trasher |
1492 |
|
%files fusioninventory-agent -f %{name}-%{version}-filelist-fusioninventory-agent |
1493 |
|
%defattr(-,root,root) |
1494 |
|
|
1495 |
%package lemonldap |
%package lemonldap |
1496 |
Summary: Lemonldap NG Repository |
Summary: Lemonldap NG Repository |
1497 |
%description lemonldap |
%description lemonldap |