From 8f1d188016731c398613adf2764a95af10312cae Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Fri, 15 Jun 2018 12:28:07 +0200 Subject: [PATCH] specfile: fix failing build because of incorrect use of %{_isa} --- initscripts.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initscripts.spec b/initscripts.spec index db613f5..a654192 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -133,7 +133,7 @@ service. %package -n netconsole-service Summary: Service for initializing of network console logging -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} BuildArch: noarch %shared_requirements @@ -156,7 +156,7 @@ allows logging of kernel messages over the network. %package -n readonly-root Summary: Service for configuring read-only root support -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} BuildArch: noarch %shared_requirements