From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041217 Description of problem: We recompile mozilla's rpm for our product under another name. Since we need our rpm to install on FC machines we need to change the paths so it doesn't conflict with the existing mozilla rpm.Each time a new version is out we have to go through the whole specfile and change the mozilla-%{version} entries to %{name}-%{version} . It would be good to have that change in the spec file by default, as it looks to be a more standard way of doing it too. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Look at mozilla.spec 2.Search for mozilla-%{version} The occurences should be replaced by %{name}-%{version} Additional info:
I don't think this is relevant anymore, since we don't ship a mozilla package anymore. A patch might have helped...