-
Bug
-
Resolution: Won't Do
-
Normal
-
None
-
rhel-9.4
-
None
-
Moderate
-
rhel-display-hw-multimedia
-
ssg_display
-
0
-
False
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
If you try to perform a `dnf update --security` with gstreamer packages installed, to update to 1.22.1 it fails to update because it seems the gstreamer-1-plugins-ugly-free doesn't have a security update (but it shares files with `gstreamer1-plugins-good`
Workaround: update this package separately first:
- yum update gstreamer1-plugins-ugly-free
- yum update --security
Please provide the package NVR for which bug is seen:
How reproducible:
Easily
Steps to reproduce
- Install the below packages:
gstreamer1-1.18.4-4.el9.x86_64
gstreamer1-plugins-bad-free-1.18.4-6.el9.x86_64
gstreamer1-plugins-base-1.18.4-5.el9.x86_64
gstreamer1-plugins-good-1.18.4-6.el9.x86_64
gstreamer1-plugins-good-gtk-1.18.4-6.el9.x86_64
gstreamer1-plugins-ugly-free-1.18.4-3.el9.x86_64
- Perform a `dnf update --security`
Expected results
DNF transaction succeeds.
Actual results
DNF transaction Fails with:
Error: Transaction test error:
file /usr/lib64/gstreamer-1.0/libgstxingmux.so from install of gstreamer1-plugins-good-1.22.1-2.el9.x86_64 conflicts with file from package gstreamer1-plugins-ugly-free-1.18.4-3.el9.x86_64
- links to