From ef4a7c0893e10a769c5b520b904f9e02c8094df4 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 13 Mar 2023 08:56:16 +0100 Subject: [PATCH] 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 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index d541903..f069bc6 100644 --- a/firefox.spec +++ b/firefox.spec @@ -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.