Provide empty file list for python-ceph-compat and ceph-devel-compat

This commit is contained in:
Boris Ranto 2014-10-10 16:42:20 +02:00
parent 7da3554afd
commit 628a5cfe1f
1 changed files with 9 additions and 1 deletions

View File

@ -10,7 +10,7 @@
################################################################################# #################################################################################
Name: ceph Name: ceph
Version: 0.80.6 Version: 0.80.6
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 1 Epoch: 1
Summary: User space components of the Ceph file system Summary: User space components of the Ceph file system
License: GPLv2 License: GPLv2
@ -869,9 +869,17 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_javadir}/libcephfs.jar %{_javadir}/libcephfs.jar
# We need to create these three for compatibility reasons
%files libs-compat %files libs-compat
%files devel-compat
%files -n python-ceph-compat
%changelog %changelog
* Fri Oct 10 2014 Boris Ranto <branto@redhat.com> - 1:0.80.6-2
- Provide empty file list for python-ceph-compat and ceph-devel-compat
* Fri Oct 10 2014 Boris Ranto <branto@redhat.com> - 1:0.80.6-1 * Fri Oct 10 2014 Boris Ranto <branto@redhat.com> - 1:0.80.6-1
- Rebase to 0.80.6 - Rebase to 0.80.6
- Split ceph-devel and python-ceph packages - Split ceph-devel and python-ceph packages