Is there's a way or a tool that can modify the HEADER and the NAME-VERSION-RELEASE for an existing rpm without installing/rebuilding it?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
rpmrebuildfor manual tweaks to custom-built packages. What problem are you actually trying to solve? – Deer Hunter Dec 27 '12 at 8:25export EDITOR=emacs):rpmrebuild -e -n -d . PACKAGE_NAME. You can always install the RPM afterwards if editing was successful:yum install PACKAGE.rpm. – Deer Hunter Dec 27 '12 at 10:59