Skip to content

Commit

Permalink
Merge pull request #45666 from SUSE/wip-fix-55087
Browse files Browse the repository at this point in the history
ceph.spec.in: Use libthrift-devel on SUSE distros

Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
  • Loading branch information
tserong committed Mar 29, 2022
2 parents c454eea + 19922e1 commit 01359f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ceph.spec.in
Expand Up @@ -262,7 +262,11 @@ BuildRequires: socat
%if 0%{with zbd}
BuildRequires: libzbd-devel
%endif
%if 0%{?suse_version}
BuildRequires: libthrift-devel >= 0.13.0
%else
BuildRequires: thrift-devel >= 0.13.0
%endif
BuildRequires: re2-devel
%if 0%{with jaeger}
BuildRequires: bison
Expand Down

0 comments on commit 01359f7

Please sign in to comment.