Actions
Bug #27661
closedimporting a manifest creates products with only alphanumeric chars in name
Status:
Closed
Priority:
Normal
Assignee:
Category:
Subscriptions
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Importing a manifest imports the products in the manifests, but seems to strip out characters such as '(' and ')' from them.
1. import a recent manifest with software collections
2. go to the redhat repos page and search for 'name ~ Software Collections'.
You will see at least these two:
"Red Hat Software Collections for RHEL Server"
"Red Hat Software Collections Beta for RHEL Server"
but they should be:
"Red Hat Software Collections (for RHEL Server)"
"Red Hat Software Collections Beta (for RHEL Server)"
If you refresh the manifest, it will properly update the name
Actions