Related: #2183234 Be more strict about firefox-x11 requirements

Start to require specific version and release as otherwise we could end
with mixed versions as it happened to QE:

rpm -qa | grep firefox
firefox-102.8.0-2.el9_1.x86_64
firefox-x11-102.9.0-3.el9_1.x86_64
This commit is contained in:
Tomas Popela 2023-03-13 08:56:16 +01:00 committed by Eike Rathke
parent 4c19861c88
commit ef4a7c0893

View File

@ -609,7 +609,7 @@ This package contains results of tests executed during build.
%if 0%{?rhel} >= 9
%package x11
Summary: Firefox X11 launcher.
Requires: %{name}
Requires: %{name} = %{version}-%{release}
%description x11
The firefox-x11 package contains launcher and desktop file
to run Firefox explicitly on X11.