commit a6e3725fb25f55a06b197f6f5a7eaae95d2e00ba Author: Adam Samalik Date: Thu Feb 23 11:47:58 2023 +0000 update modulemd etc diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..9f1d298 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate_modules +subject_type: redhat-module +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional} diff --git a/libselinux-python.yaml b/libselinux-python.yaml new file mode 100644 index 0000000..98fbbcf --- /dev/null +++ b/libselinux-python.yaml @@ -0,0 +1,48 @@ +document: modulemd +version: 2 +data: + name: libselinux-python + stream: 2.8 + summary: 'Python 2 bindings for libselinux' + description: >- + The libselinux-python package contains the python bindings for developing + SELinux applications. + + license: + module: [ MIT ] + + dependencies: + - buildrequires: + platform: [ el8 ] + python27: [ 2.7 ] + requires: + platform: [ el8 ] + python27: [ 2.7 ] + profiles: + common: + rpms: + - libselinux-python + api: + rpms: + - libselinux-python + filter: + rpms: + - libselinux + - libselinux-devel + - libselinux-ruby + - libselinux-static + - libselinux-utils + - python3-libselinux + - libselinux-debugsource + - libselinux-ruby-debuginfo + - libselinux-utils-debuginfo + - python3-libselinux-debuginfo + components: + rpms: + libselinux: + rationale: Provides libselinux python bindings + ref: rhel-8.2.0 + buildopts: + rpms: + macros: | + %with_python2 1