Build a small package and immediatelly filter out all binary RPMs
Because mbs build system currently does not support building empty modules.
This commit is contained in:
parent
333d9abb21
commit
78b836d487
1 changed files with 14 additions and 0 deletions
14
python3.yaml
14
python3.yaml
|
|
@ -32,3 +32,17 @@ data:
|
||||||
community: https://www.python.org/
|
community: https://www.python.org/
|
||||||
documentation: https://docs.python.org/3/
|
documentation: https://docs.python.org/3/
|
||||||
tracker: https://src.fedoraproject.org/modules/python3
|
tracker: https://src.fedoraproject.org/modules/python3
|
||||||
|
filter:
|
||||||
|
rpms:
|
||||||
|
- python-rpm-macros
|
||||||
|
- python-srpm-macros
|
||||||
|
- python2-rpm-macros
|
||||||
|
- python3-rpm-macros
|
||||||
|
- platform-python-rpm-macros
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
python-rpm-macros:
|
||||||
|
rationale: |
|
||||||
|
Build and filter all RPMs, since an empty module doesn't
|
||||||
|
build
|
||||||
|
ref: master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue