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:
parent
4c19861c88
commit
ef4a7c0893
@ -609,7 +609,7 @@ This package contains results of tests executed during build.
|
|||||||
%if 0%{?rhel} >= 9
|
%if 0%{?rhel} >= 9
|
||||||
%package x11
|
%package x11
|
||||||
Summary: Firefox X11 launcher.
|
Summary: Firefox X11 launcher.
|
||||||
Requires: %{name}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%description x11
|
%description x11
|
||||||
The firefox-x11 package contains launcher and desktop file
|
The firefox-x11 package contains launcher and desktop file
|
||||||
to run Firefox explicitly on X11.
|
to run Firefox explicitly on X11.
|
||||||
|
Loading…
Reference in New Issue
Block a user