All these packages were orphaned and automatically retired except
one, which was retired due to being dead upstream. None have
obvious replacements.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
ant-apache-log4j was dropped from ant with no replacement. The
apache-commons-* packages were all orphaned then auto-retired;
there are no obvious replacements.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
These were dropped from the package in 0.133, they are obsoleted
by TTF fonts so it wouldn't make sense to add those to this
group.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
It doesn't make sense to me to worry about specifying the
correct arch list for optional packages. Optional packages are
optional by definition, so it seems fine to just specify them
and if they don't exist on the arch right now, oh well. This
way, if they do start building for the arch in future, they will
be picked up right away with no need to change comps.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This adds correct arch= tags for all non-optional packages which
currently don't have one, but aren't built for all arches, using
the output from `check-missing`.
I think it's fine to have no arch= tag on optional packages,
because they're by definition optional. It's okay for an optional
thing to be missing.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Everyone seemed OK with the list I came up with, so let's apply
it to F35 and F36 too, as we want KDE updates for those releases
to be critpath.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
I've had a ticket for this for months:
https://pagure.io/fedora-kde/SIG/issue/171
but it really needs doing so we are testing and gating critical
KDE updates, so I just went ahead and came up with something.
This is based on the recent Plasma 5.24.5 update for Fedora 35,
I just went through the packages in that and picked out the
ones that looked most critical.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
We don't build or ship armhfp or ppc64 any more, so drop all
references to those arches from comps-f38 and update the
`check-missing` script.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
google-noto-sans-math-vf-fonts was removed in the snapshot build
done in Rawhide yesterday. google-noto-sans-math-fonts obsoletes
it, so seems to be the natural replacement.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
It is removed from @core, and added to @cloud-server, @gnome-desktop,
@kde-desktop, @server-product, @workstation-product instead.
My understanding is that both KDE and GNOME use cgroups and work
nicely with systemd-oomd, and cloud and server should be fine with it
too. The environments that use those groups previously included
systemd-oomd-defaults from @core, so this change should not add
systemd-oomd-defaults to anything, but remove it from the groups and
environments that don't include the five groups that now reference it.
Fixes https://pagure.io/fedora-comps/issue/737.
Not tested.