From 628a5cfe1f9f6f69c719cc8ad8774910cc1b0f8f Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Fri, 10 Oct 2014 16:42:20 +0200 Subject: [PATCH] Provide empty file list for python-ceph-compat and ceph-devel-compat --- ceph.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ceph.spec b/ceph.spec index 09071a7..ea83e80 100644 --- a/ceph.spec +++ b/ceph.spec @@ -10,7 +10,7 @@ ################################################################################# Name: ceph Version: 0.80.6 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: User space components of the Ceph file system License: GPLv2 @@ -869,9 +869,17 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1 %defattr(-,root,root,-) %{_javadir}/libcephfs.jar +# We need to create these three for compatibility reasons %files libs-compat +%files devel-compat + +%files -n python-ceph-compat + %changelog +* Fri Oct 10 2014 Boris Ranto - 1:0.80.6-2 +- Provide empty file list for python-ceph-compat and ceph-devel-compat + * Fri Oct 10 2014 Boris Ranto - 1:0.80.6-1 - Rebase to 0.80.6 - Split ceph-devel and python-ceph packages