How can I add a file into an already existing rpm package?
Is there a way to extract the rpm and add the file and rebuild the package containing the new file?
How can I add a file into an already existing rpm package?
Is there a way to extract the rpm and add the file and rebuild the package containing the new file?
You can use the rpm2cpio and cpio commands to extract the content of an RPM. This will not create the spec file so you will need to find a copy, or create one.