From 30af25294e019678c4f31e3368b19266f69b8254 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Pokorn=C3=BD?= Date: Mon, 9 Jan 2017 19:45:46 +0100 Subject: [PATCH] Spec: make internal dependencies arch-qualified MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To prevent any mismatch of this kind for sure. Signed-off-by: Jan Pokorný Reviewed-by: Jan Friesse (cherry picked from commit d1d929a7cf1f00095eebf6207058f694771b5f09) --- corosync.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/corosync.spec.in b/corosync.spec.in index da57a2aa..97c8e037 100644 --- a/corosync.spec.in +++ b/corosync.spec.in @@ -32,7 +32,7 @@ Source0: http://build.clusterlabs.org/corosync/releases/%{name}-%{version}%{?git # Runtime bits # The automatic dependency overridden in favor of explicit version lock -Requires: corosynclib = %{version}-%{release} +Requires: corosynclib{?_isa} = %{version}-%{release} Requires(pre): /usr/sbin/useradd Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig @@ -321,7 +321,7 @@ This package contains corosync libraries. %package -n corosynclib-devel Summary: The Corosync Cluster Engine Development Kit Group: Development/Libraries -Requires: corosynclib = %{version}-%{release} +Requires: corosynclib%{?_isa} = %{version}-%{release} Requires: pkgconfig Provides: corosync-devel = %{version} Obsoletes: corosync-devel < 0.92-7 @@ -376,7 +376,7 @@ Summary: The Corosync Cluster Engine Qdevice Group: System Environment/Base Requires: %{name} = %{version}-%{release} # The automatic dependency overridden in favor of explicit version lock -Requires: corosynclib = %{version}-%{release} +Requires: corosynclib{?_isa} = %{version}-%{release} Requires: nss-tools %if %{with systemd} -- 2.39.5