ELN: Workaround bug in Pungi when koji tag does not contain any module.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
parent
235b3ea3ec
commit
27f359a040
3
eln.conf
3
eln.conf
@ -171,8 +171,11 @@ multilib = [
|
||||
|
||||
|
||||
# The openh264 packages are https://fedoraproject.org/wiki/Non-distributable-rpms.
|
||||
# Filter everything for Modular until we have some modules. Pungi currently cannot
|
||||
# create "empty" variant it seems.
|
||||
filter_packages = [
|
||||
("^.*$", {"*": ["glibc32", "libgcc32", "*openh264*"]}),
|
||||
("^Modular$", {"*": ["*"]}),
|
||||
]
|
||||
|
||||
|
||||
|
@ -18,8 +18,5 @@
|
||||
<arch>s390x</arch>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
<modules>
|
||||
<kojitag>modular</kojitag>
|
||||
</modules>
|
||||
</variant>
|
||||
</variants>
|
||||
|
Loading…
Reference in New Issue
Block a user