timedatex seems to be on the way out:
https://bugzilla.redhat.com/show_bug.cgi?id=1735584
though it has not actually been retired yet, it is now obsoleted
by systemd. This has actually broken Rawhide Server installs:
https://openqa.fedoraproject.org/tests/456408
because anaconda/dnf cannot resolve the contradiction that both
systemd and timedatex are 'mandatory' packages, but systemd
obsoletes timedatex.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
It needs rebuilding against python 3.8, but it needs python-boto to
build first. We can re-add it after it's fixed.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This is a driver that uses the Galcore GPUs with etnaviv render-only DRM driver
for 2D acceleration in conjunction with Armada and iMX DRM drivers. This
combination is present on a number of boards, including the CuBoxes and
the Arm-based OLPC laptops.
Attempting to install @buildsys-build atop a Workstation, Server or
other edition/spin using a fedora-release-$VARIANT package resulted
in a conflict because @buildsys-build unconditionally required
fedora-release. We will change it to fedora-release-common which
is guaranteed to be present (and will pull in fedora-release, in
the case of a clean buildroot).
Resolves: rhbz#1728863
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Fedora has determined that the Server Side Public Licensev1 (SSPL) is not a Free
Software License. Therefore, we need to drop MongoDB from Fedora or never update
it again. Never updating it would bring security issues, hence we decided to
remove it.
Change page:
https://fedoraproject.org/wiki/Changes/MongoDB_Removal
Together, these packages provide a completely free/libre/open FPGA
toolchain: icestorm and trellis provide architecture databases for
iCE40 and ECP5 FPGAs, respectively; yosys provides front-end Verilog
synthesis; finally, nextpnr provides place-and-route and bitstream
generation capabilities.
Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
The eclipse-recommenders package is retired and obsoleted by eclipse
following its discontinuation upstream
Signed-off-by: Mat Booth <mat.booth@redhat.com>
It seems dbus was never in the critical path, but this is surely
an oversight. Lots of critpath stuff does not work without it.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
oprofile was retired from F30+, obsoleted by perf. So replace it
with perf in comps. Also drop eclipse-linuxtools-oprofile, which
requires it.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Remove the catkin package, which has been orphaned for f30 and above.
Replace python2-player with python3-player.
Signed-off-by: Rich Mattes <richmattes@gmail.com>