[Linux-cluster] seeking guidance before opening a bug on cman

Chris Feist cfeist at redhat.com
Tue Aug 16 15:29:48 UTC 2005


Jason,

We don't actually use those .spec.in files anymore.  I have removed them 
because they have become outdated.

Thanks,
Chris

Jason Pyeron wrote:
> 
> I was tring to compile a rpm from the srpm generated from cvs STABLE 
> (also tried from HEAD).
> 
> I got errors on prep stage, and then again on the files stage.
> 
> I have patched the spec file, and I was wondering if I was wrong or was 
> it a bug?
> 
> :pserver:cvs at sources.redhat.com:/cvs/cluster cluster
> --- cman/make/cman.spec.in      1 Nov 2004 23:23:18 -0000       1.2
> +++ cman/make/cman.spec.in      16 Aug 2005 14:09:55 -0000
> @@ -33,7 +33,7 @@
>  cman - The Cluster Manager
> 
>  %prep
> -%setup -q
> +%setup -q -n %{name}-%{version}-%{release}
> 
>  %build
>  ./configure --mandir=%{_mandir}
> @@ -51,6 +51,13 @@
>  # Binaries
>  /sbin/cman_tool
> 
> +/etc/init.d/cman
> +/usr/include/libcman.h
> +/usr/lib/libcman.a
> +/usr/lib/libcman.so
> +/usr/lib/libcman.so.%{version}
> +/usr/lib/libcman.so.%{version}.%{release}
> +
>  %doc
>  %{_mandir}
> 
> 
> 




More information about the Linux-cluster mailing list