Bug #28988
closedErratum Excludes filter by id not working in some cases
Description
1) Extract the attached repo tgz and sync it from katello
2) Create a cv and include the above repo
3) Create an errata excludes filter that excludes the 1 erratum in that repo
4) Publish the content view
Expected
CVV version with no errata since you excluded the specific one
Actual
The excluded errata still persists in the destination repo
Additional Info:
This repo has a couple of quirks identical to repos from cdn
Module Duck:0 is duplicated with different versions with identical rpms in both
The errata points to the more recent module. The issue here is that during
publish we purge partial errata in terms of packages and not modules.
So when 2 modules with duplicate rpms are present the publish process incorrectly
thinks this errata should be copied.
Files