On Jun 11, 2010, at 5:55 PM, Edward Capriolo wrote: > Hello all. > > I have setoff to build linux HA. The directions here > > http://www.linux-ha.org/doc/ch-install-from-source.html: > > Look great much, but... > > So I start with cluster-glue: > Firstly the tar file should not be named cluster-glue. I can not rpmbuild > -ta cluster-glue.tar.gz > > I am using the fedora.spec... > > Secondly, there is an empty changlog at the bottom my RPM does not like. > > Thirdly > This : > %prep > %setup -q -n cluster-glue > > should be : > %setup -q -n Reusable-Cluster-Components-glue-1.0.5 > > After those steps you can build correctly
It depends how you pull your sources If you do like this: hg clone http://hg.linux-ha.org/glue cd glue hg archive -t tgz -p cluster-glue ~/rpmbuild/SOURCES/cluster-glue.tar.gz all works as expected. Vadym _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
