Rather than enumerating RHEL versions, use comparison against "known-good" version to make the expressions easier to read and understand. Also convert users of '~<' to '<', as '~<' compares only minor versions within the same major. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
8 lines
295 B
Text
8 lines
295 B
Text
path: /libselinux/python-bindings
|
|
summary: Import selinux python module, check its metadata
|
|
description: |
|
|
The test compares rpm version with python module metadata version and
|
|
tries to use selinux python module in a simple operation
|
|
adjust:
|
|
- enabled: false
|
|
when: distro < rhel-8
|