Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #30352 - Add an original mod streams filter #8825

Merged
merged 1 commit into from
Jul 15, 2020

Commits on Jul 14, 2020

  1. Fixes #30352 - Add an original mod streams filter

    This commit allows module streams filters to include Module Streams that
    do not belong to any errata. This is especially useful when used in
    conjunction with rpm filters.
    
    Refs #30352 - reverting b58687e
    
    For more context:
    
    `Original` in this context applies to modules that were originally
    there before errata started coming.
    We use `--original-packages` for rpm that are not part of any errata.
    
    This commit adds `--original-module-streams` for module streams that
    are not part of errata.
    
    Module filters introduced a  flaw in master.
    
    Since we did not have this --original-module-streams flag,
    if you did any sort of errata filtering you'd not get modules that
    do not belong to any errata
    
    Many customers want ->
    1. All the content in the base +
    2. Security errata up until a specified date in their cve
    so their filters are written the same way
    
    This commit aims to fix this scenario
    parthaa committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    4802779 View commit details
    Browse the repository at this point in the history