Skip to content

Commit f23d2ff

Browse files
authored
Merge pull request ceph#63169 from andreasstieger/fuse3
ceph.spec.in: build with fuse 3 Reviewed-by: Adam King <[email protected]>
2 parents 5fc2a87 + 13a9c77 commit f23d2ff

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
@@ -236,7 +236,7 @@ BuildRequires: selinux-policy-devel
236236
%endif
237237
BuildRequires: gperf
238238
BuildRequires: cmake > 3.5
239-
BuildRequires: fuse-devel
239+
BuildRequires: pkgconfig(fuse3)
240240
BuildRequires: git
241241
BuildRequires: grpc-devel
242242
# Before 13.3, an lto bug resulted in a segfault in SafeTimer and perhaps
@@ -793,7 +793,7 @@ Summary: Ceph fuse-based client
793793
%if 0%{?suse_version}
794794
Group: System/Filesystems
795795
%endif
796-
Requires: fuse
796+
Requires: fuse3
797797
Requires: python%{python3_pkgversion}
798798
%description fuse
799799
FUSE based client for Ceph distributed network file system

0 commit comments

Comments
 (0)