On Thu, 2004-08-26 at 14:36, Edgar Chillón 'Chillux' wrote: > I have a problem and I need help please .. > > I have modifyed the image fedora_header.png, but when > I tried to copy the new image to the directory tell me > that I dont have the rights ... i just cant copy > obviusly when I create the rpmbuild it takes the > original image. What can I do to take my modify image > ? To what directory are you copying it? If you are rebuilding the rpm from source, untar the tarball in SOURCES, copy your new image to the correct location, and then `rpm -ba anaconda.spec` in the SPECS directory. The new anaconda rpms in RPMS/i386 should have the updated png file. Forrest