From ac6f48807e83954969adb1ec15daf63e9e9c56eb Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 24 Jan 2024 08:30:07 +0100 Subject: [PATCH] rpm: mock requires a precise version of mock-filesystem This was the only loosely specified dependency that could lead to incompatible installations. These specific requirements become crucial when attempting to install Mock from the Git main branch or even from a pull request Copr repository. In such cases, it often involves a 'mock' downgrade, and it's advisable to downgrade all the sub-packages in a single transaction. --- mock/mock.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mock/mock.spec b/mock/mock.spec index 1d67b0a60..90eebedf7 100644 --- a/mock/mock.spec +++ b/mock/mock.spec @@ -35,7 +35,7 @@ Conflicts: mock-core-configs < 33 # Requires 'mock-core-configs', or replacement (GitHub PR#544). Requires: mock-configs -Requires: %{name}-filesystem +Requires: %{name}-filesystem = %{version}-%{release} %if 0%{?fedora} || 0%{?rhel} >= 8 # This is still preferred package providing 'mock-configs' Suggests: mock-core-configs