diff options
author | Ken Dreyer <kdreyer@redhat.com> | 2015-05-15 22:39:58 +0200 |
---|---|---|
committer | Ken Dreyer <kdreyer@redhat.com> | 2015-05-15 22:40:08 +0200 |
commit | ad3b3041ec5497848fd6d622c3643d8a44ca2a9c (patch) | |
tree | 622251c2314c5586aaf28d20c1327ecd5e644c0f /ceph.spec.in | |
parent | Merge pull request #4686 from SUSE/wip-11638-next (diff) | |
parent | ceph.spec.in: SUSE/openSUSE builds need libbz2-devel (diff) | |
download | ceph-ad3b3041ec5497848fd6d622c3643d8a44ca2a9c.tar.xz ceph-ad3b3041ec5497848fd6d622c3643d8a44ca2a9c.zip |
Merge pull request #4682 from SUSE/wip-11629-next
ceph.spec.in: SUSE/openSUSE builds need libbz2-devel
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 51e65146c9e..ecd619736c3 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -52,7 +52,9 @@ Requires: systemd %endif BuildRequires: gcc-c++ BuildRequires: boost-devel -%if ! 0%{defined suse_version} +%if 0%{defined suse_version} +BuildRequires: libbz2-devel +%else BuildRequires: bzip2-devel %endif BuildRequires: cryptsetup |