(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
%changelog
+* Fri Jan 23 2004 Adam Manock
+- Deleted debug define, commented out if test for debug
# 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