• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is it possible to "repackage" a RPM file?

LuckyTaxi

Diamond Member
I'm able to extract files from a RPM file, but how do I "rebuild" it?

rpm2cpio rsyslog-2.0.6-0.1.el4.rf.i386.rpm | cpio -idmv

I want to modify one of the config files to include custom parameters, is this possible?
 
If you download the SRPM you can build it and package it yourself.

I think it's something like:
rpmbuild -ba file.spec
 
Back
Top