From 78b836d487a8c889ae54e550791eff36ec4bad3b Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Tue, 31 Oct 2017 16:11:54 +0100 Subject: [PATCH] Build a small package and immediatelly filter out all binary RPMs Because mbs build system currently does not support building empty modules. --- python3.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/python3.yaml b/python3.yaml index 5395a06..5795194 100644 --- a/python3.yaml +++ b/python3.yaml @@ -32,3 +32,17 @@ data: community: https://www.python.org/ documentation: https://docs.python.org/3/ 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