When I run the builtin package task for a package ...
# bolt
p
When I run the builtin package task for a package whose name contains a hyphen, and that I know is installed (I verified by remoting in), the task doesn’t find it. Any other package, that I know is installed, and whose name does not contain a hyphen works fine. When I run:
bolt task run package action=status name=grand-central -t queue03.pl
I get:
Copy code
Started on queue03.pl...
Finished on queue03.pl:
  {
    "status": "uninstalled",
    "version": ""
  }
Successful on 1 target: queue03.pl
Ran on 1 target in 5.8 sec
However when I check locally the package is there:
Copy code
sudo dnf list --installed  grand-central
Updating Subscription Management repositories.
Installed Packages
grand-central.x86_64                                                                                                        1.259-0.el8                                                                                                         @manheim_activemq_packages_activemq_rhel8
Thoughts?