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

Enable redhat-access-insights only in RHEL < 10 #254

Merged
merged 3 commits into from
Jun 12, 2024

Commits on Jun 12, 2024

  1. chore(build): reformat %meson call

    Wrap each argument in its own line, adding a %nil marker at the end.
    There are no behaviour changes; this simplifies adding conditional
    options later on.
    
    Signed-off-by: Pino Toscano <ptoscano@redhat.com>
    ptoscano committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    04df400 View commit details
    Browse the repository at this point in the history
  2. feat(build): add redhat_access_insights meson option

    Add a meson option to control whether the deprecated
    'redhat-access-insights' executable is created.
    
    The default is false to not build a deprecated bit by default;
    to preserve the existing behaviour, the packaging unconditionally
    enables it.
    
    Signed-off-by: Pino Toscano <ptoscano@redhat.com>
    ptoscano committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    81b7699 View commit details
    Browse the repository at this point in the history
  3. feat(build): enable redhat-access-insights only in RHEL < 10

    There is no need for it anymore, so keep it only for existing enterprise
    distributions.
    
    Card ID: CCT-419
    
    Signed-off-by: Pino Toscano <ptoscano@redhat.com>
    ptoscano committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3920b32 View commit details
    Browse the repository at this point in the history