Bug #26223
As a user I would not allow filtering of modular rpms in rpm filters (UI and API)
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Rpms belonging to module streams should not be filtered via regular package filters.
1) Create a Content View
2) Add a yum repo
3) Add a include/exclude package filter
4) Add a rule
Make sure that modular rpms do not show up in the auto complete when searching by name.
Related issues
Associated revisions
History
#1
Updated by Partha Aji about 3 years ago
- Blocks Tracker #24437: Modularity - P2 Stories added
#2
Updated by John Mitsch about 3 years ago
- Triaged changed from No to Yes
- Target version set to Katello 3.12.0
#3
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8014 added
#4
Updated by Partha Aji about 3 years ago
- Bugzilla link set to 1688489
#5
Updated by Anonymous about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|1c2c46f474d03f334b1cb2adf3b1c5876d093400.
Fixes #26223 - Copies modular rpms on cv publish (#8014)
This commit contains code related to automatically copying all the
modular rpms from source repo to destination repo during a cv publish.
Modular rpms are dependencies bound by the modules they are attached to.
Since the content view publish copies all modules over, all the rpm
dependencies belonging to those modules must also get copied over.
This commit also adds code to prevent the user from adding a modular rpm
in a package rule.