update modulemd etc
This commit is contained in:
commit
a6e3725fb2
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -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}
|
48
libselinux-python.yaml
Normal file
48
libselinux-python.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user