Message ID | or393qypje.fsf@livre.localdomain (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Applied, thanks! On Tue, 14 Aug 2012, Alexandre Oliva wrote: > The rules that install crush headers are commented out in > src/Makefile.am, so don't attempt to package them. > > Signed-off-by: Alexandre Oliva <oliva@lsd.ic.unicamp.br> > --- > ceph.spec.in | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/ceph.spec.in b/ceph.spec.in > index 70e9e08..af204e9 100644 > --- a/ceph.spec.in > +++ b/ceph.spec.in > @@ -340,11 +340,11 @@ fi > %defattr(-,root,root,-) > %dir %{_includedir}/cephfs > %{_includedir}/cephfs/libcephfs.h > -%dir %{_includedir}/crush > -%{_includedir}/crush/crush.h > -%{_includedir}/crush/hash.h > -%{_includedir}/crush/mapper.h > -%{_includedir}/crush/types.h > +# %dir %{_includedir}/crush > +# %{_includedir}/crush/crush.h > +# %{_includedir}/crush/hash.h > +# %{_includedir}/crush/mapper.h > +# %{_includedir}/crush/types.h > %dir %{_includedir}/rados > %{_includedir}/rados/librados.h > %{_includedir}/rados/librados.hpp > -- > 1.7.7.6 > > -- > Alexandre Oliva, freedom fighter http://FSFLA.org/~lxoliva/ > You must be the change you wish to see in the world. -- Gandhi > Be Free! -- http://FSFLA.org/ FSF Latin America board member > Free Software Evangelist Red Hat Brazil Compiler Engineer > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/ceph.spec.in b/ceph.spec.in index 70e9e08..af204e9 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -340,11 +340,11 @@ fi %defattr(-,root,root,-) %dir %{_includedir}/cephfs %{_includedir}/cephfs/libcephfs.h -%dir %{_includedir}/crush -%{_includedir}/crush/crush.h -%{_includedir}/crush/hash.h -%{_includedir}/crush/mapper.h -%{_includedir}/crush/types.h +# %dir %{_includedir}/crush +# %{_includedir}/crush/crush.h +# %{_includedir}/crush/hash.h +# %{_includedir}/crush/mapper.h +# %{_includedir}/crush/types.h %dir %{_includedir}/rados %{_includedir}/rados/librados.h %{_includedir}/rados/librados.hpp
The rules that install crush headers are commented out in src/Makefile.am, so don't attempt to package them. Signed-off-by: Alexandre Oliva <oliva@lsd.ic.unicamp.br> --- ceph.spec.in | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)