Hallo, I was wondering whether there is a way I can change the contents of an RPM package without having to rebuild it. Say that I have packaged a software, and I want to the change a png file within the package. If I run
rpm2cpio package.rpm | cpio --make-directories i can extract the files within the package. After changing/adding/removing files within the hierarchy, is there a way I can glue the files back toghether, coming out with a working package? Thanks for your attention Daniele
