speaking of rebuilding, I'm trying to install TuxRacer from source, but I must be doing something wrong... "rpm-rebuild" is no longer an option. I've done "man rpm" but I can't identify the proper flag to use for rebuilding a src.rpm...
Don't you want
"rpm -Uvvh tuxracer.src.rpm"
then
"rpmbuild -bb /usr/src/redhat/SPECS/tuxracer.spec"
?
Oh, looking at your earlier message - hmm,
did you nuke your /usr/src/redhat directory,'
or just never installed any rpm development
stuff?
Joe