Hi,

I have built a RPM package of recent version of openssl-0.9.8k
targeted for x86_64 platform.
The system has both i686 and x86_64 version of openssl-0.9.8b. When I
update the system with the newly built rpm the "docs" fileset
conflicts with the older version of openssl (i686).

# rpm  -qa openssl
openssl-0.9.8b-10.el5
openssl-0.9.8b-10.el5

# rpm -qa --qf '[%{NAME}.%{ARCH}]\n' openssl
openssl.x86_64
openssl.i686

# rpm -Uvh openssl-0.9.8k-5.el5.x86_64.rpm
Preparing...
########################################### [100%]
        file /usr/share/man/man1/asn1parse.1ssl.gz from install of
openssl-0.9.8k-5.el5 conflicts with file from package
openssl-0.9.8b-10.el5
        file /usr/share/man/man1/ca.1ssl.gz from install of
openssl-0.9.8k-5.el5 conflicts with file from package
openssl-0.9.8b-10.el5
        file /usr/share/man/man1/ciphers.1ssl.gz from install of
openssl-0.9.8k-5.el5 conflicts with file from package
openssl-0.9.8b-10.el5
        file /usr/share/man/man1/crl.1ssl.gz from install of
openssl-0.9.8k-5.el5 conflicts with file from package
openssl-0.9.8b-10.el5
        .................
        .................

I have gone through some documents which says each man page file's md5
should match with the previous one and I guess it is difficult to do
that.
I understand I can force install or use "--nodocs" option to overcome
this. But, is there an elegant way of modifying the new rpm (spec
file) to fix this issue all together (and also install the new docs).

regards
-logu
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to