If you already have the newest version it’s not related to onlyoffice.
[root@server2 ~]# rpm -qa onlyoffice-documentserver
onlyoffice-documentserver-5.1.5-59.x86_64
[root@server2 ~]# rpm -qa nethserver-onlyoffice
nethserver-onlyoffice-0.0.1-4.ns7.noarch
Maybe just check what requires librabbitmq-tools and remove it if not needed:
rpm -q --whatrequires librabbitmq-tools
yum remove librabbitmq-tools
Links working fine on this side.
Replicated the problem. Found it was described in another thread (probably librabbitmq merged packages on centos repo) and the dependency fixed in this onlyoffice issue (package no longer required by onlyoffice).
Updated mrmarkuz repo on my test server. Then:
[root@server ~]# rpm -q --whatrequires librabbitmq-tools
onlyoffice-documentserver-5.1.1-23.x86_64
[root@server ~]# yum -y install https://github.com/ONLYOFFICE/DocumentServer/releases/download/ONLYOFFICE…