Hello, I need to rebuild OpenSSL with the "enable-cms" option. I have sucessfully altered openssl.spec to include "enable-cms" when the package is built.I rebuild the package with "rpmbuild -bb SPECS/openssl.spec", the package builds correctly. Then I want to replace the aldredy installed openssl-package in order to use the rebuilt one like this: [root@XXXXXXXX x86_64]# rpm -ivh --replacepkgs openssl-0.9.8e-20.x86_64.rpm Preparing... ########################################### [100%] package openssl-0.9.8e-20.el5.x86_64 (which is newer than ... How do you recommend that I install the rebuilt package without creating any rpm-troubles?
I suggest you rename the package to openssl-yourorg or something in the spec file. Having custom built packages without no immediately noticeable identification is bound to be a pain in the backside sooner or later. It will also diminish the risk of upgrading to a newer version of the package which does not have your customizations.
-- Jussi _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
