Skip to content

Commit 13a9c77

Browse files
ceph.spec.in: build with fuse 3
Signed-off-by: Andreas Stieger <[email protected]>
1 parent 56d7e88 commit 13a9c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ceph.spec.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ BuildRequires: selinux-policy-devel
257257
%endif
258258
BuildRequires: gperf
259259
BuildRequires: cmake > 3.5
260-
BuildRequires: fuse-devel
260+
BuildRequires: pkgconfig(fuse3)
261261
BuildRequires: git
262262
BuildRequires: grpc-devel
263263
%if 0%{?fedora} || 0%{?suse_version} > 1500 || 0%{?rhel} == 9 || 0%{?openEuler}
@@ -821,7 +821,7 @@ Summary: Ceph fuse-based client
821821
%if 0%{?suse_version}
822822
Group: System/Filesystems
823823
%endif
824-
Requires: fuse
824+
Requires: fuse3
825825
Requires: python%{python3_pkgversion}
826826
%description fuse
827827
FUSE based client for Ceph distributed network file system

0 commit comments

Comments
 (0)