Displaying 1 result from an estimated 1 matches for "patch88".
2010 Oct 01
4
Patching openssl rpms
...ch an SRPMS file, specifically
openssl-0.9.8e-12.el5_4.6.src.rpm.
Basically, I'm trying to change one line in the source, in ssl/ssl.h. I create
a "diff ?u" file called openssl-ssl-h.patch.
I then edit the openssl.spec file, and add 2 lines to that in the appropriate
place:
Patch88: openssl-ssl-h.patch
And
%patch88 -p1
I then do
rpmbuild -ba openssl.spec
and the last lines of output are:
Patch #87 (openssl-fips-0.9.8e-cve-2009-3245.patch):
+ patch -p1 -b --suffix .wexpand -s
+ echo 'Patch #88 (openssl-ssl-h.patch):'
Patch #88 (openssl-ssl-...