Hi @mwilliams,
today I had the problem that grommunio-admin on CLI didn't work:
# grommunio-admin -h
Traceback (most recent call last):
File "/sbin/grommunio-admin", line 17, in <module>
res = Cli().execute()
File "/usr/share/grommunio-admin-api/cli/__init__.py", line 91, in __init__
self.initLogging(self.stdout, color=self.colored)
File "/usr/share/grommunio-admin-api/cli/__init__.py", line 199, in initLogging
from tools.config import initLoggers
File "/usr/share/grommunio-admin-api/tools/config.py", line 5, in <module>
import yaml
On my Rocky 8 box I had to install python3-pyyaml.
Maybe you can add this in the rpmspec as a required package.
Thanks!
Daniel