diff options
author | Ken Dreyer <kdreyer@redhat.com> | 2015-07-13 19:51:28 +0200 |
---|---|---|
committer | Ken Dreyer <kdreyer@redhat.com> | 2015-07-13 20:23:51 +0200 |
commit | 50b4bdc18a34ed5b9833bc8ee5d1abbe9100107c (patch) | |
tree | 7f5e8a65e507c16ed693718661413b17ca81d949 /ceph.spec.in | |
parent | Merge pull request #5215 from SUSE/wip-fdupes (diff) | |
download | ceph-50b4bdc18a34ed5b9833bc8ee5d1abbe9100107c.tar.xz ceph-50b4bdc18a34ed5b9833bc8ee5d1abbe9100107c.zip |
ceph.spec.in: fix libs-compat / devel-compat conditional
In the RPM .spec's %files list, the "with libs-compat" conditional was
inadvertantly exended to cover the files list for ceph-devel-compat as
well.
The "with libs-compat" conditional should only cover the
"ceph-libs-compat" package, and not affect "ceph-devel-compat".
http://tracker.ceph.com/issues/12315 Fixes: #12315
Signed-off-by: Ken Dreyer <kdreyer@redhat.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 8efbb667bd3..24a7b8f3811 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -996,12 +996,12 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1 %files libs-compat # We need an empty %%files list for ceph-libs-compat, to tell rpmbuild to actually # build this meta package. +%endif ################################################################################# %files devel-compat # We need an empty %%files list for ceph-devel-compat, to tell rpmbuild to # actually build this meta package. -%endif ################################################################################# %files -n python-ceph-compat |