diff options
author | Rongqi Sun <sunrongqi@huawei.com> | 2024-08-12 12:18:57 +0200 |
---|---|---|
committer | Rongqi Sun <sunrongqi@huawei.com> | 2024-08-12 12:18:57 +0200 |
commit | e93c7e09fab30e3c90869e40d5d34e94f9647af2 (patch) | |
tree | 8447fd6053362a95190664bdf292d7e75d812622 /ceph.spec.in | |
parent | uadk: add uadk support (diff) | |
download | ceph-e93c7e09fab30e3c90869e40d5d34e94f9647af2.tar.xz ceph-e93c7e09fab30e3c90869e40d5d34e94f9647af2.zip |
uadk: move numactl dependency
Signed-off-by: Rongqi Sun <sunrongqi@huawei.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 686b9388c94..5a6aea25acc 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -440,6 +440,7 @@ BuildRequires: libibverbs-devel BuildRequires: librdmacm-devel BuildRequires: ninja-build BuildRequires: openldap-devel +BuildRequires: numactl-devel #BuildRequires: krb5-devel BuildRequires: openssl-devel BuildRequires: CUnit-devel @@ -509,7 +510,6 @@ BuildRequires: openEuler-rpm-config %if 0%{with seastar} %if 0%{?fedora} || 0%{?rhel} || 0%{?openEuler} BuildRequires: cryptopp-devel -BuildRequires: numactl-devel %endif %if 0%{?suse_version} BuildRequires: libcryptopp-devel |