Commit Graph

5368 Commits

Author SHA1 Message Date
Adam Williamson d7d5d7b7cf Remove dead packages from fonts group, update one
Most of these were orphaned and auto-retired. One exception was
renamed, so include the replacement.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-09-02 18:09:22 +00:00
Adam Williamson ef3b8a0be6 Remove scim-bridge subpackages from input-methods
scim-bridge was merged into scim. scim-gtk and scim-qt replace
these; scim-gtk is already in the group, so just add scim-qt.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-09-02 18:09:22 +00:00
Adam Williamson 7bf5a5852d Clean up dead packages from d-development
These were merged into ldc-libs, which is required by ldc.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-09-02 18:09:22 +00:00
Adam Williamson 56c2226ece Clean up dead packages from electronic-lab
These were all orphaned/auto-retired, and have no obvious
replacements.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-09-02 18:09:22 +00:00
Adam Williamson 1b45d58ace Further cleanups to robotics group
arduino IDE is still alive upstream, just got orphaned/retired
downstream. libphidget was renamed, so that's updated.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-09-02 18:09:22 +00:00
Adam Williamson bc2fb59397 Clean up audio group
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>
2022-09-02 18:09:22 +00:00
Adam Williamson e7548e6121 Remove retired packages from java-development
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>
2022-09-02 18:09:22 +00:00
Adam Williamson a757866112 Remove retired packages from sugar-apps
These all just died upstream or downstream, there are no
replacements.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-09-02 18:09:22 +00:00
Adam Williamson 480150521f Remove all fawkes packages from robotics-suite
It was orphaned and retired recently.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-09-02 18:09:22 +00:00
Adam Williamson 5e591017f8 legacy-fonts: drop all culmus entries
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>
2022-09-02 18:09:22 +00:00
Adam Williamson ef8691ebe7 Replace SDL-devel with SDL2-devel
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-09-02 18:09:22 +00:00
Adam Williamson ead605ead2 check-missing: don't print optional packages with missing arches
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>
2022-09-02 18:09:22 +00:00
Adam Williamson 4a79db6c0e Big cleanup of packages not built for all arches
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>
2022-09-02 18:09:22 +00:00
Adam Williamson f5d0abfc4b Run `make sort` to clean up sorting issues
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-09-02 18:09:22 +00:00
Akira TAGOH 6c18adbb09 Add google-noto-sans-arabic-vf-fonts as default
Usually sans-serif fonts are supposed to be installed by default
but Noto Sans Arabic was missing.
2022-09-02 21:01:17 +09:00
Fabio Valentini 3b7a15491d
Remove Pantheon Desktop group from Fedora 37 and 38
Signed-off-by: Fabio Valentini <decathorpe@gmail.com>
2022-08-31 12:59:37 +02:00
Adam Williamson 61e7421826 Update the KDE critical path definition for F35 and F36 too
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>
2022-08-30 18:24:17 -07:00
Adam Williamson c0d7d6b8bf Update KDE critical path definition for F37 and Rawhide
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>
2022-08-29 16:37:16 -07:00
Adam Williamson 5d608cba7b Arch cleanup: drop all armhfp and ppc64, update check-missing
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>
2022-08-29 16:09:35 -07:00
Adam Williamson b3b714ae1d README: Update link for bugs (Pagure, not bugzilla)
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-08-29 15:20:12 -07:00
Adam Williamson 87f65db716 Revise and update README.md
The information in this file was wildly outdated. This overhauls
the whole thing to be accurate and updated (I hope). Note I've
synced https://fedoraproject.org/wiki/How_to_use_and_edit_comps.xml_for_package_groups
with the current state of this pull request.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-08-29 15:07:04 -07:00
김인수 087101147c Translated using Weblate (Korean)
Currently translated at 100.0% (609 of 609 strings)

Translation: fedora-comps/main
Translate-URL: https://translate.fedoraproject.org/projects/fedora-comps/main/ko/
2022-08-29 17:19:21 +02:00
Ben Cotton 523c7c26e4 Remove orphaned packages from comps
Fixes RHBZ 2116981

Signed-off-by: Ben Cotton <bcotton@fedoraproject.org>
2022-08-15 17:57:25 +00:00
Akira TAGOH db276463ea Reflect the latest package sets for google-noto-fonts for f38 2022-08-15 20:17:27 +09:00
Akira TAGOH 0e92c6241e Remove outdated google-noto-fonts' sub-packages for f38 2022-08-15 20:17:06 +09:00
Peter Robinson 8786f4f993 Include gpu firmwares
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-08-12 21:43:19 +01:00
Troy Dawson 4cdde0eabf Use sddm-x11 in epel8-next and epel9-next 2022-08-11 20:41:50 +00:00
Akira TAGOH 2e6a57da05 Reflect the latest package sets for google-noto-fonts 2022-08-11 20:40:40 +00:00
Akira TAGOH e481ef0460 Remove outdated google-noto-fonts' sub-packages 2022-08-11 20:40:40 +00:00
Tomas Hrcka f482164e2f Rawhide is now Fedora 38
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2022-08-09 13:53:07 +02:00
Stephen Gallagher fef75336c8
Add pylint to CRB
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-08-03 09:27:31 -04:00
Temuri Doghonadze 900de75f89 Translated using Weblate (Georgian)
Currently translated at 30.7% (187 of 609 strings)

Translation: fedora-comps/main
Translate-URL: https://translate.fedoraproject.org/projects/fedora-comps/main/ka/
2022-07-29 22:19:11 +02:00
Adam Williamson f636d70c37 Update noto sans math font package name
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>
2022-07-29 11:41:36 -07:00
Adam Williamson 49a820811f Replace libproxy-webkitgtk4 with libproxy-duktape
Following the switch in the package, see:
https://src.fedoraproject.org/rpms/libproxy/c/e858c05

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-07-25 16:20:51 -07:00
Joachim Philipp 40c53e1d3f Translated using Weblate (German)
Currently translated at 100.0% (609 of 609 strings)

Translation: fedora-comps/main
Translate-URL: https://translate.fedoraproject.org/projects/fedora-comps/main/de/
2022-07-20 12:18:55 +02:00
Adam Williamson cf54b50086 Revert "Temporarily drop gnome-boxes from Workstation due to ceph FTI"
This reverts commit d76188fe55.
ceph is fixed now, so boxes can go back.
2022-07-19 08:03:21 -07:00
Stephen Gallagher 31c4858ece
Fix incorrect type for ELN additions
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-07-18 16:39:00 -04:00
Stephen Gallagher 412718105a
Add utilities needed to construct VM images
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-07-18 16:35:40 -04:00
Stephen Gallagher 8b17d6c71a
Resync with CentOS Stream
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-07-18 15:55:47 -04:00
Adam Williamson d76188fe55 Temporarily drop gnome-boxes from Workstation due to ceph FTI
https://pagure.io/releng/failed-composes/issue/3739#comment-807000
Boxes currently fails to install because ceph failed to build
against fmt 9. As long as Boxes is in Workstation, this will
cause Rawhide composes to fail. Since it's already not working
due to https://bugzilla.redhat.com/show_bug.cgi?id=2105116 ,
let's just drop it from Workstation till the ceph/fmt thing is
worked out.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-07-18 12:18:46 -07:00
Kalev Lember cdbc1f4ee0 Workstation: Add toolbox
... as decided by Workstation WG.

https://pagure.io/fedora-workstation/issue/320

Signed-off-by: Kalev Lember <klember@redhat.com>
2022-07-12 14:50:28 +02:00
Zbigniew Jędrzejewski-Szmek 01ba068318 Move systemd-oomd-defaults into specific environment groups
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.
2022-07-11 20:47:39 +00:00
Zbigniew Jędrzejewski-Szmek 325c7ed731 comps-eln9*: drop empty groups
This breaks validation. It was fixed in
17b77ed27a already, but has been
reintroduced.
2022-07-11 20:44:06 +00:00
Zbigniew Jędrzejewski-Szmek 536249203e relaxng: allow arch= for <optionlist>
comps-eln.xml uses that. I assume this use is accepted by other tools.
2022-07-11 20:44:06 +00:00
Zbigniew Jędrzejewski-Szmek 27dbb3b62a relaxng: deduplicate definition of arch= 2022-07-11 20:44:06 +00:00
Stephen Gallagher a11a80531f Add ELN-Extras group
ELN-Extras will be automatically added to the comps.xml when
`make comps-eln.xml` is run.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-07-11 20:42:25 +00:00
Stephen Gallagher aaf75ed59c
Add systemd-resolved to @core in ELN
Workaround for bz#2101527

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-07-01 13:53:25 -04:00
Felipe Borges 588b9889f7 Add spice-webdavd to guest-desktop-agents
This package allows gnome-boxes (installed by default) to provide
out-of-the-box Shared Folder support for Fedora guests.

spice-webdavd is provided by https://src.fedoraproject.org/rpms/phodav

See https://pagure.io/fedora-workstation/issue/309
2022-06-30 01:48:40 +00:00
Stephen Gallagher b8501ae3c4
Re-sort
No functional changes. Just `make sort`.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-06-28 13:13:37 -04:00
Stephen Gallagher ea02a3877a
ELN: Include libtimezonemap-devel in CRB
Resolves: https://github.com/fedora-eln/eln/issues/98

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-06-28 12:48:31 -04:00