Compare commits

...

No commits in common. "c8-stream-2.8" and "stream-libselinux-python-2.8-rhel-8.4.0" have entirely different histories.

4 changed files with 87 additions and 48 deletions

0
.gitignore vendored
View File

View File

@ -1,48 +0,0 @@
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.1.0
buildopts:
rpms:
macros: |
%with_python2 1

87
libselinux-python.yaml Normal file
View File

@ -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]
...