|
rpm command
Hi everyone,
I downloaded a couple of updates in the form of SRPMs from the redhat ftp server recently (ftp.redhat.com) through the command line. Next, I installed the rpms using the standard command rpm -ivh <package_name>.src.rpm
Then going to the /usr/src/redhat/SPECS directory, i tried to compile the *.spec files using the rpm -bb <package_name>.spec command. But it gives me an error saying that the switch -bb is invalid !!
Isn't it true that you need to compile the SRPMs after installing them once ? What needs to be done next ? Please help !
|