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
  
:)

Bill



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

Reply via email to