ClusterLabs / crmsh

Command-line interface for High-Availability cluster management on GNU/Linux systems.
GNU General Public License v2.0
130 stars 94 forks source link

openSUSE Packaging: crmsh-scripts.rpm should requires crmsh.rpm #1496

Open zzhou1 opened 1 month ago

zzhou1 commented 1 month ago

This is a minor finding.

zypper rm crmsh doesn't remove crmsh-scripts. Well, it should from the packaging perspective.

nicholasyang2022 commented 1 month ago

The dependency is: crmsh requires crmsh-scripts.

This looks good to me and zypper remove --clean-deps crmsh will remove crmsh-scripts.