]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: fix libs-compat / devel-compat conditional 5219/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 13 Jul 2015 17:51:28 +0000 (11:51 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 13 Jul 2015 18:23:51 +0000 (12:23 -0600)
commit50b4bdc18a34ed5b9833bc8ee5d1abbe9100107c
tree7f5e8a65e507c16ed693718661413b17ca81d949
parent57fdafbf1151ccc4e528681493184e7ffe6d7f82
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>
ceph.spec.in