Bug 1216997 - patterns-microos-cockpit/microos_cockpit name is not aligned to the same in SLE products
Summary: patterns-microos-cockpit/microos_cockpit name is not aligned to the same in S...
Status: RESOLVED INVALID
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: MicroOS (show other bugs)
Version: Current
Hardware: x86-64 Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Forgotten User u0-bnvADNc
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-09 14:41 UTC by Michele Pagot
Modified: 2023-11-16 10:35 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Pagot 2023-11-09 14:41:24 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
Comment 1 Thorsten Kukuk 2023-11-16 10:35:52 UTC
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.