From dbd8a201675d610f47a6737fbe21c92f78fab491 Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 8 Aug 2022 12:39:43 -0400 Subject: [PATCH] Update yaml --- libselinux-python.yaml | 87 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 libselinux-python.yaml diff --git a/libselinux-python.yaml b/libselinux-python.yaml new file mode 100644 index 0000000..af40353 --- /dev/null +++ b/libselinux-python.yaml @@ -0,0 +1,87 @@ +--- +document: modulemd +version: 2 +data: + name: libselinux-python + stream: 2.8 + version: 8040020210527183918 + context: 6435bff4 + summary: Python 2 bindings for libselinux + description: >- + The libselinux-python package contains the python bindings for developing SELinux + applications. + license: + module: + - MIT + xmd: + mbs: + buildrequires: + platform: + context: 00000000 + filtered_rpms: [] + koji_tag: module-centos-8.4.0-build + ref: virtual + stream: el8.4.0 + stream_collision_modules: + ursine_rpms: + version: 2 + python27: + context: cdb2db54 + filtered_rpms: [] + koji_tag: module-python27-2.7-8040020210520202722-cdb2db54 + ref: 18fb9e5e898789076b235ca7ef0ca8791d1bae0f + stream: 2.7 + version: 8040020210520202722 + commit: 7ed7ec79b37865585a8088df42d21611b282836e + mse: TRUE + rpms: + libselinux: + ref: 0cca4bdf2dd0fc78a0a379a7e910071a8ca9f064 + scmurl: git+https://git.centos.org/modules/libselinux-python.git?#7ed7ec79b37865585a8088df42d21611b282836e + ursine_rpms: + - babel-0:2.5.1-5.el8.noarch + - python-psycopg2-doc-0:2.7.5-7.el8.i686 + - python-psycopg2-doc-0:2.7.5-7.el8.x86_64 + - python-psycopg2-doc-0:2.7.5-7.el8.ppc64le + - python2-setuptools-0:39.2.0-6.el8.noarch + - python-psycopg2-doc-0:2.7.5-7.el8.aarch64 + - python2-rpm-macros-0:3-41.el8.noarch + dependencies: + - buildrequires: + platform: [el8.4.0] + python27: [2.7] + requires: + platform: [el8] + python27: [2.7] + profiles: + common: + rpms: + - libselinux-python + api: + rpms: + - libselinux-python + filter: + rpms: + - libselinux + - libselinux-debugsource + - libselinux-devel + - libselinux-ruby + - libselinux-ruby-debuginfo + - libselinux-static + - libselinux-utils + - libselinux-utils-debuginfo + - python3-libselinux + - python3-libselinux-debuginfo + buildopts: + rpms: + macros: > + %with_python2 1 + components: + rpms: + libselinux: + rationale: Provides libselinux python bindings + repository: git+https://git.centos.org/rpms/libselinux + cache: https://git.centos.org/repo/pkgs/libselinux + ref: 0cca4bdf2dd0fc78a0a379a7e910071a8ca9f064 + arches: [aarch64, i686, ppc64le, x86_64] +...