Bugzilla – Bug 1216997
patterns-microos-cockpit/microos_cockpit name is not aligned to the same in SLE products
Last modified: 2023-11-16 10:35:52 UTC
They do not necessary needs to be the same as they belong to different products. But in this case the difference is minimal: - Name in SLE is microos-cockpit - Name in openSUSE is with underscore microos_cockpit Here a reference to the name in SLE https://documentation.suse.com/sle-micro/5.1/html/SLE-Micro-all/article-administration-slemicro.html#sec-admin-cockpit Issue is also reported by some user https://github.com/cockpit-project/cockpit-project.github.io/issues/666
Patterns are defined via provides. RPM will handle "-" as separator for name and version number in provides. So using "-" in patterns names can have unwanted side effects. For this reason, we had to change all patterns in Factory from "-" to "_" some time ago. We will not revert this.