> Frank Hale ([EMAIL PROTECTED]) said: 
> > I want to change the version and release name in a customized RH 6.2 CD
> > I am making. I looked in redhat-release-6.2-1.src.rpm and I cannot find
> > the definition of %{release_version} and %{release_name}. These
> > variables would seemed to be defined somewhere else but where? Here is
> > the spec file, keep in mind this is the only file in the SRC.RPM
> 
> You can define RPM macros on the command line, hence:
> 
> rpm --define "release_version 6.2" --define "release_name Zoot" -ba \
>   redhat-release.spec


and when did this new feature surface? Get documented?
[summer@possum summer]$ rpm -q rpm
rpm-3.0.4-0.48
[summer@possum summer]$ rpm --define
--define: missing argument
[summer@possum summer]$ man rpm | grep -w define
[summer@possum summer]$  
 

we can't use the brilliant new features of rpm if they're not documented. Remember, if 
it's not written down, it doesn't exist!!


                                                                                       
             




_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to