(Illustration by Gaich Muramatsu)
Had some trouble building the 6.0.3-1 srpm on redhat 9 The below changes to the spec fixed it. Adam --- coda-6.0.3-1.spec 2003-10-14 16:35:27.000000000 -0400 +++ coda-6.0.3-1.spec.new 2004-01-24 07:22:55.000000000 -0500 @@ -1,5 +1,4 @@ %define version 6.0.3 -%define debug Summary: Coda distributed filesystem Name: coda Version: %{version} @@ -46,6 +45,8 @@ well as the volume utilities. %changelog +* Fri Jan 23 2004 Adam Manock +- Deleted debug define, commented out if test for debug * Sun Jan 19 2003 Rafael Jesus Alcantara Perez <rafa_at_dedalo.ws> - Initial attempt for making the RPM packages from CVS with KERBEROS support. * Sun Jun 21 1998 Peter Braam <braam_at_cs.cmu.edu> @@ -96,9 +97,9 @@ # for non debuging versions -if [ X%{debug} != X1 ]; then +# if [ X%{debug} != X1 ]; then strip $RPM_BUILD_ROOT/usr/bin/* $RPM_BUILD_ROOT/vice/bin/* $RPM_BUILD_ROOT/u sr/sbin/* || : -fi +# fi chown -R root.root $RPM_BUILD_ROOT -- Adam Manock <abmanock_at_comcast.net>Received on 2004-01-24 07:47:13