Remove %{?_isa} from noarch package.
This commit is contained in:
parent
6f99e81880
commit
452725e80a
@ -145,7 +145,9 @@ This package contains FUSE support for %{name}.
|
|||||||
Summary: Bash tab-completion for %{name}
|
Summary: Bash tab-completion for %{name}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: bash-completion >= 2.0
|
Requires: bash-completion >= 2.0
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
# Don't use _isa here because it's a noarch package. This dependency
|
||||||
|
# is just to ensure that the subpackage is updated along with libnbd.
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
|
||||||
%description bash-completion
|
%description bash-completion
|
||||||
|
Loading…
Reference in New Issue
Block a user