diff --git a/pungi/gather_dnf.py b/pungi/gather_dnf.py index 2d31645c..5558bd11 100644 --- a/pungi/gather_dnf.py +++ b/pungi/gather_dnf.py @@ -26,7 +26,7 @@ import pungi.multilib_dnf from pungi.profiler import Profiler # Globs for package name that should match all debuginfo packages -DEBUG_GLOBS = ["*-debuginfo", "*-debuginfo-*", "*-debugsource", "*-debugsource-*"] +DEBUG_GLOBS = ["*-debuginfo", "*-debuginfo-*", "*-debugsource"] def get_source_name(pkg):