Description of problem: The openssl RPMs on biarch systems create conflicts at install time because the timestamps of some shared files differ. The affected files I saw the last time are: /etc/pki/tls/certs/ca-bundle.crt /etcphi/tls/openssl.cnf Version-Release number of selected component (if applicable): openssl-0.9.8b-8.0.1.fc6 How reproducible: always Steps to Reproduce: 1.install both openssl RPMs on biard system 2. 3. Actual results: .rpmnew files for the two files above Expected results: no such .rpmnew files Additional info: The solution is to use touch -r REFFILE $RPMROOT/etc/pki/tls/openssl.cnf (and similarly for ca-bundle.crt) with REFFILE being a file in the source tree which isn't touched during the build process.
The current rpm in devel should not produce such bogus .rpmnew files (differing only by timestamp).