From 345192ad84f0c31310eb7ec95d2bd7e2444a5337 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 29 Aug 2022 15:44:17 +0200 Subject: fedora: Use full versioning for SELinux subpackage Requires: tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...as recommended in: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_requiring_base_package Reported-by: Daniel P. Berrangé Signed-off-by: Stefano Brivio --- contrib/fedora/passt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/fedora/passt.spec b/contrib/fedora/passt.spec index 6125a3b..a8af326 100644 --- a/contrib/fedora/passt.spec +++ b/contrib/fedora/passt.spec @@ -34,7 +34,7 @@ requiring any capabilities or privileges. %package selinux BuildArch: noarch Summary: SELinux support for passt and pasta -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} Requires(post): policycoreutils, %{name} Requires(preun): policycoreutils, %{name} -- cgit v1.2.3