specfile: fix failing build because of incorrect use of %{_isa}
This commit is contained in:
parent
7276c52c2c
commit
8f1d188016
@ -133,7 +133,7 @@ service.
|
|||||||
|
|
||||||
%package -n netconsole-service
|
%package -n netconsole-service
|
||||||
Summary: Service for initializing of network console logging
|
Summary: Service for initializing of network console logging
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%shared_requirements
|
%shared_requirements
|
||||||
@ -156,7 +156,7 @@ allows logging of kernel messages over the network.
|
|||||||
|
|
||||||
%package -n readonly-root
|
%package -n readonly-root
|
||||||
Summary: Service for configuring read-only root support
|
Summary: Service for configuring read-only root support
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%shared_requirements
|
%shared_requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user