All of lore.kernel.org
 help / color / mirror / Atom feed
* unpackaged files in rpmbuild of 0.48
@ 2012-07-06 14:44 Jimmy Tang
  2012-07-06 15:41 ` Sage Weil
  0 siblings, 1 reply; 2+ messages in thread
From: Jimmy Tang @ 2012-07-06 14:44 UTC (permalink / raw)
  To: ceph-devel

Hi All,

I'm not sure if this is intentional or not, but during a rpm build of 0.48 gives the following

error: Installed (but unpackaged) file(s) found:
   /sbin/ceph-disk-activate
   /sbin/ceph-disk-prepare


RPM build errors:
    Installed (but unpackaged) file(s) found:
   /sbin/ceph-disk-activate
   /sbin/ceph-disk-prepare

The following will fix the spec file

diff -u ceph.spec.in.orig ceph.spec.in
--- ceph.spec.in.orig	2012-07-06 15:38:59.298497719 +0100
+++ ceph.spec.in	2012-07-06 15:39:45.423560177 +0100
@@ -326,6 +326,8 @@
 /usr/sbin/rcceph
 %{_libdir}/rados-classes/libcls_rbd.so*
 %{_libdir}/rados-classes/libcls_rgw.so*
+/sbin/ceph-disk-activate
+/sbin/ceph-disk-prepare
 
 #################################################################################
 %files fuse

I could of course ignore

Regards,
Jimmy Tang

--
Senior Software Engineer, Digital Repository of Ireland (DRI)
Trinity Centre for High Performance Computing,
Lloyd Building, Trinity College Dublin, Dublin 2, Ireland.
http://www.tchpc.tcd.ie/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: unpackaged files in rpmbuild of 0.48
  2012-07-06 14:44 unpackaged files in rpmbuild of 0.48 Jimmy Tang
@ 2012-07-06 15:41 ` Sage Weil
  0 siblings, 0 replies; 2+ messages in thread
From: Sage Weil @ 2012-07-06 15:41 UTC (permalink / raw)
  To: Jimmy Tang; +Cc: ceph-devel

On Fri, 6 Jul 2012, Jimmy Tang wrote:
> Hi All,
> 
> I'm not sure if this is intentional or not, but during a rpm build of 0.48 gives the following
> 
> error: Installed (but unpackaged) file(s) found:
>    /sbin/ceph-disk-activate
>    /sbin/ceph-disk-prepare
> 
> 
> RPM build errors:
>     Installed (but unpackaged) file(s) found:
>    /sbin/ceph-disk-activate
>    /sbin/ceph-disk-prepare
> 
> The following will fix the spec file
> 
> diff -u ceph.spec.in.orig ceph.spec.in
> --- ceph.spec.in.orig	2012-07-06 15:38:59.298497719 +0100
> +++ ceph.spec.in	2012-07-06 15:39:45.423560177 +0100
> @@ -326,6 +326,8 @@
>  /usr/sbin/rcceph
>  %{_libdir}/rados-classes/libcls_rbd.so*
>  %{_libdir}/rados-classes/libcls_rgw.so*
> +/sbin/ceph-disk-activate
> +/sbin/ceph-disk-prepare
>  
>  #################################################################################
>  %files fuse

I fixed this up in the stable branch, and it'll be included in the .1 
release.

Thanks!
sage


> 
> I could of course ignore
> 
> Regards,
> Jimmy Tang
> 
> --
> Senior Software Engineer, Digital Repository of Ireland (DRI)
> Trinity Centre for High Performance Computing,
> Lloyd Building, Trinity College Dublin, Dublin 2, Ireland.
> http://www.tchpc.tcd.ie/
> 
> --
> 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
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-06 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-06 14:44 unpackaged files in rpmbuild of 0.48 Jimmy Tang
2012-07-06 15:41 ` Sage Weil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.