* Kevin Fenzi:

> However, our filter config is... quite possibly out of date. :)
>
> Currently it is: 
>
> filter_packages = [
>     ("^.*$", {
>         "*": ["glibc32", "libgcc32"],
>         "s390x": ["rust-std-static-wasm*"],
>     }),
>     ('(Server)$', {
>         '*': [
>         'kernel*debug*',
>         'kernel-kdump*',
>         'kernel-tools*',
>         'syslog-ng*',
>         'astronomy-bookmarks',
>         'generic*',
>         'GConf2-dbus*',
>         'bluez-gnome',
>         'java-11-openjdk',
>         'community-mysql*',
>         'jruby*',
>         'gimp-help-*',
>         ]
>     }),
> ]
>
> Does libgcc32 exist anymore?

I planned to bring this up later. 8-) I requested the addition of
libgcc32 because I thought it was needed.  But it turns out that all the
files that would be part of that package have always been gcc.x86_64.
This means that we don't need a libgcc32 subpackage after all.

I'll comment on the ticket as well.

Thanks,
Florian
--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to