And also add missing %{?_isa}
This commit is contained in:
parent
7cec39b98f
commit
f21a52ac5f
@ -95,10 +95,10 @@ DBD (database abstraction) interface.
|
|||||||
%package lmdb
|
%package lmdb
|
||||||
Summary: APR utility library LMDB driver
|
Summary: APR utility library LMDB driver
|
||||||
Requires: apr-util%{?_isa} = %{version}-%{release}
|
Requires: apr-util%{?_isa} = %{version}-%{release}
|
||||||
Provides: apr-util-dbd = %{version}-%{release}
|
Provides: apr-util-dbd%{?_isa} = %{version}-%{release}
|
||||||
# Remove libdb dependency from apr-util
|
# Remove libdb dependency from apr-util
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1779267
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1779267
|
||||||
Obsoletes: apr-util-dbd < 1.6.3-8
|
Obsoletes: apr-util-dbd%{?_isa} < 1.6.3-8
|
||||||
|
|
||||||
%description lmdb
|
%description lmdb
|
||||||
This package provides the LMDB driver for the apr-util
|
This package provides the LMDB driver for the apr-util
|
||||||
|
Loading…
Reference in New Issue
Block a user